aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorMichal Marek <mmarek@suse.cz>2010-10-12 09:09:06 -0400
committerMichal Marek <mmarek@suse.cz>2010-10-12 09:09:06 -0400
commit239060b93bb30a4ad55f1ecaa512464a035cc5ba (patch)
tree77f79810e57d4fc24356eca0cd6db463e8994128 /arch/mips/Kconfig
parent1408b15b98635a13bad2e2a50b3c2ae2ccdf625b (diff)
parente9203c988234aa512bd45ca32b52e21c7bbfc414 (diff)
Merge branch 'kbuild/rc-fixes' into kbuild/kconfig
We need to revert the temporary hack in 71ebc01, hence the merge.
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig34
1 files changed, 29 insertions, 5 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index 33771676957d..9f617417c0a3 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -10,6 +10,8 @@ config MIPS
10 select HAVE_DYNAMIC_FTRACE 10 select HAVE_DYNAMIC_FTRACE
11 select HAVE_FTRACE_MCOUNT_RECORD 11 select HAVE_FTRACE_MCOUNT_RECORD
12 select HAVE_FUNCTION_GRAPH_TRACER 12 select HAVE_FUNCTION_GRAPH_TRACER
13 select HAVE_KPROBES
14 select HAVE_KRETPROBES
13 select RTC_LIB if !MACH_LOONGSON 15 select RTC_LIB if !MACH_LOONGSON
14 16
15menu "Machine selection" 17menu "Machine selection"
@@ -21,8 +23,17 @@ choice
21 prompt "System type" 23 prompt "System type"
22 default SGI_IP22 24 default SGI_IP22
23 25
24config MACH_ALCHEMY 26config MIPS_ALCHEMY
25 bool "Alchemy processor based machines" 27 bool "Alchemy processor based machines"
28 select 64BIT_PHYS_ADDR
29 select CEVT_R4K_LIB
30 select CSRC_R4K_LIB
31 select IRQ_CPU
32 select SYS_HAS_CPU_MIPS32_R1
33 select SYS_SUPPORTS_32BIT_KERNEL
34 select SYS_SUPPORTS_APM_EMULATION
35 select GENERIC_GPIO
36 select ARCH_WANT_OPTIONAL_GPIOLIB
26 select SYS_SUPPORTS_ZBOOT 37 select SYS_SUPPORTS_ZBOOT
27 38
28config AR7 39config AR7
@@ -60,6 +71,7 @@ config BCM47XX
60 select SSB_DRIVER_MIPS 71 select SSB_DRIVER_MIPS
61 select SSB_DRIVER_EXTIF 72 select SSB_DRIVER_EXTIF
62 select SSB_EMBEDDED 73 select SSB_EMBEDDED
74 select SSB_B43_PCI_BRIDGE if PCI
63 select SSB_PCICORE_HOSTMODE if PCI 75 select SSB_PCICORE_HOSTMODE if PCI
64 select GENERIC_GPIO 76 select GENERIC_GPIO
65 select SYS_HAS_EARLY_PRINTK 77 select SYS_HAS_EARLY_PRINTK
@@ -160,6 +172,18 @@ config MACH_JAZZ
160 Members include the Acer PICA, MIPS Magnum 4000, MIPS Millennium and 172 Members include the Acer PICA, MIPS Magnum 4000, MIPS Millennium and
161 Olivetti M700-10 workstations. 173 Olivetti M700-10 workstations.
162 174
175config MACH_JZ4740
176 bool "Ingenic JZ4740 based machines"
177 select SYS_HAS_CPU_MIPS32_R1
178 select SYS_SUPPORTS_32BIT_KERNEL
179 select SYS_SUPPORTS_LITTLE_ENDIAN
180 select DMA_NONCOHERENT
181 select IRQ_CPU
182 select GENERIC_GPIO
183 select ARCH_REQUIRE_GPIOLIB
184 select SYS_HAS_EARLY_PRINTK
185 select HAVE_PWM
186
163config LASAT 187config LASAT
164 bool "LASAT Networks platforms" 188 bool "LASAT Networks platforms"
165 select CEVT_R4K 189 select CEVT_R4K
@@ -684,6 +708,7 @@ endchoice
684source "arch/mips/alchemy/Kconfig" 708source "arch/mips/alchemy/Kconfig"
685source "arch/mips/bcm63xx/Kconfig" 709source "arch/mips/bcm63xx/Kconfig"
686source "arch/mips/jazz/Kconfig" 710source "arch/mips/jazz/Kconfig"
711source "arch/mips/jz4740/Kconfig"
687source "arch/mips/lasat/Kconfig" 712source "arch/mips/lasat/Kconfig"
688source "arch/mips/pmc-sierra/Kconfig" 713source "arch/mips/pmc-sierra/Kconfig"
689source "arch/mips/powertv/Kconfig" 714source "arch/mips/powertv/Kconfig"
@@ -731,10 +756,6 @@ config GENERIC_CLOCKEVENTS
731 bool 756 bool
732 default y 757 default y
733 758
734config GENERIC_TIME
735 bool
736 default y
737
738config GENERIC_CMOS_UPDATE 759config GENERIC_CMOS_UPDATE
739 bool 760 bool
740 default y 761 default y
@@ -890,6 +911,9 @@ config CPU_LITTLE_ENDIAN
890 911
891endchoice 912endchoice
892 913
914config EXPORT_UASM
915 bool
916
893config SYS_SUPPORTS_APM_EMULATION 917config SYS_SUPPORTS_APM_EMULATION
894 bool 918 bool
895 919