blob: c46a0cc9b8d476089de31698c01cff37fa9f620c [file] [log] [blame]
Masahiro Yamadac9c54e22014-08-31 07:10:57 +09001if RMOBILE
2
3choice
4 prompt "Renesus ARM SoCs board select"
5
6config TARGET_ARMADILLO_800EVA
7 bool "armadillo 800 eva board"
8
9config TARGET_KOELSCH
10 bool "Koelsch board"
11
12config TARGET_LAGER
13 bool "Lager board"
14
15config TARGET_KZM9G
16 bool "KZM9D board"
17
18config TARGET_ALT
19 bool "Alt board"
20
21endchoice
22
Masahiro Yamadac9c54e22014-08-31 07:10:57 +090023config SYS_SOC
Masahiro Yamadac9c54e22014-08-31 07:10:57 +090024 default "rmobile"
25
26source "board/atmark-techno/armadillo-800eva/Kconfig"
27source "board/renesas/koelsch/Kconfig"
28source "board/renesas/lager/Kconfig"
29source "board/kmc/kzm9g/Kconfig"
30source "board/renesas/alt/Kconfig"
31
32endif