diff options
author | Russell King <rmk@dyn-67.arm.linux.org.uk> | 2006-01-13 21:09:17 +0000 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2006-01-13 21:09:17 +0000 |
commit | 5ff3fd27161127cc464fc04548d58672a6a8272a (patch) | |
tree | 6432d3ae801cc5b673a6865837c7ed1f522292bc /arch/arm/mach-versatile | |
parent | afeb90ca08000cbd75f22836e667f368e25fe3ac (diff) |
[ARM] Remove useless 'default n' from Kconfig files
The default is already 'n' so there's no need to explicitly state it.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-versatile')
-rw-r--r-- | arch/arm/mach-versatile/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-versatile/Kconfig b/arch/arm/mach-versatile/Kconfig index 8d787f4c78e6..95096afd5271 100644 --- a/arch/arm/mach-versatile/Kconfig +++ b/arch/arm/mach-versatile/Kconfig @@ -9,7 +9,6 @@ config ARCH_VERSATILE_PB config MACH_VERSATILE_AB bool "Support Versatile/AB platform" - default n help Include support for the ARM(R) Versatile/AP platform. |