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 authored and floion committed Dec 5, 2024
1 parent 6ea030b commit 78b2638
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 78b2638

Please sign in to comment.