Skip to content

Commit

Permalink
linux-raspberrypi: remove configuration checks warning for 6.1
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
alexgg committed Jul 10, 2024
1 parent e9c0c08 commit 9cd496a
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 9cd496a

Please sign in to comment.