diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2009-05-31 15:02:58 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2009-05-31 15:12:25 +0100 |
commit | a22f277bba321474a01691ae66d5952926459f44 (patch) | |
tree | a3d60526be57064fa3e31159f2c196c6d260c598 /arch/arm/mach-davinci | |
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/mach-davinci')
-rw-r--r-- | arch/arm/mach-davinci/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
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 config MACH_SFFSDR bool "Lyrtech SFFSDR" - default n depends on ARCH_DAVINCI_DM644x help Say Y here to select the Lyrtech Small Form Factor @@ -42,7 +41,6 @@ config MACH_SFFSDR config MACH_DAVINCI_DM355_EVM bool "TI DM355 EVM" - default n depends on ARCH_DAVINCI_DM355 help Configure this option to specify the whether the board used @@ -50,7 +48,6 @@ config MACH_DAVINCI_DM355_EVM config MACH_DM355_LEOPARD bool "DM355 Leopard board" - default n depends on ARCH_DAVINCI_DM355 help Configure this option to specify the whether the board used @@ -58,7 +55,6 @@ config MACH_DM355_LEOPARD config MACH_DAVINCI_DM6467_EVM bool "TI DM6467 EVM" - default n depends on ARCH_DAVINCI_DM646x help Configure this option to specify the whether the board used |