2014-07-30 05:08:14 +00:00
|
|
|
if TARGET_GW_VENTANA
|
|
|
|
|
2019-12-07 04:41:35 +00:00
|
|
|
config DM_GPIO
|
|
|
|
default y
|
|
|
|
|
2014-07-30 05:08:14 +00:00
|
|
|
config SYS_BOARD
|
|
|
|
default "gw_ventana"
|
|
|
|
|
|
|
|
config SYS_VENDOR
|
|
|
|
default "gateworks"
|
|
|
|
|
|
|
|
config SYS_CONFIG_NAME
|
|
|
|
default "gw_ventana"
|
|
|
|
|
2017-05-17 09:25:09 +00:00
|
|
|
config CMD_EECONFIG
|
|
|
|
bool "Enable the 'econfig' command"
|
|
|
|
help
|
|
|
|
Provides access to EEPROM configuration on Gateworks Ventana
|
|
|
|
|
2017-05-17 09:25:24 +00: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 05:08:14 +00:00
|
|
|
endif
|