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 | |
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>
-rw-r--r-- | arch/arm64/Kconfig | 11 | ||||
-rw-r--r-- | arch/arm64/configs/defconfig | 4 | ||||
-rw-r--r-- | drivers/net/ethernet/smsc/Kconfig | 4 |
3 files changed, 16 insertions, 3 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 |
diff --git a/drivers/net/ethernet/smsc/Kconfig b/drivers/net/ethernet/smsc/Kconfig index 5a689af516e9..bb4c1674ff99 100644 --- a/drivers/net/ethernet/smsc/Kconfig +++ b/drivers/net/ethernet/smsc/Kconfig | |||
@@ -5,7 +5,7 @@ | |||
5 | config NET_VENDOR_SMSC | 5 | config NET_VENDOR_SMSC |
6 | bool "SMC (SMSC)/Western Digital devices" | 6 | bool "SMC (SMSC)/Western Digital devices" |
7 | default y | 7 | default y |
8 | depends on ARM || ISA || MAC || ARM || MIPS || M32R || SUPERH || \ | 8 | depends on ARM || ISA || MAC || ARM64 || MIPS || M32R || SUPERH || \ |
9 | BLACKFIN || MN10300 || COLDFIRE || PCI || PCMCIA | 9 | BLACKFIN || MN10300 || COLDFIRE || PCI || PCMCIA |
10 | ---help--- | 10 | ---help--- |
11 | If you have a network (Ethernet) card belonging to this class, say Y | 11 | If you have a network (Ethernet) card belonging to this class, say Y |
@@ -40,7 +40,7 @@ config SMC91X | |||
40 | select NET_CORE | 40 | select NET_CORE |
41 | select MII | 41 | select MII |
42 | depends on (ARM || M32R || SUPERH || MIPS || BLACKFIN || \ | 42 | depends on (ARM || M32R || SUPERH || MIPS || BLACKFIN || \ |
43 | MN10300 || COLDFIRE) | 43 | MN10300 || COLDFIRE || ARM64) |
44 | ---help--- | 44 | ---help--- |
45 | This is a driver for SMC's 91x series of Ethernet chipsets, | 45 | This is a driver for SMC's 91x series of Ethernet chipsets, |
46 | including the SMC91C94 and the SMC91C111. Say Y if you want it | 46 | including the SMC91C94 and the SMC91C111. Say Y if you want it |