diff options
author | Radha Mohan Chintakuntla <rchintakuntla@cavium.com> | 2014-04-08 09:17:51 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2014-10-02 11:38:49 -0400 |
commit | 28f7420de20dadcc3140672444b8e4ffa2efb477 (patch) | |
tree | 03a56e407dd6db48af380eb203e8de780b89c723 /arch | |
parent | 4c3087008dd19dcfced1bbbc2414ac5a8a61bcef (diff) |
arm64, thunder: Add Kconfig option for Cavium Thunder SoC Family
This introduces ARCH_THUNDER to enable soc specific drivers and dtb
files.
Signed-off-by: Radha Mohan Chintakuntla <rchintakuntla@cavium.com>
Signed-off-by: Robert Richter <rrichter@cavium.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/Kconfig | 5 | ||||
-rw-r--r-- | arch/arm64/boot/dts/Makefile | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index fd4e81a4e1ce..92f92fe8bb42 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig | |||
@@ -134,6 +134,11 @@ source "kernel/Kconfig.freezer" | |||
134 | 134 | ||
135 | menu "Platform selection" | 135 | menu "Platform selection" |
136 | 136 | ||
137 | config ARCH_THUNDER | ||
138 | bool "Cavium Inc. Thunder SoC Family" | ||
139 | help | ||
140 | This enables support for Cavium's Thunder Family of SoCs. | ||
141 | |||
137 | config ARCH_VEXPRESS | 142 | config ARCH_VEXPRESS |
138 | bool "ARMv8 software model (Versatile Express)" | 143 | bool "ARMv8 software model (Versatile Express)" |
139 | select ARCH_REQUIRE_GPIOLIB | 144 | select ARCH_REQUIRE_GPIOLIB |
diff --git a/arch/arm64/boot/dts/Makefile b/arch/arm64/boot/dts/Makefile index c2e8e4661a90..f8001a62029c 100644 --- a/arch/arm64/boot/dts/Makefile +++ b/arch/arm64/boot/dts/Makefile | |||
@@ -1,8 +1,7 @@ | |||
1 | dtb-$(CONFIG_ARCH_THUNDER) += thunder-88xx.dtb | ||
1 | dtb-$(CONFIG_ARCH_VEXPRESS) += rtsm_ve-aemv8a.dtb foundation-v8.dtb | 2 | dtb-$(CONFIG_ARCH_VEXPRESS) += rtsm_ve-aemv8a.dtb foundation-v8.dtb |
2 | dtb-$(CONFIG_ARCH_XGENE) += apm-mustang.dtb | 3 | dtb-$(CONFIG_ARCH_XGENE) += apm-mustang.dtb |
3 | 4 | ||
4 | dtb-y += thunder-88xx.dtb | ||
5 | |||
6 | targets += dtbs | 5 | targets += dtbs |
7 | targets += $(dtb-y) | 6 | targets += $(dtb-y) |
8 | 7 | ||