Merge tag 'efi-2020-07-rc6' of https://gitlab.denx.de/u-boot/custodians/u-boot-efi
[oweals/u-boot.git] / board / gdsys / p1022 / Kconfig
1 config 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
8 if TARGET_CONTROLCENTERD
9
10 config SYS_BOARD
11         default "p1022"
12
13 config SYS_VENDOR
14         default "gdsys"
15
16 config SYS_CONFIG_NAME
17         default "controlcenterd"
18
19 config GDSYS_LEGACY_DRIVERS
20         default y
21
22 endif