mirror of
https://git.yoctoproject.org/meta-raspberrypi
synced 2026-07-16 15:56:57 +00:00
Add WM8960 soundcard support
Signed-off-by: Devendra Tewari <devendra.tewari@gmail.com>
This commit is contained in:
committed by
Andrei Gherzan
parent
7057d5dcbf
commit
246555aea7
@@ -0,0 +1,2 @@
|
||||
CONFIG_I2C_BCM2835=y
|
||||
CONFIG_SND_SOC_WM8960=y
|
||||
@@ -14,6 +14,7 @@ require recipes-kernel/linux/linux-yocto.inc
|
||||
SRC_URI += " \
|
||||
${@bb.utils.contains("INITRAMFS_IMAGE_BUNDLE", "1", "file://initramfs-image-bundle.cfg", "", d)} \
|
||||
${@bb.utils.contains("MACHINE_FEATURES", "vc4graphics", "file://vc4graphics.cfg", "", d)} \
|
||||
${@bb.utils.contains("MACHINE_FEATURES", "wm8960", "file://wm8960.cfg", "", d)} \
|
||||
"
|
||||
|
||||
KCONFIG_MODE = "--alldefconfig"
|
||||
|
||||
Reference in New Issue
Block a user