Root/arch/mips/jz4740/Kconfig

Source at commit 26e6894325eab6f295ae51a468f5d866a27b2f8c created 13 years 11 months ago.
By Lars-Peter Clausen, Add JZ4740 SoC core support
1choice
2    prompt "Machine type"
3    depends on MACH_JZ
4    default JZ4740_QI_LB60
5
6endchoice
7
8config SOC_JZ4740
9    bool
10    select JZSOC
11    select GENERIC_GPIO
12    select ARCH_REQUIRE_GPIOLIB
13    select SYS_HAS_EARLY_PRINTK
14    select SYS_SUPPORTS_LITTLE_ENDIAN
15    select IRQ_CPU
16
17config JZSOC
18    bool
19    select JZRISC
20    select SYS_HAS_CPU_MIPS32_R1
21    select SYS_SUPPORTS_32BIT_KERNEL
22
23config JZRISC
24    bool
25

Archive Download this file



interactive