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 <alexg@balena.io>
This commit is contained in:
Alex Gonzalez 2021-09-23 12:51:45 +02:00
parent c730c68edc
commit 5ad052f262

View file

@ -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"