summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/Kconfig
blob: 9e3c53ac772a1e4abf82a22dcaf5d0da6bc6be6f (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
if ARCH_PXA

config ARCH_TEXT_BASE
	hex

config BOARDINFO
	string

# ----------------------------------------------------------

config ARCH_PXA2XX
	bool
	select CPU_XSCALE

choice
	prompt "Intel/Marvell PXA Processor"

config ARCH_PXA27X
	bool "PXA27x"
	select ARCH_PXA2XX

endchoice

# ----------------------------------------------------------

if ARCH_PXA27X

choice
	prompt "PXA27x Board Type"

endchoice

endif

# ----------------------------------------------------------

endif