Kconfig 434 B

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