aboutsummaryrefslogtreecommitdiffstats
path: root/arch/blackfin/Kconfig
diff options
context:
space:
mode:
authorRobin Getz <robin.getz@analog.com>2007-10-10 11:55:26 -0400
committerBryan Wu <bryan.wu@analog.com>2007-10-10 11:55:26 -0400
commit3bebca2d20796dd3dc62c5d3e74148087c7ce5bd (patch)
treefdb5eb8eb774fa5e8df41ebbf0e0d2c82b9ff627 /arch/blackfin/Kconfig
parenta298049180d2c56fc8ac1796b24973bf4f019cc7 (diff)
Blackfin arch: to do some consolidation of common code and common name spaces
now all BLKFIN should be BFIN, should be no functional changes. Signed-off-by: Robin Getz <robin.getz@analog.com> Signed-off-by: Bryan Wu <bryan.wu@analog.com>
Diffstat (limited to 'arch/blackfin/Kconfig')
-rw-r--r--arch/blackfin/Kconfig20
1 files changed, 10 insertions, 10 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig
index a7a6e0c5827d..17f946920159 100644
--- a/arch/blackfin/Kconfig
+++ b/arch/blackfin/Kconfig
@@ -722,22 +722,22 @@ endchoice
722 722
723 723
724comment "Cache Support" 724comment "Cache Support"
725config BLKFIN_CACHE 725config BFIN_ICACHE
726 bool "Enable ICACHE" 726 bool "Enable ICACHE"
727config BLKFIN_DCACHE 727config BFIN_DCACHE
728 bool "Enable DCACHE" 728 bool "Enable DCACHE"
729config BLKFIN_DCACHE_BANKA 729config BFIN_DCACHE_BANKA
730 bool "Enable only 16k BankA DCACHE - BankB is SRAM" 730 bool "Enable only 16k BankA DCACHE - BankB is SRAM"
731 depends on BLKFIN_DCACHE && !BF531 731 depends on BFIN_DCACHE && !BF531
732 default n 732 default n
733config BLKFIN_CACHE_LOCK 733config BFIN_ICACHE_LOCK
734 bool "Enable Cache Locking" 734 bool "Enable Instruction Cache Locking"
735 735
736choice 736choice
737 prompt "Policy" 737 prompt "Policy"
738 depends on BLKFIN_DCACHE 738 depends on BFIN_DCACHE
739 default BLKFIN_WB 739 default BFIN_WB
740config BLKFIN_WB 740config BFIN_WB
741 bool "Write back" 741 bool "Write back"
742 help 742 help
743 Write Back Policy: 743 Write Back Policy:
@@ -754,7 +754,7 @@ config BLKFIN_WB
754 If you are unsure of the options and you want to be safe, 754 If you are unsure of the options and you want to be safe,
755 then go with Write Through. 755 then go with Write Through.
756 756
757config BLKFIN_WT 757config BFIN_WT
758 bool "Write through" 758 bool "Write through"
759 help 759 help
760 Write Back Policy: 760 Write Back Policy: