Kconfig 506 B

12345678910111213141516171819202122232425262728
  1. if TARGET_GW_VENTANA
  2. config DM_GPIO
  3. default y
  4. config SYS_BOARD
  5. default "gw_ventana"
  6. config SYS_VENDOR
  7. default "gateworks"
  8. config SYS_CONFIG_NAME
  9. default "gw_ventana"
  10. config CMD_EECONFIG
  11. bool "Enable the 'econfig' command"
  12. help
  13. Provides access to EEPROM configuration on Gateworks Ventana
  14. config CMD_GSC
  15. bool "Enable the 'gsc' command"
  16. help
  17. Provides access to the GSC configuration:
  18. gsc sleep - sleeps for a period of seconds
  19. gsc wd - enables / disables the watchdog
  20. endif