diff options
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 9541171f1220..591ca0cd4c24 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -41,7 +41,7 @@ config AR7 | |||
41 | select SYS_SUPPORTS_32BIT_KERNEL | 41 | select SYS_SUPPORTS_32BIT_KERNEL |
42 | select SYS_SUPPORTS_LITTLE_ENDIAN | 42 | select SYS_SUPPORTS_LITTLE_ENDIAN |
43 | select SYS_SUPPORTS_ZBOOT_UART16550 | 43 | select SYS_SUPPORTS_ZBOOT_UART16550 |
44 | select GENERIC_GPIO | 44 | select ARCH_REQUIRE_GPIOLIB |
45 | select GCD | 45 | select GCD |
46 | select VLYNQ | 46 | select VLYNQ |
47 | help | 47 | help |
@@ -180,7 +180,7 @@ config LASAT | |||
180 | 180 | ||
181 | config MACH_LOONGSON | 181 | config MACH_LOONGSON |
182 | bool "Loongson family of machines" | 182 | bool "Loongson family of machines" |
183 | select SYS_SUPPORTS_ZBOOT_UART16550 | 183 | select SYS_SUPPORTS_ZBOOT |
184 | help | 184 | help |
185 | This enables the support of Loongson family of machines. | 185 | This enables the support of Loongson family of machines. |
186 | 186 | ||
@@ -1295,7 +1295,6 @@ config CPU_CAVIUM_OCTEON | |||
1295 | select SYS_SUPPORTS_SMP | 1295 | select SYS_SUPPORTS_SMP |
1296 | select NR_CPUS_DEFAULT_16 | 1296 | select NR_CPUS_DEFAULT_16 |
1297 | select WEAK_ORDERING | 1297 | select WEAK_ORDERING |
1298 | select WEAK_REORDERING_BEYOND_LLSC | ||
1299 | select CPU_SUPPORTS_HIGHMEM | 1298 | select CPU_SUPPORTS_HIGHMEM |
1300 | select CPU_SUPPORTS_HUGEPAGES | 1299 | select CPU_SUPPORTS_HUGEPAGES |
1301 | help | 1300 | help |
@@ -1311,6 +1310,7 @@ config SYS_SUPPORTS_ZBOOT | |||
1311 | select HAVE_KERNEL_GZIP | 1310 | select HAVE_KERNEL_GZIP |
1312 | select HAVE_KERNEL_BZIP2 | 1311 | select HAVE_KERNEL_BZIP2 |
1313 | select HAVE_KERNEL_LZMA | 1312 | select HAVE_KERNEL_LZMA |
1313 | select HAVE_KERNEL_LZO | ||
1314 | 1314 | ||
1315 | config SYS_SUPPORTS_ZBOOT_UART16550 | 1315 | config SYS_SUPPORTS_ZBOOT_UART16550 |
1316 | bool | 1316 | bool |
@@ -1725,6 +1725,9 @@ config SB1_PASS_2_1_WORKAROUNDS | |||
1725 | config 64BIT_PHYS_ADDR | 1725 | config 64BIT_PHYS_ADDR |
1726 | bool | 1726 | bool |
1727 | 1727 | ||
1728 | config ARCH_PHYS_ADDR_T_64BIT | ||
1729 | def_bool 64BIT_PHYS_ADDR | ||
1730 | |||
1728 | config CPU_HAS_SMARTMIPS | 1731 | config CPU_HAS_SMARTMIPS |
1729 | depends on SYS_SUPPORTS_SMARTMIPS | 1732 | depends on SYS_SUPPORTS_SMARTMIPS |
1730 | bool "Support for the SmartMIPS ASE" | 1733 | bool "Support for the SmartMIPS ASE" |