On Wed, Jan 26, 2022 at 12:54:13AM -0800, Joe Perches wrote:
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.
Thanks! I'll incorporate it, if the series has a continuation.