Root/target/linux/xburst/files-2.6.32/arch/mips/jz4740/Kconfig

1choice
2    prompt "Machine type"
3    depends on MACH_JZ
4    default JZ4740_QI_LB60
5
6config JZ4740_QI_LB60
7    bool "Qi Hardware Ben NanoNote"
8    select DMA_NONCOHERENT
9    select SOC_JZ4740
10
11config JZ4740_N516
12    bool "Hanvon n516 eBook reader"
13    select DMA_NONCOHERENT
14    select SOC_JZ4740
15
16config JZ4740_N526
17    bool "Hanvon n526 eBook reader"
18    select DMA_NONCOHERENT
19    select SOC_JZ4740
20
21
22endchoice
23
24config SOC_JZ4740
25    bool
26    select JZSOC
27    select GENERIC_GPIO
28    select ARCH_REQUIRE_GPIOLIB
29    select SYS_HAS_EARLY_PRINTK
30    select SYS_SUPPORTS_LITTLE_ENDIAN
31    select IRQ_CPU
32
33config JZSOC
34    bool
35    select JZRISC
36    select SYS_HAS_CPU_MIPS32_R1
37    select SYS_SUPPORTS_32BIT_KERNEL
38
39config JZRISC
40    bool
41

Archive Download this file



interactive