blob: 32632f5ab529fb52ba0a1e3c62d7f7453a0c0524 [file] [log] [blame]
Albert ARIBAUD \(3ADEV\)ee69a392015-03-31 11:40:51 +02001if TARGET_WORK_92105
2
3config SYS_BOARD
4 default "work_92105"
5
6config SYS_VENDOR
7 default "work-microwave"
8
Albert ARIBAUD \(3ADEV\)ee69a392015-03-31 11:40:51 +02009config SYS_CONFIG_NAME
10 default "work_92105"
11
Simon Glassbb3500d2017-05-17 03:25:27 -060012config CMD_HD44760
13 bool "Enable 'hd44780' LCD-control comand"
14 help
15 This controls the LCD driver.
16
Simon Glass76061e62017-08-04 16:34:26 -060017config 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
Albert ARIBAUD \(3ADEV\)ee69a392015-03-31 11:40:51 +020024endif