diff options
author | Paul Burton <paul.burton@mips.com> | 2019-07-22 21:59:50 +0000 |
---|---|---|
committer | Paul Burton <paul.burton@mips.com> | 2019-07-23 14:33:34 -0700 |
commit | 8e96b08472e6698011d3105912031e90e7ef553f (patch) | |
tree | 7de226c928d9fbcaf50d769fa6037f23b4436b81 /arch/mips/Kconfig | |
parent | f9065b54d437c4660e3d974ad9ce5188c068cd76 (diff) | |
download | linux-8e96b08472e6698011d3105912031e90e7ef553f.tar.bz2 |
MIPS: Remove unused R5432 CPU support
Our R5432 CPU support can only be included if a system selects
CONFIG_SYS_HAS_CPU_R5432. No system does, making all R5432-related CPU
support dead code. Remove it.
Signed-off-by: Paul Burton <paul.burton@mips.com>
Cc: linux-mips@vger.kernel.org
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index ce8d5e4640a1..9a2eabd51696 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -1631,14 +1631,6 @@ config CPU_R5000 help MIPS Technologies R5000-series processors other than the Nevada. -config CPU_R5432 - bool "R5432" - depends on SYS_HAS_CPU_R5432 - select CPU_SUPPORTS_32BIT_KERNEL - select CPU_SUPPORTS_64BIT_KERNEL - select CPU_SUPPORTS_HUGEPAGES - select CPU_HAS_LOAD_STORE_LR - config CPU_R5500 bool "R5500" depends on SYS_HAS_CPU_R5500 @@ -1971,9 +1963,6 @@ config SYS_HAS_CPU_TX49XX config SYS_HAS_CPU_R5000 bool -config SYS_HAS_CPU_R5432 - bool - config SYS_HAS_CPU_R5500 bool |