diff options
author | Arınç ÜNAL <arinc.unal@arinc9.com> | 2023-02-21 12:24:34 +0300 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2023-02-28 01:46:50 +0300 |
commit | f2b95d7a9fa43bd72d442a9df01e29274b1769b2 (patch) | |
tree | 174e358e0bf404dbedd0a9054030d998f67ff362 /arch/mips/Kconfig | |
parent | 5ae7e037de566c3106c0fa951bbf35fd6370fdf6 (diff) | |
download | linux-f2b95d7a9fa43bd72d442a9df01e29274b1769b2.tar.xz |
mips: remove SYS_HAS_CPU_MIPS32_R1 from RALINK
All MIPS processors on the Ralink SoCs implement the MIPS32 Release 2
Architecture. Remove SYS_HAS_CPU_MIPS32_R1.
Signed-off-by: Arınç ÜNAL <arinc.unal@arinc9.com>
Acked-by: Sergio Paracuellos <sergio.paracuellos@gmail.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index a1170f0a0c04..875c29246555 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -610,7 +610,6 @@ config RALINK select DMA_NONCOHERENT select IRQ_MIPS_CPU select USE_OF - select SYS_HAS_CPU_MIPS32_R1 select SYS_HAS_CPU_MIPS32_R2 select SYS_SUPPORTS_32BIT_KERNEL select SYS_SUPPORTS_LITTLE_ENDIAN |