]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/cpu/armv7/rmobile/Kconfig
am335x_evm: Add boot script support to am335x_evm
[karo-tx-uboot.git] / arch / arm / cpu / armv7 / rmobile / Kconfig
1 if RMOBILE
2
3 choice
4         prompt "Renesus ARM SoCs board select"
5
6 config TARGET_ARMADILLO_800EVA
7         bool "armadillo 800 eva board"
8
9 config TARGET_KOELSCH
10         bool "Koelsch board"
11
12 config TARGET_LAGER
13         bool "Lager board"
14
15 config TARGET_KZM9G
16         bool "KZM9D board"
17
18 config TARGET_ALT
19         bool "Alt board"
20
21 endchoice
22
23 config SYS_CPU
24         string
25         default "armv7"
26
27 config SYS_SOC
28         string
29         default "rmobile"
30
31 source "board/atmark-techno/armadillo-800eva/Kconfig"
32 source "board/renesas/koelsch/Kconfig"
33 source "board/renesas/lager/Kconfig"
34 source "board/kmc/kzm9g/Kconfig"
35 source "board/renesas/alt/Kconfig"
36
37 endif