1if TARGET_GW_VENTANA 2 3config DM_GPIO 4 default y 5 6config SYS_BOARD 7 default "gw_ventana" 8 9config SYS_VENDOR 10 default "gateworks" 11 12config SYS_CONFIG_NAME 13 default "gw_ventana" 14 15config CMD_EECONFIG 16 bool "Enable the 'econfig' command" 17 help 18 Provides access to EEPROM configuration on Gateworks Ventana 19 20config CMD_GSC 21 bool "Enable the 'gsc' command" 22 help 23 Provides access to the GSC configuration: 24 25 gsc sleep - sleeps for a period of seconds 26 gsc wd - enables / disables the watchdog 27 28endif 29