From fe06e51df2f0669f4a65b395d6a9a393dce102ea Mon Sep 17 00:00:00 2001 From: Alin Jerpelea Date: Mon, 21 Feb 2022 07:59:15 +0000 Subject: [PATCH] drivers: lcd: exclude BSD components from build Unless ALLOW_BSD_COMPONENTS is enabled support will not be built Signed-off-by: Alin Jerpelea --- drivers/lcd/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/lcd/Kconfig b/drivers/lcd/Kconfig index 58bbf4c823..0d2cda607b 100644 --- a/drivers/lcd/Kconfig +++ b/drivers/lcd/Kconfig @@ -1333,6 +1333,7 @@ config LCD_LCDDRV_SPEED config LCD_RA8875 bool "RA8875 LCD Display Controller" default n + depends on ALLOW_BSD_COMPONENTS ---help--- LCD controller driver for RA8875 by RAiO Technologies Inc.