linux-raspberrypi: Convert dynamic config patching to config fragments

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>
This commit is contained in:
Paul Barker
2020-11-25 14:36:13 +00:00
committed by Andrei Gherzan
parent 26a888d669
commit 1c8ad80861
3 changed files with 14 additions and 76 deletions
@@ -0,0 +1,3 @@
CONFIG_OVERLAY_FS=y
CONFIG_SQUASHFS=y
CONFIG_UBIFS_FS=y