mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 04:36:13 +02:00
A few video drivers cannot build without access to some platform specific header files. Express those requirements in Kconfig as well. Signed-off-by: Tom Rini <trini@konsulko.com>
10 lines
236 B
Plaintext
10 lines
236 B
Plaintext
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
# Copyright (C) 2020 Dario Binacchi <dariobin@libero.it>
|
|
#
|
|
config AM335X_LCD
|
|
bool "Enable AM335x video support"
|
|
depends on ARCH_OMAP2PLUS
|
|
help
|
|
Supports video output to an attached LCD panel.
|