Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

MIPS: Move system level config items from CPU_CAVIUM_OCTEON to CAVIUM_OCTEON_SOC

They are a property of the SoC not the CPU itself.

Signed-off-by: David Daney <david.daney@cavium.com>
Signed-off-by: Andreas Herrmann <andreas.herrmann@caviumnetworks.com>
Cc: linux-mips@linux-mips.org
Cc: James Hogan <james.hogan@imgtec.com>
Cc: kvm@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/7009/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>

authored by

David Daney and committed by
Ralf Baechle
6e511163 a36d8225

+5 -5
+5 -5
arch/mips/Kconfig
··· 732 732 select ZONE_DMA32 733 733 select HOLES_IN_ZONE 734 734 select ARCH_REQUIRE_GPIOLIB 735 + select LIBFDT 736 + select USE_OF 737 + select ARCH_SPARSEMEM_ENABLE 738 + select SYS_SUPPORTS_SMP 739 + select NR_CPUS_DEFAULT_16 735 740 help 736 741 This option supports all of the Octeon reference boards from Cavium 737 742 Networks. It builds a kernel that dynamically determines the Octeon ··· 1415 1410 config CPU_CAVIUM_OCTEON 1416 1411 bool "Cavium Octeon processor" 1417 1412 depends on SYS_HAS_CPU_CAVIUM_OCTEON 1418 - select ARCH_SPARSEMEM_ENABLE 1419 1413 select CPU_HAS_PREFETCH 1420 1414 select CPU_SUPPORTS_64BIT_KERNEL 1421 - select SYS_SUPPORTS_SMP 1422 - select NR_CPUS_DEFAULT_16 1423 1415 select WEAK_ORDERING 1424 1416 select CPU_SUPPORTS_HIGHMEM 1425 1417 select CPU_SUPPORTS_HUGEPAGES 1426 - select LIBFDT 1427 - select USE_OF 1428 1418 select USB_EHCI_BIG_ENDIAN_MMIO 1429 1419 select MIPS_L1_CACHE_SHIFT_7 1430 1420 help