mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-08 14:14:32 +00:00
9 lines
209 B
Text
9 lines
209 B
Text
|
# 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.
|