Loading arch/blackfin/Kconfig +1 −3 Original line number Original line Diff line number Diff line Loading @@ -987,7 +987,7 @@ endchoice config BFIN_L2_DCACHEABLE config BFIN_L2_DCACHEABLE bool "Enable DCACHE for L2 SRAM" bool "Enable DCACHE for L2 SRAM" depends on BFIN_DCACHE depends on BFIN_DCACHE depends on BF54x || BF561 depends on (BF54x || BF561) && !SMP default n default n choice choice prompt "L2 SRAM DCACHE policy" prompt "L2 SRAM DCACHE policy" Loading @@ -995,11 +995,9 @@ choice default BFIN_L2_WRITEBACK default BFIN_L2_WRITEBACK config BFIN_L2_WRITEBACK config BFIN_L2_WRITEBACK bool "Write back" bool "Write back" depends on !SMP config BFIN_L2_WRITETHROUGH config BFIN_L2_WRITETHROUGH bool "Write through" bool "Write through" depends on !SMP endchoice endchoice Loading Loading
arch/blackfin/Kconfig +1 −3 Original line number Original line Diff line number Diff line Loading @@ -987,7 +987,7 @@ endchoice config BFIN_L2_DCACHEABLE config BFIN_L2_DCACHEABLE bool "Enable DCACHE for L2 SRAM" bool "Enable DCACHE for L2 SRAM" depends on BFIN_DCACHE depends on BFIN_DCACHE depends on BF54x || BF561 depends on (BF54x || BF561) && !SMP default n default n choice choice prompt "L2 SRAM DCACHE policy" prompt "L2 SRAM DCACHE policy" Loading @@ -995,11 +995,9 @@ choice default BFIN_L2_WRITEBACK default BFIN_L2_WRITEBACK config BFIN_L2_WRITEBACK config BFIN_L2_WRITEBACK bool "Write back" bool "Write back" depends on !SMP config BFIN_L2_WRITETHROUGH config BFIN_L2_WRITETHROUGH bool "Write through" bool "Write through" depends on !SMP endchoice endchoice Loading