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/arm64/Kconfig | |
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/arm64/Kconfig')
-rw-r--r-- | arch/arm64/Kconfig | 5 |
1 files changed, 5 insertions, 0 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 |