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/mm/Kconfig | |
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/mm/Kconfig')
-rw-r--r-- | arch/arm/mm/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/mm/Kconfig b/arch/arm/mm/Kconfig index 20979564e7ee..b9bd481a0ecc 100644 --- a/arch/arm/mm/Kconfig +++ b/arch/arm/mm/Kconfig | |||
@@ -642,7 +642,6 @@ config CPU_BIG_ENDIAN | |||
642 | config CPU_HIGH_VECTOR | 642 | config CPU_HIGH_VECTOR |
643 | depends on !MMU && CPU_CP15 && !CPU_ARM740T | 643 | depends on !MMU && CPU_CP15 && !CPU_ARM740T |
644 | bool "Select the High exception vector" | 644 | bool "Select the High exception vector" |
645 | default n | ||
646 | help | 645 | help |
647 | Say Y here to select high exception vector(0xFFFF0000~). | 646 | Say Y here to select high exception vector(0xFFFF0000~). |
648 | The exception vector can be vary depending on the platform | 647 | The exception vector can be vary depending on the platform |
@@ -726,7 +725,6 @@ config NEEDS_SYSCALL_FOR_CMPXCHG | |||
726 | 725 | ||
727 | config OUTER_CACHE | 726 | config OUTER_CACHE |
728 | bool | 727 | bool |
729 | default n | ||
730 | 728 | ||
731 | config CACHE_FEROCEON_L2 | 729 | config CACHE_FEROCEON_L2 |
732 | bool "Enable the Feroceon L2 cache controller" | 730 | bool "Enable the Feroceon L2 cache controller" |
@@ -739,7 +737,6 @@ config CACHE_FEROCEON_L2 | |||
739 | config CACHE_FEROCEON_L2_WRITETHROUGH | 737 | config CACHE_FEROCEON_L2_WRITETHROUGH |
740 | bool "Force Feroceon L2 cache write through" | 738 | bool "Force Feroceon L2 cache write through" |
741 | depends on CACHE_FEROCEON_L2 | 739 | depends on CACHE_FEROCEON_L2 |
742 | default n | ||
743 | help | 740 | help |
744 | Say Y here to use the Feroceon L2 cache in writethrough mode. | 741 | Say Y here to use the Feroceon L2 cache in writethrough mode. |
745 | Unless you specifically require this, say N for writeback mode. | 742 | Unless you specifically require this, say N for writeback mode. |