aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig31
1 files changed, 15 insertions, 16 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index dcae3a7035db..cb1da372346c 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -67,8 +67,6 @@ config MIPS_ALCHEMY
67 select SYS_SUPPORTS_APM_EMULATION 67 select SYS_SUPPORTS_APM_EMULATION
68 select ARCH_REQUIRE_GPIOLIB 68 select ARCH_REQUIRE_GPIOLIB
69 select SYS_SUPPORTS_ZBOOT 69 select SYS_SUPPORTS_ZBOOT
70 select USB_ARCH_HAS_OHCI
71 select USB_ARCH_HAS_EHCI
72 70
73config AR7 71config AR7
74 bool "Texas Instruments AR7" 72 bool "Texas Instruments AR7"
@@ -360,7 +358,6 @@ config MIPS_SEAD3
360 select SYS_SUPPORTS_LITTLE_ENDIAN 358 select SYS_SUPPORTS_LITTLE_ENDIAN
361 select SYS_SUPPORTS_SMARTMIPS 359 select SYS_SUPPORTS_SMARTMIPS
362 select SYS_SUPPORTS_MICROMIPS 360 select SYS_SUPPORTS_MICROMIPS
363 select USB_ARCH_HAS_EHCI
364 select USB_EHCI_BIG_ENDIAN_DESC 361 select USB_EHCI_BIG_ENDIAN_DESC
365 select USB_EHCI_BIG_ENDIAN_MMIO 362 select USB_EHCI_BIG_ENDIAN_MMIO
366 select USE_OF 363 select USE_OF
@@ -718,8 +715,6 @@ config CAVIUM_OCTEON_SOC
718 select SWAP_IO_SPACE 715 select SWAP_IO_SPACE
719 select HW_HAS_PCI 716 select HW_HAS_PCI
720 select ZONE_DMA32 717 select ZONE_DMA32
721 select USB_ARCH_HAS_OHCI
722 select USB_ARCH_HAS_EHCI
723 select HOLES_IN_ZONE 718 select HOLES_IN_ZONE
724 select ARCH_REQUIRE_GPIOLIB 719 select ARCH_REQUIRE_GPIOLIB
725 help 720 help
@@ -756,8 +751,6 @@ config NLM_XLR_BOARD
756 select ZONE_DMA32 if 64BIT 751 select ZONE_DMA32 if 64BIT
757 select SYNC_R4K 752 select SYNC_R4K
758 select SYS_HAS_EARLY_PRINTK 753 select SYS_HAS_EARLY_PRINTK
759 select USB_ARCH_HAS_OHCI if USB_SUPPORT
760 select USB_ARCH_HAS_EHCI if USB_SUPPORT
761 select SYS_SUPPORTS_ZBOOT 754 select SYS_SUPPORTS_ZBOOT
762 select SYS_SUPPORTS_ZBOOT_UART16550 755 select SYS_SUPPORTS_ZBOOT_UART16550
763 help 756 help
@@ -1776,12 +1769,12 @@ endchoice
1776 1769
1777config FORCE_MAX_ZONEORDER 1770config FORCE_MAX_ZONEORDER
1778 int "Maximum zone order" 1771 int "Maximum zone order"
1779 range 14 64 if HUGETLB_PAGE && PAGE_SIZE_64KB 1772 range 14 64 if MIPS_HUGE_TLB_SUPPORT && PAGE_SIZE_64KB
1780 default "14" if HUGETLB_PAGE && PAGE_SIZE_64KB 1773 default "14" if MIPS_HUGE_TLB_SUPPORT && PAGE_SIZE_64KB
1781 range 13 64 if HUGETLB_PAGE && PAGE_SIZE_32KB 1774 range 13 64 if MIPS_HUGE_TLB_SUPPORT && PAGE_SIZE_32KB
1782 default "13" if HUGETLB_PAGE && PAGE_SIZE_32KB 1775 default "13" if MIPS_HUGE_TLB_SUPPORT && PAGE_SIZE_32KB
1783 range 12 64 if HUGETLB_PAGE && PAGE_SIZE_16KB 1776 range 12 64 if MIPS_HUGE_TLB_SUPPORT && PAGE_SIZE_16KB
1784 default "12" if HUGETLB_PAGE && PAGE_SIZE_16KB 1777 default "12" if MIPS_HUGE_TLB_SUPPORT && PAGE_SIZE_16KB
1785 range 11 64 1778 range 11 64
1786 default "11" 1779 default "11"
1787 help 1780 help
@@ -2353,9 +2346,8 @@ config SECCOMP
2353 If unsure, say Y. Only embedded should say N here. 2346 If unsure, say Y. Only embedded should say N here.
2354 2347
2355config MIPS_O32_FP64_SUPPORT 2348config MIPS_O32_FP64_SUPPORT
2356 bool "Support for O32 binaries using 64-bit FP" 2349 bool "Support for O32 binaries using 64-bit FP (EXPERIMENTAL)"
2357 depends on 32BIT || MIPS32_O32 2350 depends on 32BIT || MIPS32_O32
2358 default y
2359 help 2351 help
2360 When this is enabled, the kernel will support use of 64-bit floating 2352 When this is enabled, the kernel will support use of 64-bit floating
2361 point registers with binaries using the O32 ABI along with the 2353 point registers with binaries using the O32 ABI along with the
@@ -2367,7 +2359,14 @@ config MIPS_O32_FP64_SUPPORT
2367 of your kernel & potentially improve FP emulation performance by 2359 of your kernel & potentially improve FP emulation performance by
2368 saying N here. 2360 saying N here.
2369 2361
2370 If unsure, say Y. 2362 Although binutils currently supports use of this flag the details
2363 concerning its effect upon the O32 ABI in userland are still being
2364 worked on. In order to avoid userland becoming dependant upon current
2365 behaviour before the details have been finalised, this option should
2366 be considered experimental and only enabled by those working upon
2367 said details.
2368
2369 If unsure, say N.
2371 2370
2372config USE_OF 2371config USE_OF
2373 bool 2372 bool