aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/plat-omap
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/plat-omap
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/plat-omap')
-rw-r--r--arch/arm/plat-omap/Kconfig3
1 files changed, 0 insertions, 3 deletions
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.