aboutsummaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--arch/arm/Kconfig7
-rw-r--r--arch/arm/mach-davinci/Kconfig4
-rw-r--r--arch/arm/mach-mx3/Kconfig4
-rw-r--r--arch/arm/mach-realview/Kconfig1
-rw-r--r--arch/arm/mm/Kconfig3
-rw-r--r--arch/arm/plat-omap/Kconfig3
6 files changed, 0 insertions, 22 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
diff --git a/arch/arm/mach-davinci/Kconfig b/arch/arm/mach-davinci/Kconfig
index 76408670554d..be747f5c6cd8 100644
--- a/arch/arm/mach-davinci/Kconfig
+++ b/arch/arm/mach-davinci/Kconfig
@@ -34,7 +34,6 @@ config MACH_DAVINCI_EVM
34 34
35config MACH_SFFSDR 35config MACH_SFFSDR
36 bool "Lyrtech SFFSDR" 36 bool "Lyrtech SFFSDR"
37 default n
38 depends on ARCH_DAVINCI_DM644x 37 depends on ARCH_DAVINCI_DM644x
39 help 38 help
40 Say Y here to select the Lyrtech Small Form Factor 39 Say Y here to select the Lyrtech Small Form Factor
@@ -42,7 +41,6 @@ config MACH_SFFSDR
42 41
43config MACH_DAVINCI_DM355_EVM 42config MACH_DAVINCI_DM355_EVM
44 bool "TI DM355 EVM" 43 bool "TI DM355 EVM"
45 default n
46 depends on ARCH_DAVINCI_DM355 44 depends on ARCH_DAVINCI_DM355
47 help 45 help
48 Configure this option to specify the whether the board used 46 Configure this option to specify the whether the board used
@@ -50,7 +48,6 @@ config MACH_DAVINCI_DM355_EVM
50 48
51config MACH_DM355_LEOPARD 49config MACH_DM355_LEOPARD
52 bool "DM355 Leopard board" 50 bool "DM355 Leopard board"
53 default n
54 depends on ARCH_DAVINCI_DM355 51 depends on ARCH_DAVINCI_DM355
55 help 52 help
56 Configure this option to specify the whether the board used 53 Configure this option to specify the whether the board used
@@ -58,7 +55,6 @@ config MACH_DM355_LEOPARD
58 55
59config MACH_DAVINCI_DM6467_EVM 56config MACH_DAVINCI_DM6467_EVM
60 bool "TI DM6467 EVM" 57 bool "TI DM6467 EVM"
61 default n
62 depends on ARCH_DAVINCI_DM646x 58 depends on ARCH_DAVINCI_DM646x
63 help 59 help
64 Configure this option to specify the whether the board used 60 Configure this option to specify the whether the board used
diff --git a/arch/arm/mach-mx3/Kconfig b/arch/arm/mach-mx3/Kconfig
index 32e45155089a..229fb3e71fa1 100644
--- a/arch/arm/mach-mx3/Kconfig
+++ b/arch/arm/mach-mx3/Kconfig
@@ -39,7 +39,6 @@ config MACH_PCM037
39config MACH_MX31LITE 39config MACH_MX31LITE
40 bool "Support MX31 LITEKIT (LogicPD)" 40 bool "Support MX31 LITEKIT (LogicPD)"
41 select ARCH_MX31 41 select ARCH_MX31
42 default n
43 help 42 help
44 Include support for MX31 LITEKIT platform. This includes specific 43 Include support for MX31 LITEKIT platform. This includes specific
45 configurations for the board and its peripherals. 44 configurations for the board and its peripherals.
@@ -47,7 +46,6 @@ config MACH_MX31LITE
47config MACH_MX31_3DS 46config MACH_MX31_3DS
48 bool "Support MX31PDK (3DS)" 47 bool "Support MX31PDK (3DS)"
49 select ARCH_MX31 48 select ARCH_MX31
50 default n
51 help 49 help
52 Include support for MX31PDK (3DS) platform. This includes specific 50 Include support for MX31PDK (3DS) platform. This includes specific
53 configurations for the board and its peripherals. 51 configurations for the board and its peripherals.
@@ -55,7 +53,6 @@ config MACH_MX31_3DS
55config MACH_MX31MOBOARD 53config MACH_MX31MOBOARD
56 bool "Support mx31moboard platforms (EPFL Mobots group)" 54 bool "Support mx31moboard platforms (EPFL Mobots group)"
57 select ARCH_MX31 55 select ARCH_MX31
58 default n
59 help 56 help
60 Include support for mx31moboard platform. This includes specific 57 Include support for mx31moboard platform. This includes specific
61 configurations for the board and its peripherals. 58 configurations for the board and its peripherals.
@@ -63,7 +60,6 @@ config MACH_MX31MOBOARD
63config MACH_QONG 60config MACH_QONG
64 bool "Support Dave/DENX QongEVB-LITE platform" 61 bool "Support Dave/DENX QongEVB-LITE platform"
65 select ARCH_MX31 62 select ARCH_MX31
66 default n
67 help 63 help
68 Include support for Dave/DENX QongEVB-LITE platform. This includes 64 Include support for Dave/DENX QongEVB-LITE platform. This includes
69 specific configurations for the board and its peripherals. 65 specific configurations for the board and its peripherals.
diff --git a/arch/arm/mach-realview/Kconfig b/arch/arm/mach-realview/Kconfig
index b6ec10627776..bf35cfd89f34 100644
--- a/arch/arm/mach-realview/Kconfig
+++ b/arch/arm/mach-realview/Kconfig
@@ -24,7 +24,6 @@ config REALVIEW_EB_ARM11MP
24config REALVIEW_EB_ARM11MP_REVB 24config REALVIEW_EB_ARM11MP_REVB
25 bool "Support ARM11MPCore RevB tile" 25 bool "Support ARM11MPCore RevB tile"
26 depends on REALVIEW_EB_ARM11MP 26 depends on REALVIEW_EB_ARM11MP
27 default n
28 help 27 help
29 Enable support for the ARM11MPCore RevB tile on the Realview 28 Enable support for the ARM11MPCore RevB tile on the Realview
30 platform. Since there are device address differences, a 29 platform. Since there are device address differences, a
diff --git a/arch/arm/mm/Kconfig b/arch/arm/mm/Kconfig
index 20979564e7ee..b9bd481a0ecc 100644
--- a/arch/arm/mm/Kconfig
+++ b/arch/arm/mm/Kconfig
@@ -642,7 +642,6 @@ config CPU_BIG_ENDIAN
642config CPU_HIGH_VECTOR 642config CPU_HIGH_VECTOR
643 depends on !MMU && CPU_CP15 && !CPU_ARM740T 643 depends on !MMU && CPU_CP15 && !CPU_ARM740T
644 bool "Select the High exception vector" 644 bool "Select the High exception vector"
645 default n
646 help 645 help
647 Say Y here to select high exception vector(0xFFFF0000~). 646 Say Y here to select high exception vector(0xFFFF0000~).
648 The exception vector can be vary depending on the platform 647 The exception vector can be vary depending on the platform
@@ -726,7 +725,6 @@ config NEEDS_SYSCALL_FOR_CMPXCHG
726 725
727config OUTER_CACHE 726config OUTER_CACHE
728 bool 727 bool
729 default n
730 728
731config CACHE_FEROCEON_L2 729config CACHE_FEROCEON_L2
732 bool "Enable the Feroceon L2 cache controller" 730 bool "Enable the Feroceon L2 cache controller"
@@ -739,7 +737,6 @@ config CACHE_FEROCEON_L2
739config CACHE_FEROCEON_L2_WRITETHROUGH 737config CACHE_FEROCEON_L2_WRITETHROUGH
740 bool "Force Feroceon L2 cache write through" 738 bool "Force Feroceon L2 cache write through"
741 depends on CACHE_FEROCEON_L2 739 depends on CACHE_FEROCEON_L2
742 default n
743 help 740 help
744 Say Y here to use the Feroceon L2 cache in writethrough mode. 741 Say Y here to use the Feroceon L2 cache in writethrough mode.
745 Unless you specifically require this, say N for writeback mode. 742 Unless you specifically require this, say N for writeback mode.
diff --git a/arch/arm/plat-omap/Kconfig b/arch/arm/plat-omap/Kconfig
index 9a6ecc7159b7..efe85d095190 100644
--- a/arch/arm/plat-omap/Kconfig
+++ b/arch/arm/plat-omap/Kconfig
@@ -45,7 +45,6 @@ config OMAP_DEBUG_LEDS
45config OMAP_DEBUG_POWERDOMAIN 45config OMAP_DEBUG_POWERDOMAIN
46 bool "Emit debug messages from powerdomain layer" 46 bool "Emit debug messages from powerdomain layer"
47 depends on ARCH_OMAP2 || ARCH_OMAP3 47 depends on ARCH_OMAP2 || ARCH_OMAP3
48 default n
49 help 48 help
50 Say Y here if you want to compile in powerdomain layer 49 Say Y here if you want to compile in powerdomain layer
51 debugging messages for OMAP2/3. These messages can 50 debugging messages for OMAP2/3. These messages can
@@ -57,7 +56,6 @@ config OMAP_DEBUG_POWERDOMAIN
57config OMAP_DEBUG_CLOCKDOMAIN 56config OMAP_DEBUG_CLOCKDOMAIN
58 bool "Emit debug messages from clockdomain layer" 57 bool "Emit debug messages from clockdomain layer"
59 depends on ARCH_OMAP2 || ARCH_OMAP3 58 depends on ARCH_OMAP2 || ARCH_OMAP3
60 default n
61 help 59 help
62 Say Y here if you want to compile in clockdomain layer 60 Say Y here if you want to compile in clockdomain layer
63 debugging messages for OMAP2/3. These messages can 61 debugging messages for OMAP2/3. These messages can
@@ -115,7 +113,6 @@ config OMAP_MCBSP
115config OMAP_MBOX_FWK 113config OMAP_MBOX_FWK
116 tristate "Mailbox framework support" 114 tristate "Mailbox framework support"
117 depends on ARCH_OMAP 115 depends on ARCH_OMAP
118 default n
119 help 116 help
120 Say Y here if you want to use OMAP Mailbox framework support for 117 Say Y here if you want to use OMAP Mailbox framework support for
121 DSP, IVA1.0 and IVA2 in OMAP1/2/3. 118 DSP, IVA1.0 and IVA2 in OMAP1/2/3.