aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/Kconfig
diff options
context:
space:
mode:
authorRussell King <rmk@dyn-67.arm.linux.org.uk>2009-05-31 10:02:58 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2009-05-31 10:12:25 -0400
commita22f277bba321474a01691ae66d5952926459f44 (patch)
treea3d60526be57064fa3e31159f2c196c6d260c598 /arch/arm/Kconfig
parent4dd9e742df98f8f600b4302d3adbb087a68237f7 (diff)
[ARM] Kconfig: remove 'default n'
Kconfig entries default to n, so there's no need for this to be explicitly specified. Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r--arch/arm/Kconfig7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 65bf774a26fd..65778839d380 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -34,15 +34,12 @@ config SYS_SUPPORTS_APM_EMULATION
34 34
35config GENERIC_GPIO 35config GENERIC_GPIO
36 bool 36 bool
37 default n
38 37
39config GENERIC_TIME 38config GENERIC_TIME
40 bool 39 bool
41 default n
42 40
43config GENERIC_CLOCKEVENTS 41config GENERIC_CLOCKEVENTS
44 bool 42 bool
45 default n
46 43
47config GENERIC_CLOCKEVENTS_BROADCAST 44config GENERIC_CLOCKEVENTS_BROADCAST
48 bool 45 bool
@@ -55,7 +52,6 @@ config MMU
55 52
56config NO_IOPORT 53config NO_IOPORT
57 bool 54 bool
58 default n
59 55
60config EISA 56config EISA
61 bool 57 bool
@@ -126,11 +122,9 @@ config RWSEM_XCHGADD_ALGORITHM
126 122
127config ARCH_HAS_ILOG2_U32 123config ARCH_HAS_ILOG2_U32
128 bool 124 bool
129 default n
130 125
131config ARCH_HAS_ILOG2_U64 126config ARCH_HAS_ILOG2_U64
132 bool 127 bool
133 default n
134 128
135config GENERIC_HWEIGHT 129config GENERIC_HWEIGHT
136 bool 130 bool
@@ -969,7 +963,6 @@ config OABI_COMPAT
969 963
970config ARCH_HAS_HOLES_MEMORYMODEL 964config ARCH_HAS_HOLES_MEMORYMODEL
971 bool 965 bool
972 default n
973 966
974# Discontigmem is deprecated 967# Discontigmem is deprecated
975config ARCH_DISCONTIGMEM_ENABLE 968config ARCH_DISCONTIGMEM_ENABLE