#
# 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 !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.

endif # ARCH_BOARD_BEAGLEBONE_BLACK