blob: 35866508a38b23b38bf8ab191f309dd1b3aba6c7 [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
Nobuhiro Iwamatsu7e405632014-11-06 15:39:28 +09009config TARGET_GOSE
10 bool "Gose board"
11
Masahiro Yamadac9c54e22014-08-31 07:10:57 +090012config TARGET_KOELSCH
13 bool "Koelsch board"
14
15config TARGET_LAGER
16 bool "Lager board"
17
18config TARGET_KZM9G
19 bool "KZM9D board"
20
21config TARGET_ALT
22 bool "Alt board"
23
Vladimir Barinovc8c1a3e2015-01-12 19:17:07 +030024config TARGET_SILK
25 bool "Silk board"
26
Masahiro Yamadac9c54e22014-08-31 07:10:57 +090027endchoice
28
Masahiro Yamadac9c54e22014-08-31 07:10:57 +090029config SYS_SOC
Masahiro Yamadac9c54e22014-08-31 07:10:57 +090030 default "rmobile"
31
Nobuhiro Iwamatsu2af4b002014-10-31 16:16:26 +090032config RMOBILE_EXTRAM_BOOT
33 bool "Enable boot from RAM"
Vladimir Barinovc8c1a3e2015-01-12 19:17:07 +030034 depends on TARGET_ALT || TARGET_KOELSCH || TARGET_LAGER || TARGET_SILK
Nobuhiro Iwamatsu2af4b002014-10-31 16:16:26 +090035 default n
36
Masahiro Yamadac9c54e22014-08-31 07:10:57 +090037source "board/atmark-techno/armadillo-800eva/Kconfig"
Nobuhiro Iwamatsu7e405632014-11-06 15:39:28 +090038source "board/renesas/gose/Kconfig"
Masahiro Yamadac9c54e22014-08-31 07:10:57 +090039source "board/renesas/koelsch/Kconfig"
40source "board/renesas/lager/Kconfig"
41source "board/kmc/kzm9g/Kconfig"
42source "board/renesas/alt/Kconfig"
Vladimir Barinovc8c1a3e2015-01-12 19:17:07 +030043source "board/renesas/silk/Kconfig"
Masahiro Yamadac9c54e22014-08-31 07:10:57 +090044
45endif