diff options
author | Catalin Marinas <catalin.marinas@arm.com> | 2012-09-05 12:47:44 -0400 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2013-04-26 09:44:05 -0400 |
commit | 1ae90e79051318c34d5a75c2ef5b9a55bd22f2ed (patch) | |
tree | 0a27929d365441c6d3ba245785b2f524900a9581 /arch/arm64/Kconfig | |
parent | 90556ca1ebdd01fbedaf9e56a826d4ce84346466 (diff) |
arm64: vexpress: Enable ARMv8 RTSM model (SoC) support
This patch adds the necessary Kconfig entries to enable support for the
ARMv8 software model (Versatile Express platform) together with the
defconfig update.
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm64/Kconfig')
-rw-r--r-- | arch/arm64/Kconfig | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index 9b6d19f74078..73b6e764034c 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig | |||
@@ -99,7 +99,16 @@ source "init/Kconfig" | |||
99 | 99 | ||
100 | source "kernel/Kconfig.freezer" | 100 | source "kernel/Kconfig.freezer" |
101 | 101 | ||
102 | menu "System Type" | 102 | menu "Platform selection" |
103 | |||
104 | config ARCH_VEXPRESS | ||
105 | bool "ARMv8 software model (Versatile Express)" | ||
106 | select ARCH_REQUIRE_GPIOLIB | ||
107 | select COMMON_CLK_VERSATILE | ||
108 | select VEXPRESS_CONFIG | ||
109 | help | ||
110 | This enables support for the ARMv8 software model (Versatile | ||
111 | Express). | ||
103 | 112 | ||
104 | endmenu | 113 | endmenu |
105 | 114 | ||