u-boot/board/gateworks/gw_ventana/Kconfig

21 lines
309 B
Text
Raw Normal View History

if TARGET_GW_VENTANA
config DM_GPIO
default y
config SYS_BOARD
default "gw_ventana"
config SYS_VENDOR
default "gateworks"
config SYS_CONFIG_NAME
default "gw_ventana"
config CMD_EECONFIG
bool "Enable the 'econfig' command"
help
Provides access to EEPROM configuration on Gateworks Ventana
endif