summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/armv7/keystone/Kconfig
blob: 8249b5e27036f7380ef19252792e59553f4f1b1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
if ARCH_KEYSTONE

choice
	prompt "TI Keystone board select"

config TARGET_K2HK_EVM
	bool "TI Keystone 2 Kepler/Hawking EVM"

config TARGET_K2E_EVM
	bool "TI Keystone 2 Edison EVM"

endchoice

config SYS_CPU
	default "armv7"

config SYS_SOC
	default "keystone"

source "board/ti/ks2_evm/Kconfig"

endif
OpenPOWER on IntegriCloud