diff options
author | Robin Getz <rgetz@blackfin.uclinux.org> | 2008-07-19 03:11:15 -0400 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2008-07-19 03:11:15 -0400 |
commit | bafcc1b97323261a42d47960db99947bcc1be133 (patch) | |
tree | e805143d9133b446ccd31936e905b2f2916a3ebb | |
parent | 5d481f497559245ecfb1b95cafe39bfbf037fda5 (diff) |
Blackfin arch: Remove useless config option.
Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
-rw-r--r-- | arch/blackfin/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index 8f21b78b2e6f..5a08194e4118 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig | |||
@@ -729,14 +729,6 @@ config BFIN_WT | |||
729 | 729 | ||
730 | endchoice | 730 | endchoice |
731 | 731 | ||
732 | config L1_MAX_PIECE | ||
733 | int "Set the max L1 SRAM pieces" | ||
734 | default 16 | ||
735 | help | ||
736 | Set the max memory pieces for the L1 SRAM allocation algorithm. | ||
737 | Min value is 16. Max value is 1024. | ||
738 | |||
739 | |||
740 | config MPU | 732 | config MPU |
741 | bool "Enable the memory protection unit (EXPERIMENTAL)" | 733 | bool "Enable the memory protection unit (EXPERIMENTAL)" |
742 | default n | 734 | default n |