]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/cpu/armv7/rmobile/Kconfig
Merge branch 'master' of git://git.denx.de/u-boot-uniphier
[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_SOC
24         default "rmobile"
25
26 source "board/atmark-techno/armadillo-800eva/Kconfig"
27 source "board/renesas/koelsch/Kconfig"
28 source "board/renesas/lager/Kconfig"
29 source "board/kmc/kzm9g/Kconfig"
30 source "board/renesas/alt/Kconfig"
31
32 endif