2019-01-06 16:05:38 +01:00
|
|
|
#
|
|
|
|
# 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
|
2019-07-09 21:43:04 +02:00
|
|
|
|
|
|
|
config BEAGLEBONE_VIDEOMODE
|
|
|
|
string "LCD Video Mode"
|
|
|
|
default "640x480x60"
|
|
|
|
depends on !CONFIG_LCD_TDA19988 || !CONFIG_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.
|
|
|
|
|
2019-01-06 16:05:38 +01:00
|
|
|
endif # ARCH_BOARD_BEAGLEBONE_BLACK
|