2014-08-30 22:10:57 +00:00
|
|
|
if RMOBILE
|
|
|
|
|
|
|
|
choice
|
|
|
|
prompt "Renesus ARM SoCs board select"
|
2015-05-12 19:46:23 +00:00
|
|
|
optional
|
2014-08-30 22:10:57 +00:00
|
|
|
|
|
|
|
config TARGET_ARMADILLO_800EVA
|
|
|
|
bool "armadillo 800 eva board"
|
|
|
|
|
2014-11-06 06:39:28 +00:00
|
|
|
config TARGET_GOSE
|
|
|
|
bool "Gose board"
|
2015-03-31 03:47:56 +00:00
|
|
|
select DM
|
|
|
|
select DM_SERIAL
|
2014-11-06 06:39:28 +00:00
|
|
|
|
2014-08-30 22:10:57 +00:00
|
|
|
config TARGET_KOELSCH
|
|
|
|
bool "Koelsch board"
|
2015-03-31 03:47:56 +00:00
|
|
|
select DM
|
|
|
|
select DM_SERIAL
|
2014-08-30 22:10:57 +00:00
|
|
|
|
|
|
|
config TARGET_LAGER
|
|
|
|
bool "Lager board"
|
2015-03-31 03:47:56 +00:00
|
|
|
select DM
|
|
|
|
select DM_SERIAL
|
2014-08-30 22:10:57 +00:00
|
|
|
|
|
|
|
config TARGET_KZM9G
|
|
|
|
bool "KZM9D board"
|
|
|
|
|
|
|
|
config TARGET_ALT
|
|
|
|
bool "Alt board"
|
2015-03-31 03:47:56 +00:00
|
|
|
select DM
|
|
|
|
select DM_SERIAL
|
2014-08-30 22:10:57 +00:00
|
|
|
|
2015-01-12 16:17:07 +00:00
|
|
|
config TARGET_SILK
|
|
|
|
bool "Silk board"
|
2015-03-31 03:47:56 +00:00
|
|
|
select DM
|
|
|
|
select DM_SERIAL
|
2015-01-12 16:17:07 +00:00
|
|
|
|
2015-02-13 22:06:13 +00:00
|
|
|
config TARGET_PORTER
|
|
|
|
bool "Porter board"
|
2015-03-31 03:47:56 +00:00
|
|
|
select DM
|
|
|
|
select DM_SERIAL
|
2015-02-13 22:06:13 +00:00
|
|
|
|
2014-08-30 22:10:57 +00:00
|
|
|
endchoice
|
|
|
|
|
|
|
|
config SYS_SOC
|
|
|
|
default "rmobile"
|
|
|
|
|
2014-10-31 07:16:26 +00:00
|
|
|
config RMOBILE_EXTRAM_BOOT
|
|
|
|
bool "Enable boot from RAM"
|
2015-02-13 22:06:13 +00:00
|
|
|
depends on TARGET_ALT || TARGET_KOELSCH || TARGET_LAGER || TARGET_PORTER || TARGET_SILK
|
2014-10-31 07:16:26 +00:00
|
|
|
default n
|
|
|
|
|
2014-08-30 22:10:57 +00:00
|
|
|
source "board/atmark-techno/armadillo-800eva/Kconfig"
|
2014-11-06 06:39:28 +00:00
|
|
|
source "board/renesas/gose/Kconfig"
|
2014-08-30 22:10:57 +00:00
|
|
|
source "board/renesas/koelsch/Kconfig"
|
|
|
|
source "board/renesas/lager/Kconfig"
|
|
|
|
source "board/kmc/kzm9g/Kconfig"
|
|
|
|
source "board/renesas/alt/Kconfig"
|
2015-01-12 16:17:07 +00:00
|
|
|
source "board/renesas/silk/Kconfig"
|
2015-02-13 22:06:13 +00:00
|
|
|
source "board/renesas/porter/Kconfig"
|
2014-08-30 22:10:57 +00:00
|
|
|
|
|
|
|
endif
|