aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorKukjin Kim <kgene.kim@samsung.com>2013-04-08 12:10:13 -0400
committerKukjin Kim <kgene.kim@samsung.com>2013-04-08 12:10:13 -0400
commitda821eb7d42935b0f7056d98c75fd1150f6636f4 (patch)
treede83ac171d51bbe7621110c3145a68c198b13711 /arch/arm/Kconfig
parent296f3f2c9322480400338f71d8c118107f9a7f20 (diff)
parent07961ac7c0ee8b546658717034fe692fd12eefa9 (diff)
Merge commit 'v3.9-rc5' into next/clk-exynos
Conflicts: arch/arm/boot/dts/exynos4.dtsi arch/arm/boot/dts/exynos5440.dtsi
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig22
1 files changed, 11 insertions, 11 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index e232412d14a5..8ffab890d7aa 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -49,7 +49,6 @@ config ARM
49 select HAVE_REGS_AND_STACK_ACCESS_API 49 select HAVE_REGS_AND_STACK_ACCESS_API
50 select HAVE_SYSCALL_TRACEPOINTS 50 select HAVE_SYSCALL_TRACEPOINTS
51 select HAVE_UID16 51 select HAVE_UID16
52 select HAVE_VIRT_TO_BUS
53 select KTIME_SCALAR 52 select KTIME_SCALAR
54 select PERF_USE_VMALLOC 53 select PERF_USE_VMALLOC
55 select RTC_LIB 54 select RTC_LIB
@@ -556,7 +555,6 @@ config ARCH_IXP4XX
556config ARCH_DOVE 555config ARCH_DOVE
557 bool "Marvell Dove" 556 bool "Marvell Dove"
558 select ARCH_REQUIRE_GPIOLIB 557 select ARCH_REQUIRE_GPIOLIB
559 select COMMON_CLK_DOVE
560 select CPU_V7 558 select CPU_V7
561 select GENERIC_CLOCKEVENTS 559 select GENERIC_CLOCKEVENTS
562 select MIGHT_HAVE_PCI 560 select MIGHT_HAVE_PCI
@@ -744,6 +742,7 @@ config ARCH_RPC
744 select NEED_MACH_IO_H 742 select NEED_MACH_IO_H
745 select NEED_MACH_MEMORY_H 743 select NEED_MACH_MEMORY_H
746 select NO_IOPORT 744 select NO_IOPORT
745 select VIRT_TO_BUS
747 help 746 help
748 On the Acorn Risc-PC, Linux can support the internal IDE disk and 747 On the Acorn Risc-PC, Linux can support the internal IDE disk and
749 CD-ROM interface, serial and parallel port, and the floppy drive. 748 CD-ROM interface, serial and parallel port, and the floppy drive.
@@ -885,6 +884,7 @@ config ARCH_SHARK
885 select ISA_DMA 884 select ISA_DMA
886 select NEED_MACH_MEMORY_H 885 select NEED_MACH_MEMORY_H
887 select PCI 886 select PCI
887 select VIRT_TO_BUS
888 select ZONE_DMA 888 select ZONE_DMA
889 help 889 help
890 Support for the StrongARM based Digital DNARD machine, also known 890 Support for the StrongARM based Digital DNARD machine, also known
@@ -1012,12 +1012,12 @@ config ARCH_MULTI_V4_V5
1012 bool 1012 bool
1013 1013
1014config ARCH_MULTI_V6 1014config ARCH_MULTI_V6
1015 bool "ARMv6 based platforms (ARM11, Scorpion, ...)" 1015 bool "ARMv6 based platforms (ARM11)"
1016 select ARCH_MULTI_V6_V7 1016 select ARCH_MULTI_V6_V7
1017 select CPU_V6 1017 select CPU_V6
1018 1018
1019config ARCH_MULTI_V7 1019config ARCH_MULTI_V7
1020 bool "ARMv7 based platforms (Cortex-A, PJ4, Krait)" 1020 bool "ARMv7 based platforms (Cortex-A, PJ4, Scorpion, Krait)"
1021 default y 1021 default y
1022 select ARCH_MULTI_V6_V7 1022 select ARCH_MULTI_V6_V7
1023 select ARCH_VEXPRESS 1023 select ARCH_VEXPRESS
@@ -1468,10 +1468,6 @@ config ISA_DMA
1468 bool 1468 bool
1469 select ISA_DMA_API 1469 select ISA_DMA_API
1470 1470
1471config ARCH_NO_VIRT_TO_BUS
1472 def_bool y
1473 depends on !ARCH_RPC && !ARCH_NETWINDER && !ARCH_SHARK
1474
1475# Select ISA DMA interface 1471# Select ISA DMA interface
1476config ISA_DMA_API 1472config ISA_DMA_API
1477 bool 1473 bool
@@ -1663,13 +1659,16 @@ config LOCAL_TIMERS
1663 accounting to be spread across the timer interval, preventing a 1659 accounting to be spread across the timer interval, preventing a
1664 "thundering herd" at every timer tick. 1660 "thundering herd" at every timer tick.
1665 1661
1662# The GPIO number here must be sorted by descending number. In case of
1663# a multiplatform kernel, we just want the highest value required by the
1664# selected platforms.
1666config ARCH_NR_GPIO 1665config ARCH_NR_GPIO
1667 int 1666 int
1668 default 1024 if ARCH_SHMOBILE || ARCH_TEGRA 1667 default 1024 if ARCH_SHMOBILE || ARCH_TEGRA
1669 default 355 if ARCH_U8500
1670 default 264 if MACH_H4700
1671 default 512 if SOC_OMAP5 1668 default 512 if SOC_OMAP5
1669 default 355 if ARCH_U8500
1672 default 288 if ARCH_VT8500 || ARCH_SUNXI 1670 default 288 if ARCH_VT8500 || ARCH_SUNXI
1671 default 264 if MACH_H4700
1673 default 0 1672 default 0
1674 help 1673 help
1675 Maximum number of GPIOs in the system. 1674 Maximum number of GPIOs in the system.
@@ -1893,8 +1892,9 @@ config XEN_DOM0
1893 1892
1894config XEN 1893config XEN
1895 bool "Xen guest support on ARM (EXPERIMENTAL)" 1894 bool "Xen guest support on ARM (EXPERIMENTAL)"
1896 depends on ARM && OF 1895 depends on ARM && AEABI && OF
1897 depends on CPU_V7 && !CPU_V6 1896 depends on CPU_V7 && !CPU_V6
1897 depends on !GENERIC_ATOMIC64
1898 help 1898 help
1899 Say Y if you want to run Linux in a Virtual Machine on Xen on ARM. 1899 Say Y if you want to run Linux in a Virtual Machine on Xen on ARM.
1900 1900