blob: f5154271d157959228187ca99cc34b90efa5e219 [file] [log] [blame]
Mario Sixfe4a9672019-03-29 10:18:10 +01001config GDSYS_LEGACY_DRIVERS
2 bool
3 help
4 Enable the gdsys legacy drivers under board/gdsys/common. If this
5 option is not set, all relevant DM drivers must be configured for the
6 device in question.
7
Masahiro Yamadadd840582014-07-30 14:08:14 +09008if TARGET_CONTROLCENTERD
9
10config SYS_BOARD
Masahiro Yamadadd840582014-07-30 14:08:14 +090011 default "p1022"
12
13config SYS_VENDOR
Masahiro Yamadadd840582014-07-30 14:08:14 +090014 default "gdsys"
15
16config SYS_CONFIG_NAME
Masahiro Yamadadd840582014-07-30 14:08:14 +090017 default "controlcenterd"
18
Mario Sixfe4a9672019-03-29 10:18:10 +010019config GDSYS_LEGACY_DRIVERS
20 default y
21
Masahiro Yamadadd840582014-07-30 14:08:14 +090022endif