From 5ad052f26292c1ffd30841b5345b1759e0db4a88 Mon Sep 17 00:00:00 2001 From: Alex Gonzalez Date: Thu, 23 Sep 2021 12:51:45 +0200 Subject: [PATCH] linux-mainline: Remove config check warnings * Both CONFIG_USB_SERIAL and CONFIG_USB_SERIAL_PL2303 are now built-in in the meta-balena kernel class. * Add dependencies for CONFIG_DRM_SUN8I_DW_HDMI * CONFIG_CONFIGFS_FS is already built-in in defconfig, so cannot force it to build a module Changelog-entry: linux-mainline: Remove config check warnings Signed-off-by: Alex Gonzalez --- .../recipes-kernel/linux/linux-mainline_%.bbappend | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/layers/meta-balena-allwinner/recipes-kernel/linux/linux-mainline_%.bbappend b/layers/meta-balena-allwinner/recipes-kernel/linux/linux-mainline_%.bbappend index 4855943..24301c5 100644 --- a/layers/meta-balena-allwinner/recipes-kernel/linux/linux-mainline_%.bbappend +++ b/layers/meta-balena-allwinner/recipes-kernel/linux/linux-mainline_%.bbappend @@ -47,16 +47,10 @@ BALENA_CONFIGS[wifi] ="\ CONFIG_WLAN_VENDOR_REALTEK=y \ " -BALENA_CONFIGS_append_orangepi-plus2 = " pl2303" -BALENA_CONFIGS_DEPS[pl2303] = "\ - CONFIG_USB_SERIAL=m \ -" -BALENA_CONFIGS[pl2303] ="\ - CONFIG_USB_SERIAL_PL2303=m \ -" - BALENA_CONFIGS_append_orangepi-plus2 = " hdmi" BALENA_CONFIGS_DEPS[hdmi] = "\ + CONFIG_DRM=y \ + CONFIG_DRM_SUN4I=y \ CONFIG_SUN8I_DE2_CCU=y \ " BALENA_CONFIGS[hdmi] ="\ @@ -92,7 +86,7 @@ BALENA_CONFIGS_append = " \ BALENA_CONFIGS[configfs] = " \ CONFIG_OF_CONFIGFS=y \ CONFIG_OF_OVERLAY=y \ - CONFIG_CONFIGFS_FS=m \ + CONFIG_CONFIGFS_FS=y \ " BALENA_CONFIGS_append_nanopi-neo-air = " hciuart"