aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorCatalin Marinas <catalin.marinas@arm.com>2012-09-05 12:47:44 -0400
committerCatalin Marinas <catalin.marinas@arm.com>2013-04-26 09:44:05 -0400
commit1ae90e79051318c34d5a75c2ef5b9a55bd22f2ed (patch)
tree0a27929d365441c6d3ba245785b2f524900a9581 /arch
parent90556ca1ebdd01fbedaf9e56a826d4ce84346466 (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')
-rw-r--r--arch/arm64/Kconfig11
-rw-r--r--arch/arm64/configs/defconfig4
2 files changed, 14 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
100source "kernel/Kconfig.freezer" 100source "kernel/Kconfig.freezer"
101 101
102menu "System Type" 102menu "Platform selection"
103
104config 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
104endmenu 113endmenu
105 114
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 09bef29f3a09..8d9696adb440 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -23,6 +23,7 @@ CONFIG_MODULES=y
23CONFIG_MODULE_UNLOAD=y 23CONFIG_MODULE_UNLOAD=y
24# CONFIG_BLK_DEV_BSG is not set 24# CONFIG_BLK_DEV_BSG is not set
25# CONFIG_IOSCHED_DEADLINE is not set 25# CONFIG_IOSCHED_DEADLINE is not set
26CONFIG_ARCH_VEXPRESS=y
26CONFIG_SMP=y 27CONFIG_SMP=y
27CONFIG_PREEMPT_VOLUNTARY=y 28CONFIG_PREEMPT_VOLUNTARY=y
28CONFIG_CMDLINE="console=ttyAMA0" 29CONFIG_CMDLINE="console=ttyAMA0"
@@ -47,11 +48,14 @@ CONFIG_BLK_DEV_SD=y
47# CONFIG_SCSI_LOWLEVEL is not set 48# CONFIG_SCSI_LOWLEVEL is not set
48CONFIG_NETDEVICES=y 49CONFIG_NETDEVICES=y
49CONFIG_MII=y 50CONFIG_MII=y
51CONFIG_SMC91X=y
50# CONFIG_WLAN is not set 52# CONFIG_WLAN is not set
51CONFIG_INPUT_EVDEV=y 53CONFIG_INPUT_EVDEV=y
52# CONFIG_SERIO_I8042 is not set 54# CONFIG_SERIO_I8042 is not set
53# CONFIG_SERIO_SERPORT is not set 55# CONFIG_SERIO_SERPORT is not set
54CONFIG_LEGACY_PTY_COUNT=16 56CONFIG_LEGACY_PTY_COUNT=16
57CONFIG_SERIAL_AMBA_PL011=y
58CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
55# CONFIG_HW_RANDOM is not set 59# CONFIG_HW_RANDOM is not set
56# CONFIG_HWMON is not set 60# CONFIG_HWMON is not set
57CONFIG_FB=y 61CONFIG_FB=y