From f3dd007dd45fd90ee1331917a8bfde03134a28c3 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 0002f1092..b39d7d25c 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 @@ -60,9 +60,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 \