blob: 5d1bae41ac565cd9439913313586ec40c2d30e13 [file] [log] [blame]
Masahiro Yamadadd840582014-07-30 14:08:14 +09001if TARGET_GW_VENTANA
2
Masahiro Yamadadd840582014-07-30 14:08:14 +09003config SYS_BOARD
Masahiro Yamadadd840582014-07-30 14:08:14 +09004 default "gw_ventana"
5
6config SYS_VENDOR
Masahiro Yamadadd840582014-07-30 14:08:14 +09007 default "gateworks"
8
Masahiro Yamadadd840582014-07-30 14:08:14 +09009config SYS_CONFIG_NAME
Masahiro Yamadadd840582014-07-30 14:08:14 +090010 default "gw_ventana"
11
Simon Glassd96e8982017-05-17 03:25:09 -060012config CMD_EECONFIG
13 bool "Enable the 'econfig' command"
14 help
15 Provides access to EEPROM configuration on Gateworks Ventana
16
Simon Glass520f5562017-05-17 03:25:24 -060017config CMD_GSC
18 bool "Enable the 'gsc' command"
19 help
20 Provides access to the GSC configuration:
21
22 gsc sleep - sleeps for a period of seconds
23 gsc wd - enables / disables the watchdog
24
Masahiro Yamadadd840582014-07-30 14:08:14 +090025endif