|
@@ -172,6 +172,18 @@ config MACH_JAZZ
|
|
|
Members include the Acer PICA, MIPS Magnum 4000, MIPS Millennium and
|
|
|
Olivetti M700-10 workstations.
|
|
|
|
|
|
+config MACH_JZ4740
|
|
|
+ bool "Ingenic JZ4740 based machines"
|
|
|
+ select SYS_HAS_CPU_MIPS32_R1
|
|
|
+ select SYS_SUPPORTS_32BIT_KERNEL
|
|
|
+ select SYS_SUPPORTS_LITTLE_ENDIAN
|
|
|
+ select DMA_NONCOHERENT
|
|
|
+ select IRQ_CPU
|
|
|
+ select GENERIC_GPIO
|
|
|
+ select ARCH_REQUIRE_GPIOLIB
|
|
|
+ select SYS_HAS_EARLY_PRINTK
|
|
|
+ select HAVE_PWM
|
|
|
+
|
|
|
config LASAT
|
|
|
bool "LASAT Networks platforms"
|
|
|
select CEVT_R4K
|
|
@@ -696,6 +708,7 @@ endchoice
|
|
|
source "arch/mips/alchemy/Kconfig"
|
|
|
source "arch/mips/bcm63xx/Kconfig"
|
|
|
source "arch/mips/jazz/Kconfig"
|
|
|
+source "arch/mips/jz4740/Kconfig"
|
|
|
source "arch/mips/lasat/Kconfig"
|
|
|
source "arch/mips/pmc-sierra/Kconfig"
|
|
|
source "arch/mips/powertv/Kconfig"
|