xref: /openbmc/u-boot/board/work-microwave/work_92105/Kconfig (revision c40b6df87fc0193a7184ada9f53aaf57cdec0cdf)
1if TARGET_WORK_92105
2
3config SYS_BOARD
4	default "work_92105"
5
6config SYS_VENDOR
7	default "work-microwave"
8
9config SYS_CONFIG_NAME
10	default "work_92105"
11
12config CMD_HD44760
13	bool "Enable 'hd44780' LCD-control command"
14	help
15	  This controls the LCD driver.
16
17config CMD_MAX6957
18	bool "Enable 'max6957aax' PMIC command"
19	help
20	  DEPRECATED: Needs conversion to driver model.
21
22	  This allows PMIC registers to be read and written.
23
24endif
25