Kconfig 468 B

123456789101112131415161718192021222324252627
  1. if TARGET_WORK_92105
  2. config SYS_BOARD
  3. default "work_92105"
  4. config SYS_VENDOR
  5. default "work-microwave"
  6. config SYS_SOC
  7. default "lpc32xx"
  8. config SYS_CONFIG_NAME
  9. default "work_92105"
  10. config CMD_HD44760
  11. bool "Enable 'hd44780' LCD-control comand"
  12. help
  13. This controls the LCD driver.
  14. config CMD_MAX6957
  15. bool "Enable 'max6957aax' PMIC command"
  16. help
  17. DEPRECATED: Needs conversion to driver model.
  18. This allows PMIC registers to be read and written.
  19. endif