blob: 380e2dfc24191fb58d3b225b112d92f537cf84e9 [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
Chris Packham97fa89b2019-01-13 22:13:23 +130013 bool "Enable 'hd44780' LCD-control command"
Simon Glassbb3500d2017-05-17 03:25:27 -060014 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