Message ID | 1598579583-14311-1-git-send-email-hejinyang@loongson.cn (mailing list archive) |
---|---|
State | Accepted |
Commit | af07fabdd2869ee67ecf42264b3341ede0f49b63 |
Headers | show |
Series | [v2] MIPS: p5600: Discard UCA config selection | expand |
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 99220e7..6ee4488 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -1589,7 +1589,6 @@ config CPU_P5600 select CPU_SUPPORTS_32BIT_KERNEL select CPU_SUPPORTS_HIGHMEM select CPU_SUPPORTS_MSA - select CPU_SUPPORTS_UNCACHED_ACCELERATED select CPU_SUPPORTS_CPUFREQ select CPU_MIPSR2_IRQ_VI select CPU_MIPSR2_IRQ_EI
Commit 2a5984360b01 ("MIPS: Drop CPU_SUPPORTS_UNCACHED_ACCELERATED") removed UCA config, but left the selection unused, delete it. Signed-off-by: Jinyang He <hejinyang@loongson.cn> --- arch/mips/Kconfig | 1 - 1 file changed, 1 deletion(-)