]> Git Repo - J-u-boot.git/blob - board/gateworks/gw_ventana/Kconfig
imx: ventana: add GW5910 support
[J-u-boot.git] / board / gateworks / gw_ventana / Kconfig
1 if TARGET_GW_VENTANA
2
3 config DM_GPIO
4         default y
5
6 config SYS_BOARD
7         default "gw_ventana"
8
9 config SYS_VENDOR
10         default "gateworks"
11
12 config SYS_CONFIG_NAME
13         default "gw_ventana"
14
15 config CMD_EECONFIG
16         bool "Enable the 'econfig' command"
17         help
18           Provides access to EEPROM configuration on Gateworks Ventana
19
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
28 endif
This page took 0.030148 seconds and 4 git commands to generate.