diff options
| author | Adam Ford <[email protected]> | 2018-08-02 08:50:20 -0500 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-08-17 13:04:00 -0400 |
| commit | 244eaea60b0950fa89ee7326fe134fa0c43ce41a (patch) | |
| tree | 0823413b96f95e6ced7d058d1ed110a5f4ba672f /drivers | |
| parent | 8ccf98b1cfd2811e3121c719e294bdd8ebab1c45 (diff) | |
Convert CONFIG_VIDEO_OMAP3 to Kconfig
This converts the following to Kconfig:
CONFIG_VIDEO_OMAP3
Signed-off-by: Adam Ford <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/video/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index ecb57d80d58..ed0b21f2a72 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig @@ -408,6 +408,12 @@ config VIDEO_MVEBU Support for the LCD controller integrated in the Marvell Armada XP SoC. +config VIDEO_OMAP3 + bool "Enable OMAP3+ DSS Support" + depends on ARCH_OMAP2PLUS + help + This enables the Display subsystem (DSS) on OMAP3+ boards. + config I2C_EDID bool "Enable EDID library" default n |
