On 1/25/22 12:21, Andy Shevchenko wrote:
Replace 'depends on FB_TFT' by 'if FB_TFT ... endif' for the sake of deduplication.
Signed-off-by: Andy Shevchenko andriy.shevchenko@linux.intel.com
drivers/video/fbtft/Kconfig | 33 ++++----------------------------- 1 file changed, 4 insertions(+), 29 deletions(-)
diff --git a/drivers/video/fbtft/Kconfig b/drivers/video/fbtft/Kconfig index 4d29e8c1014e..14ea3c6a60da 100644 --- a/drivers/video/fbtft/Kconfig +++ b/drivers/video/fbtft/Kconfig @@ -10,87 +10,75 @@ menuconfig FB_TFT
Reviewed-by: Randy Dunlap rdunlap@infradead.org
thanks.