summaryrefslogtreecommitdiffstats
path: root/board/gdsys/p1022/Kconfig
blob: f5154271d157959228187ca99cc34b90efa5e219 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
config GDSYS_LEGACY_DRIVERS
	bool
	help
	  Enable the gdsys legacy drivers under board/gdsys/common. If this
	  option is not set, all relevant DM drivers must be configured for the
	  device in question.

if TARGET_CONTROLCENTERD

config SYS_BOARD
	default "p1022"

config SYS_VENDOR
	default "gdsys"

config SYS_CONFIG_NAME
	default "controlcenterd"

config GDSYS_LEGACY_DRIVERS
	default y

endif