This converts the following to Kconfig: CONFIG_CMD_EECONFIG Signed-off-by: Simon Glass <sjg@chromium.org>
18 lines
282 B
Plaintext
18 lines
282 B
Plaintext
if TARGET_GW_VENTANA
|
|
|
|
config SYS_BOARD
|
|
default "gw_ventana"
|
|
|
|
config SYS_VENDOR
|
|
default "gateworks"
|
|
|
|
config SYS_CONFIG_NAME
|
|
default "gw_ventana"
|
|
|
|
config CMD_EECONFIG
|
|
bool "Enable the 'econfig' command"
|
|
help
|
|
Provides access to EEPROM configuration on Gateworks Ventana
|
|
|
|
endif
|