summaryrefslogtreecommitdiff
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
authorSongjun Wu <songjun.wu@microchip.com>2017-04-11 08:33:30 (GMT)
committerAnatolij Gustschin <agust@denx.de>2017-04-14 12:51:35 (GMT)
commit7927831e21a1ec2f44e0e0eb142ca24be807d202 (patch)
tree3458503ba33ecb2aedc2e52192dccc0b66f07eff /drivers/video/Kconfig
parent80b9c3bb80bfcb3959b7042efea272b259e9a995 (diff)
downloadu-boot-fsl-qoriq-7927831e21a1ec2f44e0e0eb142ca24be807d202.tar.xz
at91: video: Support driver-model for the HLCD driver
Add driver-model support to this driver. Signed-off-by: Songjun Wu <songjun.wu@microchip.com>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r--drivers/video/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index d1b017c..19e9745 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -371,6 +371,12 @@ config DISPLAY
The devices provide a simple interface to start up the display,
read display information and enable it.
+config ATMEL_HLCD
+ bool "Enable ATMEL video support using HLCDC"
+ depends on DM_VIDEO
+ help
+ HLCDC supports video output to an attached LCD panel.
+
config VIDEO_BROADWELL_IGD
bool "Enable Intel Broadwell integrated graphics device"
depends on X86