diff options
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index c6fc405a6c8e..b22c043b6ef8 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -59,6 +59,8 @@ config BCM47XX | |||
59 | select SYS_SUPPORTS_LITTLE_ENDIAN | 59 | select SYS_SUPPORTS_LITTLE_ENDIAN |
60 | select SSB | 60 | select SSB |
61 | select SSB_DRIVER_MIPS | 61 | select SSB_DRIVER_MIPS |
62 | select SSB_DRIVER_EXTIF | ||
63 | select SSB_PCICORE_HOSTMODE if PCI | ||
62 | select GENERIC_GPIO | 64 | select GENERIC_GPIO |
63 | select SYS_HAS_EARLY_PRINTK | 65 | select SYS_HAS_EARLY_PRINTK |
64 | select CFE | 66 | select CFE |
@@ -992,8 +994,6 @@ config BOOT_ELF64 | |||
992 | 994 | ||
993 | menu "CPU selection" | 995 | menu "CPU selection" |
994 | 996 | ||
995 | source "kernel/time/Kconfig" | ||
996 | |||
997 | choice | 997 | choice |
998 | prompt "CPU type" | 998 | prompt "CPU type" |
999 | default CPU_R4X00 | 999 | default CPU_R4X00 |
@@ -1768,6 +1768,8 @@ config NR_CPUS | |||
1768 | performance should round up your number of processors to the next | 1768 | performance should round up your number of processors to the next |
1769 | power of two. | 1769 | power of two. |
1770 | 1770 | ||
1771 | source "kernel/time/Kconfig" | ||
1772 | |||
1771 | # | 1773 | # |
1772 | # Timer Interrupt Frequency Configuration | 1774 | # Timer Interrupt Frequency Configuration |
1773 | # | 1775 | # |