incubator-nuttx/boards/arm/am335x/beaglebone-black/Kconfig

18 lines
508 B
Plaintext

#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
if ARCH_BOARD_BEAGLEBONE_BLACK
config BEAGLEBONE_VIDEOMODE
string "LCD Video Mode"
default "640x480x60"
depends on !LCD_TDA19988 || !AM335X_I2C2
---help---
If we are not using HDMI (via the TDA19988) then we must select a
fixed LCD resolution. The default, "640x480x60" is standard VGA
which should be supported by all LCDs.
endif # ARCH_BOARD_BEAGLEBONE_BLACK