diff options
author | Robin Getz <rgetz@blackfin.uclinux.org> | 2008-07-19 15:11:15 +0800 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2008-07-19 15:11:15 +0800 |
commit | bafcc1b97323261a42d47960db99947bcc1be133 (patch) | |
tree | e805143d9133b446ccd31936e905b2f2916a3ebb /arch/blackfin | |
parent | 5d481f497559245ecfb1b95cafe39bfbf037fda5 (diff) | |
download | linux-bafcc1b97323261a42d47960db99947bcc1be133.tar.bz2 |
Blackfin arch: Remove useless config option.
Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'arch/blackfin')
-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 endchoice -config L1_MAX_PIECE - int "Set the max L1 SRAM pieces" - default 16 - help - Set the max memory pieces for the L1 SRAM allocation algorithm. - Min value is 16. Max value is 1024. - - config MPU bool "Enable the memory protection unit (EXPERIMENTAL)" default n |