On Tue, 2022-01-25 at 22:21 +0200, Andy Shevchenko wrote:
Replace 'depends on FB_TFT' by 'if FB_TFT ... endif' for the sake of deduplication.
[]
diff --git a/drivers/video/fbtft/Kconfig b/drivers/video/fbtft/Kconfig
[]
@@ -10,87 +10,75 @@ menuconfig FB_TFT select FB_DEFERRED_IO select FB_BACKLIGHT
+if FB_TFT
[]
config FB_TFT_PCD8544 tristate "FB driver for the PCD8544 LCD Controller"
- depends on FB_TFT help Generic Framebuffer support for PCD8544
@@ -108,62 +96,52 @@ config FB_TFT_S6D02A1
Looks like you missed a couple. --- drivers/video/fbtft/Kconfig | 2 -- 1 file changed, 2 deletions(-)
diff --git a/drivers/video/fbtft/Kconfig b/drivers/video/fbtft/Kconfig index 14ea3c6a60da0..4a02871f2cc71 100644 --- a/drivers/video/fbtft/Kconfig +++ b/drivers/video/fbtft/Kconfig @@ -84,13 +84,11 @@ config FB_TFT_PCD8544
config FB_TFT_RA8875 tristate "FB driver for the RA8875 LCD Controller" - depends on FB_TFT help Generic Framebuffer support for RA8875
config FB_TFT_S6D02A1 tristate "FB driver for the S6D02A1 LCD Controller" - depends on FB_TFT help Generic Framebuffer support for S6D02A1