diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2009-05-31 10:02:58 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-05-31 10:12:25 -0400 |
commit | a22f277bba321474a01691ae66d5952926459f44 (patch) | |
tree | a3d60526be57064fa3e31159f2c196c6d260c598 /arch/arm/plat-omap | |
parent | 4dd9e742df98f8f600b4302d3adbb087a68237f7 (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/Kconfig | 3 |
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 | |||
45 | config OMAP_DEBUG_POWERDOMAIN | 45 | config 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 | |||
57 | config OMAP_DEBUG_CLOCKDOMAIN | 56 | config 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 | |||
115 | config OMAP_MBOX_FWK | 113 | config 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. |