]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/mach-keystone/Kconfig
134ae87fe1ef79aa28c10267969caccecece4b3c
[karo-tx-uboot.git] / arch / arm / mach-keystone / Kconfig
1 if ARCH_KEYSTONE
2
3 choice
4         prompt "TI Keystone board select"
5
6 config TARGET_K2HK_EVM
7         bool "TI Keystone 2 Kepler/Hawking EVM"
8
9 config TARGET_K2E_EVM
10         bool "TI Keystone 2 Edison EVM"
11
12 config TARGET_K2L_EVM
13         bool "TI Keystone 2 Lamar EVM"
14
15 endchoice
16
17 config SYS_SOC
18         default "keystone"
19
20 source "board/ti/ks2_evm/Kconfig"
21
22 endif