aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2014-03-31 12:17:33 -0400
committerRalf Baechle <ralf@linux-mips.org>2014-03-31 12:17:33 -0400
commitade63aada79c61bcd5f51cbd310f237399892268 (patch)
tree4f8605528bfd9b6261679883974b9ac4870223dd /arch/mips/Kconfig
parent9a1724c7506bfa7d3d9dcab13f83e9e6446929f9 (diff)
parentc14af233fbe279d0e561ecf84f1208b1bae087ef (diff)
Merge branch '3.14-fixes' into mips-for-linux-next
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig29
1 files changed, 18 insertions, 11 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 14aeb174e00f..fc9be7c8c5aa 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -125,7 +125,7 @@ config BCM47XX
125 select SYS_SUPPORTS_32BIT_KERNEL 125 select SYS_SUPPORTS_32BIT_KERNEL
126 select SYS_SUPPORTS_LITTLE_ENDIAN 126 select SYS_SUPPORTS_LITTLE_ENDIAN
127 select SYS_HAS_EARLY_PRINTK 127 select SYS_HAS_EARLY_PRINTK
128 select EARLY_PRINTK_8250 if EARLY_PRINTK 128 select USE_GENERIC_EARLY_PRINTK_8250
129 help 129 help
130 Support for BCM47XX based boards 130 Support for BCM47XX based boards
131 131
@@ -152,7 +152,6 @@ config MIPS_COBALT
152 select CSRC_R4K 152 select CSRC_R4K
153 select CEVT_GT641XX 153 select CEVT_GT641XX
154 select DMA_NONCOHERENT 154 select DMA_NONCOHERENT
155 select EARLY_PRINTK_8250 if EARLY_PRINTK
156 select HW_HAS_PCI 155 select HW_HAS_PCI
157 select I8253 156 select I8253
158 select I8259 157 select I8259
@@ -165,6 +164,7 @@ config MIPS_COBALT
165 select SYS_SUPPORTS_32BIT_KERNEL 164 select SYS_SUPPORTS_32BIT_KERNEL
166 select SYS_SUPPORTS_64BIT_KERNEL 165 select SYS_SUPPORTS_64BIT_KERNEL
167 select SYS_SUPPORTS_LITTLE_ENDIAN 166 select SYS_SUPPORTS_LITTLE_ENDIAN
167 select USE_GENERIC_EARLY_PRINTK_8250
168 168
169config MACH_DECSTATION 169config MACH_DECSTATION
170 bool "DECstations" 170 bool "DECstations"
@@ -677,6 +677,7 @@ config SNI_RM
677 select SYS_SUPPORTS_BIG_ENDIAN 677 select SYS_SUPPORTS_BIG_ENDIAN
678 select SYS_SUPPORTS_HIGHMEM 678 select SYS_SUPPORTS_HIGHMEM
679 select SYS_SUPPORTS_LITTLE_ENDIAN 679 select SYS_SUPPORTS_LITTLE_ENDIAN
680 select USE_GENERIC_EARLY_PRINTK_8250
680 help 681 help
681 The SNI RM200/300/400 are MIPS-based machines manufactured by 682 The SNI RM200/300/400 are MIPS-based machines manufactured by
682 Siemens Nixdorf Informationssysteme (SNI), parent company of Pyramid 683 Siemens Nixdorf Informationssysteme (SNI), parent company of Pyramid
@@ -1824,12 +1825,12 @@ endchoice
1824 1825
1825config FORCE_MAX_ZONEORDER 1826config FORCE_MAX_ZONEORDER
1826 int "Maximum zone order" 1827 int "Maximum zone order"
1827 range 14 64 if HUGETLB_PAGE && PAGE_SIZE_64KB 1828 range 14 64 if MIPS_HUGE_TLB_SUPPORT && PAGE_SIZE_64KB
1828 default "14" if HUGETLB_PAGE && PAGE_SIZE_64KB 1829 default "14" if MIPS_HUGE_TLB_SUPPORT && PAGE_SIZE_64KB
1829 range 13 64 if HUGETLB_PAGE && PAGE_SIZE_32KB 1830 range 13 64 if MIPS_HUGE_TLB_SUPPORT && PAGE_SIZE_32KB
1830 default "13" if HUGETLB_PAGE && PAGE_SIZE_32KB 1831 default "13" if MIPS_HUGE_TLB_SUPPORT && PAGE_SIZE_32KB
1831 range 12 64 if HUGETLB_PAGE && PAGE_SIZE_16KB 1832 range 12 64 if MIPS_HUGE_TLB_SUPPORT && PAGE_SIZE_16KB
1832 default "12" if HUGETLB_PAGE && PAGE_SIZE_16KB 1833 default "12" if MIPS_HUGE_TLB_SUPPORT && PAGE_SIZE_16KB
1833 range 11 64 1834 range 11 64
1834 default "11" 1835 default "11"
1835 help 1836 help
@@ -2456,9 +2457,8 @@ config SECCOMP
2456 If unsure, say Y. Only embedded should say N here. 2457 If unsure, say Y. Only embedded should say N here.
2457 2458
2458config MIPS_O32_FP64_SUPPORT 2459config MIPS_O32_FP64_SUPPORT
2459 bool "Support for O32 binaries using 64-bit FP" 2460 bool "Support for O32 binaries using 64-bit FP (EXPERIMENTAL)"
2460 depends on 32BIT || MIPS32_O32 2461 depends on 32BIT || MIPS32_O32
2461 default y
2462 help 2462 help
2463 When this is enabled, the kernel will support use of 64-bit floating 2463 When this is enabled, the kernel will support use of 64-bit floating
2464 point registers with binaries using the O32 ABI along with the 2464 point registers with binaries using the O32 ABI along with the
@@ -2470,7 +2470,14 @@ config MIPS_O32_FP64_SUPPORT
2470 of your kernel & potentially improve FP emulation performance by 2470 of your kernel & potentially improve FP emulation performance by
2471 saying N here. 2471 saying N here.
2472 2472
2473 If unsure, say Y. 2473 Although binutils currently supports use of this flag the details
2474 concerning its effect upon the O32 ABI in userland are still being
2475 worked on. In order to avoid userland becoming dependant upon current
2476 behaviour before the details have been finalised, this option should
2477 be considered experimental and only enabled by those working upon
2478 said details.
2479
2480 If unsure, say N.
2474 2481
2475config USE_OF 2482config USE_OF
2476 bool 2483 bool