drivers: lcd: exclude BSD components from build
Unless ALLOW_BSD_COMPONENTS is enabled support will not be built Signed-off-by: Alin Jerpelea <alin.jerpelea@sony.com>
This commit is contained in:
parent
1aedf30f38
commit
fe06e51df2
|
@ -1333,6 +1333,7 @@ config LCD_LCDDRV_SPEED
|
||||||
config LCD_RA8875
|
config LCD_RA8875
|
||||||
bool "RA8875 LCD Display Controller"
|
bool "RA8875 LCD Display Controller"
|
||||||
default n
|
default n
|
||||||
|
depends on ALLOW_BSD_COMPONENTS
|
||||||
---help---
|
---help---
|
||||||
LCD controller driver for RA8875 by RAiO Technologies Inc.
|
LCD controller driver for RA8875 by RAiO Technologies Inc.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue