diff options
Diffstat (limited to 'roms/u-boot/drivers/video/ti/Kconfig')
-rw-r--r-- | roms/u-boot/drivers/video/ti/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/roms/u-boot/drivers/video/ti/Kconfig b/roms/u-boot/drivers/video/ti/Kconfig new file mode 100644 index 000000000..3081e9e8c --- /dev/null +++ b/roms/u-boot/drivers/video/ti/Kconfig @@ -0,0 +1,8 @@ +# SPDX-License-Identifier: GPL-2.0+ +# +# Copyright (C) 2020 Dario Binacchi <dariobin@libero.it> +# +config AM335X_LCD + bool "Enable AM335x video support" + help + Supports video output to an attached LCD panel. |