diff options
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 10f270bd3e25..900c7e5333b6 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -71,6 +71,7 @@ config MIPS_ALCHEMY | |||
71 | select SYS_SUPPORTS_APM_EMULATION | 71 | select SYS_SUPPORTS_APM_EMULATION |
72 | select ARCH_REQUIRE_GPIOLIB | 72 | select ARCH_REQUIRE_GPIOLIB |
73 | select SYS_SUPPORTS_ZBOOT | 73 | select SYS_SUPPORTS_ZBOOT |
74 | select COMMON_CLK | ||
74 | 75 | ||
75 | config AR7 | 76 | config AR7 |
76 | bool "Texas Instruments AR7" | 77 | bool "Texas Instruments AR7" |
@@ -129,6 +130,8 @@ config BCM47XX | |||
129 | select SYS_SUPPORTS_MIPS16 | 130 | select SYS_SUPPORTS_MIPS16 |
130 | select SYS_HAS_EARLY_PRINTK | 131 | select SYS_HAS_EARLY_PRINTK |
131 | select USE_GENERIC_EARLY_PRINTK_8250 | 132 | select USE_GENERIC_EARLY_PRINTK_8250 |
133 | select GPIOLIB | ||
134 | select LEDS_GPIO_REGISTER | ||
132 | help | 135 | help |
133 | Support for BCM47XX based boards | 136 | Support for BCM47XX based boards |
134 | 137 | ||
@@ -137,6 +140,7 @@ config BCM63XX | |||
137 | select BOOT_RAW | 140 | select BOOT_RAW |
138 | select CEVT_R4K | 141 | select CEVT_R4K |
139 | select CSRC_R4K | 142 | select CSRC_R4K |
143 | select SYNC_R4K | ||
140 | select DMA_NONCOHERENT | 144 | select DMA_NONCOHERENT |
141 | select IRQ_CPU | 145 | select IRQ_CPU |
142 | select SYS_SUPPORTS_32BIT_KERNEL | 146 | select SYS_SUPPORTS_32BIT_KERNEL |
@@ -2056,6 +2060,7 @@ config MIPS_CPS | |||
2056 | support is unavailable. | 2060 | support is unavailable. |
2057 | 2061 | ||
2058 | config MIPS_CPS_PM | 2062 | config MIPS_CPS_PM |
2063 | select MIPS_CPC | ||
2059 | bool | 2064 | bool |
2060 | 2065 | ||
2061 | config MIPS_GIC_IPI | 2066 | config MIPS_GIC_IPI |
@@ -2109,9 +2114,9 @@ config CPU_MICROMIPS | |||
2109 | microMIPS ISA | 2114 | microMIPS ISA |
2110 | 2115 | ||
2111 | config CPU_HAS_MSA | 2116 | config CPU_HAS_MSA |
2112 | bool "Support for the MIPS SIMD Architecture" | 2117 | bool "Support for the MIPS SIMD Architecture (EXPERIMENTAL)" |
2113 | depends on CPU_SUPPORTS_MSA | 2118 | depends on CPU_SUPPORTS_MSA |
2114 | default y | 2119 | depends on 64BIT || MIPS_O32_FP64_SUPPORT |
2115 | help | 2120 | help |
2116 | MIPS SIMD Architecture (MSA) introduces 128 bit wide vector registers | 2121 | MIPS SIMD Architecture (MSA) introduces 128 bit wide vector registers |
2117 | and a set of SIMD instructions to operate on them. When this option | 2122 | and a set of SIMD instructions to operate on them. When this option |