aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-mx3/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/mach-mx3/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/mach-mx3/Kconfig')
-rw-r--r--arch/arm/mach-mx3/Kconfig4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-mx3/Kconfig b/arch/arm/mach-mx3/Kconfig
index 32e45155089..229fb3e71fa 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.