diff options
| author | Nobuhiro Iwamatsu <[email protected]> | 2014-11-06 15:39:28 +0900 |
|---|---|---|
| committer | Nobuhiro Iwamatsu <[email protected]> | 2014-11-10 09:43:48 +0900 |
| commit | 6a994e5bb6ba0193d655e2cd67ff8d93bfe66d82 (patch) | |
| tree | 003df5f27bc5435197a1ff656b84ed49f5de3411 /arch/arm/cpu | |
| parent | 062edd2bec2395353a5631a8648c33d4f850b7e5 (diff) | |
arm: rmobile: Add support gose board
The gose board has R8A7793, 1GB DDR3-SDRAM, USB, Ethernet, and more.
This patch supports the following functions:
- DDR3-SDRAM
- SCIF
- QSPI
- SPI
Signed-off-by: Hisashi Nakamura <[email protected]>
Signed-off-by: Nobuhiro Iwamatsu <[email protected]>
CC: Masahiro Yamada <[email protected]>
Signed-off-by: Nobuhiro Iwamatsu <[email protected]>
Diffstat (limited to 'arch/arm/cpu')
| -rw-r--r-- | arch/arm/cpu/armv7/rmobile/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/rmobile/Kconfig b/arch/arm/cpu/armv7/rmobile/Kconfig index 8444d4224a3..6d94199de85 100644 --- a/arch/arm/cpu/armv7/rmobile/Kconfig +++ b/arch/arm/cpu/armv7/rmobile/Kconfig @@ -6,6 +6,9 @@ choice config TARGET_ARMADILLO_800EVA bool "armadillo 800 eva board" +config TARGET_GOSE + bool "Gose board" + config TARGET_KOELSCH bool "Koelsch board" @@ -29,6 +32,7 @@ config RMOBILE_EXTRAM_BOOT default n source "board/atmark-techno/armadillo-800eva/Kconfig" +source "board/renesas/gose/Kconfig" source "board/renesas/koelsch/Kconfig" source "board/renesas/lager/Kconfig" source "board/kmc/kzm9g/Kconfig" |
