summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-imx/Kconfig
blob: efa608b2168a84633b1400556d6f9ac29b5ada88 (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65

menu "Board specific settings       "

config ARCH_IMX
	bool

config ARCH_HAS_FEC_IMX
	bool

config ARCH_IMX1
	bool
	select ARCH_IMX
	select ARM920T

config ARCH_IMX21
	bool
	select ARCH_IMX
	select ARM926EJS

config ARCH_IMX27
	bool
	select ARCH_IMX
	select ARM926EJS
	select ARCH_HAS_FEC_IMX

config ARCH_IMX31
	bool
	select ARCH_IMX

config ARCH_IMX35
	bool
	select ARCH_IMX
	select ARCH_HAS_FEC_IMX

if MACH_PCM037
choice
	prompt "SDRAM Bank0"
config PCM037_SDRAM_BANK0_128MB
	bool "128MB"
config PCM037_SDRAM_BANK0_256MB
	bool "256MB"
endchoice

choice
	prompt "SDRAM Bank1"
config PCM037_SDRAM_BANK1_NONE
	bool "none"
config PCM037_SDRAM_BANK1_128MB
	bool "128MB"
config PCM037_SDRAM_BANK1_256MB
	bool "256MB"
endchoice
endif

endmenu

menu "i.MX specific settings        "
config IMX_CLKO
	bool "clko command"
	depends on ARCH_IMX21 || ARCH_IMX27 || ARCH_IMX35
	help
	  The i.MX SoCs have a Pin which can output different reference frequencies.
	  Say y here if you want to have the clko command which lets you select the
	  frequency to output on this pin.
endmenu