mirror of
git://git.yoctoproject.org/meta-raspberrypi
synced 2026-08-14 09:31:26 +00:00
This allows us to drop all of the custom config patching in linux-raspberrypi.inc. It also allows the kernel config to be checked during the build for any discrepancies between the selected config options and the resulting .config file - this identified that `CONFIG_DRM_VC4` depends on `CONFIG_SND` and `CONFIG_SND_SOC`. Signed-off-by: Paul Barker <pbarker@konsulko.com> (cherry picked from commit 1c8ad80861f4882eb31c00e27dcc97b3cb786913) Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
7 lines
110 B
INI
7 lines
110 B
INI
CONFIG_I2C_BCM2835=y
|
|
CONFIG_DRM=y
|
|
CONFIG_DRM_FBDEV_EMULATION=y
|
|
CONFIG_DRM_VC4=y
|
|
CONFIG_SND=y
|
|
CONFIG_SND_SOC=y
|