2014-07-30 14:08:14 +09:00
|
|
|
if TARGET_GW_VENTANA
|
|
|
|
|
2019-12-06 21:41:35 -07:00
|
|
|
config DM_GPIO
|
|
|
|
default y
|
|
|
|
|
2014-07-30 14:08:14 +09:00
|
|
|
config SYS_BOARD
|
|
|
|
default "gw_ventana"
|
|
|
|
|
|
|
|
config SYS_VENDOR
|
|
|
|
default "gateworks"
|
|
|
|
|
|
|
|
config SYS_CONFIG_NAME
|
|
|
|
default "gw_ventana"
|
|
|
|
|
2017-05-17 03:25:09 -06:00
|
|
|
config CMD_EECONFIG
|
|
|
|
bool "Enable the 'econfig' command"
|
|
|
|
help
|
|
|
|
Provides access to EEPROM configuration on Gateworks Ventana
|
|
|
|
|
2017-05-17 03:25:24 -06:00
|
|
|
config CMD_GSC
|
|
|
|
bool "Enable the 'gsc' command"
|
|
|
|
help
|
|
|
|
Provides access to the GSC configuration:
|
|
|
|
|
|
|
|
gsc sleep - sleeps for a period of seconds
|
|
|
|
gsc wd - enables / disables the watchdog
|
|
|
|
|
2014-07-30 14:08:14 +09:00
|
|
|
endif
|