diff options
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 4cbc6d8de210..62b9677c39a1 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -47,6 +47,8 @@ config MIPS_ALCHEMY | |||
47 | select GENERIC_GPIO | 47 | select GENERIC_GPIO |
48 | select ARCH_WANT_OPTIONAL_GPIOLIB | 48 | select ARCH_WANT_OPTIONAL_GPIOLIB |
49 | select SYS_SUPPORTS_ZBOOT | 49 | select SYS_SUPPORTS_ZBOOT |
50 | select USB_ARCH_HAS_OHCI | ||
51 | select USB_ARCH_HAS_EHCI | ||
50 | 52 | ||
51 | config AR7 | 53 | config AR7 |
52 | bool "Texas Instruments AR7" | 54 | bool "Texas Instruments AR7" |
@@ -206,6 +208,7 @@ config MACH_JZ4740 | |||
206 | select SYS_HAS_EARLY_PRINTK | 208 | select SYS_HAS_EARLY_PRINTK |
207 | select HAVE_PWM | 209 | select HAVE_PWM |
208 | select HAVE_CLK | 210 | select HAVE_CLK |
211 | select GENERIC_IRQ_CHIP | ||
209 | 212 | ||
210 | config LANTIQ | 213 | config LANTIQ |
211 | bool "Lantiq based platforms" | 214 | bool "Lantiq based platforms" |
@@ -2092,7 +2095,7 @@ config NODES_SHIFT | |||
2092 | 2095 | ||
2093 | config HW_PERF_EVENTS | 2096 | config HW_PERF_EVENTS |
2094 | bool "Enable hardware performance counter support for perf events" | 2097 | bool "Enable hardware performance counter support for perf events" |
2095 | depends on PERF_EVENTS && !MIPS_MT_SMTC && OPROFILE=n && CPU_MIPS32 | 2098 | depends on PERF_EVENTS && !MIPS_MT_SMTC && OPROFILE=n && (CPU_MIPS32 || CPU_MIPS64 || CPU_R10000 || CPU_SB1 || CPU_CAVIUM_OCTEON) |
2096 | default y | 2099 | default y |
2097 | help | 2100 | help |
2098 | Enable hardware performance counter support for perf events. If | 2101 | Enable hardware performance counter support for perf events. If |