diff options
Diffstat (limited to 'arch/blackfin/Kconfig')
-rw-r--r-- | arch/blackfin/Kconfig | 20 |
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 | ||
724 | comment "Cache Support" | 724 | comment "Cache Support" |
725 | config BLKFIN_CACHE | 725 | config BFIN_ICACHE |
726 | bool "Enable ICACHE" | 726 | bool "Enable ICACHE" |
727 | config BLKFIN_DCACHE | 727 | config BFIN_DCACHE |
728 | bool "Enable DCACHE" | 728 | bool "Enable DCACHE" |
729 | config BLKFIN_DCACHE_BANKA | 729 | config 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 |
733 | config BLKFIN_CACHE_LOCK | 733 | config BFIN_ICACHE_LOCK |
734 | bool "Enable Cache Locking" | 734 | bool "Enable Instruction Cache Locking" |
735 | 735 | ||
736 | choice | 736 | choice |
737 | prompt "Policy" | 737 | prompt "Policy" |
738 | depends on BLKFIN_DCACHE | 738 | depends on BFIN_DCACHE |
739 | default BLKFIN_WB | 739 | default BFIN_WB |
740 | config BLKFIN_WB | 740 | config 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 | ||
757 | config BLKFIN_WT | 757 | config BFIN_WT |
758 | bool "Write through" | 758 | bool "Write through" |
759 | help | 759 | help |
760 | Write Back Policy: | 760 | Write Back Policy: |