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 | |
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')
-rw-r--r-- | arch/arm64/Kconfig | 11 | ||||
-rw-r--r-- | arch/arm64/configs/defconfig | 4 |
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 | ||
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 | ||
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 | |||
23 | CONFIG_MODULE_UNLOAD=y | 23 | CONFIG_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 |
26 | CONFIG_ARCH_VEXPRESS=y | ||
26 | CONFIG_SMP=y | 27 | CONFIG_SMP=y |
27 | CONFIG_PREEMPT_VOLUNTARY=y | 28 | CONFIG_PREEMPT_VOLUNTARY=y |
28 | CONFIG_CMDLINE="console=ttyAMA0" | 29 | CONFIG_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 |
48 | CONFIG_NETDEVICES=y | 49 | CONFIG_NETDEVICES=y |
49 | CONFIG_MII=y | 50 | CONFIG_MII=y |
51 | CONFIG_SMC91X=y | ||
50 | # CONFIG_WLAN is not set | 52 | # CONFIG_WLAN is not set |
51 | CONFIG_INPUT_EVDEV=y | 53 | CONFIG_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 |
54 | CONFIG_LEGACY_PTY_COUNT=16 | 56 | CONFIG_LEGACY_PTY_COUNT=16 |
57 | CONFIG_SERIAL_AMBA_PL011=y | ||
58 | CONFIG_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 |
57 | CONFIG_FB=y | 61 | CONFIG_FB=y |