Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 1 | if TARGET_GW_VENTANA |
| 2 | |
Simon Glass | fa4689a | 2019-12-06 21:41:35 -0700 | [diff] [blame] | 3 | config DM_GPIO |
| 4 | default y |
| 5 | |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 6 | config SYS_BOARD |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 7 | default "gw_ventana" |
| 8 | |
| 9 | config SYS_VENDOR |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 10 | default "gateworks" |
| 11 | |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 12 | config SYS_CONFIG_NAME |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 13 | default "gw_ventana" |
| 14 | |
Simon Glass | 746a50d | 2017-05-17 03:25:09 -0600 | [diff] [blame] | 15 | config CMD_EECONFIG |
| 16 | bool "Enable the 'econfig' command" |
| 17 | help |
| 18 | Provides access to EEPROM configuration on Gateworks Ventana |
| 19 | |
Simon Glass | 182ae0e | 2017-05-17 03:25:24 -0600 | [diff] [blame] | 20 | config 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 | |
Masahiro Yamada | d3ae678 | 2014-07-30 14:08:14 +0900 | [diff] [blame] | 28 | endif |