summaryrefslogtreecommitdiffstats
path: root/target/linux/xburst/files-2.6.32/arch/mips/jz4740/Kconfig
blob: 015e0560d55d5353b5b9eb315299c0f189a8ff26 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
choice
    prompt "Machine type"
    depends on MACH_JZ
    default JZ4740_QI_LB60

config JZ4740_QI_LB60
	bool "Qi Hardware Ben NanoNote"
	select DMA_NONCOHERENT
	select SOC_JZ4740

config JZ4740_N526
	bool "Hanvon n526 eBook reader"
	select DMA_NONCOHERENT
	select SOC_JZ4740


endchoice

config SOC_JZ4740
	bool
	select JZSOC
	select GENERIC_GPIO
	select ARCH_REQUIRE_GPIOLIB
	select SYS_HAS_EARLY_PRINTK
	select SYS_SUPPORTS_LITTLE_ENDIAN
	select IRQ_CPU

config JZSOC
	bool
	select JZRISC
	select SYS_HAS_CPU_MIPS32_R1
	select SYS_SUPPORTS_32BIT_KERNEL

config JZRISC
	bool