From 9cd496ac65d78b9de583e78a6532ee7e6ca79d38 Mon Sep 17 00:00:00 2001 From: Alex Gonzalez Date: Wed, 10 Jul 2024 20:07:21 +0200 Subject: [PATCH] linux-raspberrypi: remove configuration checks warning for 6.1 FB_TFT_WATTEROTT has been removed since v5.17 in afa9755e359dcabc Changelog-entry: remove linux kernel configuration checks warnings for 6.1 Signed-off-by: Alex Gonzalez --- .../recipes-kernel/linux/linux-raspberrypi_6.1%.bbappend | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/layers/meta-balena-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.1%.bbappend b/layers/meta-balena-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.1%.bbappend index 03882a37d..3ac7e9df6 100644 --- a/layers/meta-balena-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.1%.bbappend +++ b/layers/meta-balena-raspberrypi/recipes-kernel/linux/linux-raspberrypi_6.1%.bbappend @@ -59,9 +59,12 @@ BALENA_CONFIGS[fbtft] = " \ CONFIG_FB_TFT_TLS8204=m \ CONFIG_FB_TFT_UC1701=m \ CONFIG_FB_TFT_UPD161704=m \ - CONFIG_FB_TFT_WATTEROTT=m \ " + +BALENA_CONFIGS:append = " ${@configure_from_version("5.17", "", " fb_tft_watterott", d)}" +BALENA_CONFIGS[fb_tft_watterott] = "CONFIG_FB_TFT_WATTEROTT=m" + BALENA_CONFIGS:append = " pca955_gpio_expander" BALENA_CONFIGS[pca955_gpio_expander] = " \ CONFIG_GPIO_PCA953X=y \