]> git.kernelconcepts.de Git - karo-tx-uboot.git/blob - arch/arm/cpu/armv7/rmobile/Kconfig
Merge branch 'karo-tx-uboot' into kc-merge
[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_GOSE
10         bool "Gose board"
11
12 config TARGET_KOELSCH
13         bool "Koelsch board"
14
15 config TARGET_LAGER
16         bool "Lager board"
17
18 config TARGET_KZM9G
19         bool "KZM9D board"
20
21 config TARGET_ALT
22         bool "Alt board"
23
24 endchoice
25
26 config SYS_SOC
27         default "rmobile"
28
29 config RMOBILE_EXTRAM_BOOT
30         bool "Enable boot from RAM"
31         depends on TARGET_ALT || TARGET_KOELSCH || TARGET_LAGER
32         default n
33
34 source "board/atmark-techno/armadillo-800eva/Kconfig"
35 source "board/renesas/gose/Kconfig"
36 source "board/renesas/koelsch/Kconfig"
37 source "board/renesas/lager/Kconfig"
38 source "board/kmc/kzm9g/Kconfig"
39 source "board/renesas/alt/Kconfig"
40
41 endif