diff options
Diffstat (limited to 'arch/arm/mach-rmobile/Kconfig.rcar4')
-rw-r--r-- | arch/arm/mach-rmobile/Kconfig.rcar4 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-rmobile/Kconfig.rcar4 b/arch/arm/mach-rmobile/Kconfig.rcar4 index ad9fc3a4bd5..262791635e5 100644 --- a/arch/arm/mach-rmobile/Kconfig.rcar4 +++ b/arch/arm/mach-rmobile/Kconfig.rcar4 @@ -26,8 +26,15 @@ config TARGET_FALCON help Support for Renesas R-Car Gen3 Falcon platform +config TARGET_SPIDER + bool "Spider board" + imply R8A779F0 + help + Support for Renesas R-Car Gen4 Spider platform + endchoice source "board/renesas/falcon/Kconfig" +source "board/renesas/spider/Kconfig" endif |