]> pilppa.org Git - linux-2.6-omap-h63xx.git/blob - arch/arm/mach-mmp/Kconfig
[ARM] pxa: add base support for pxa910-based TavorEVB
[linux-2.6-omap-h63xx.git] / arch / arm / mach-mmp / Kconfig
1 if ARCH_MMP
2
3 menu "Marvell PXA168/910 Implmentations"
4
5 config MACH_ASPENITE
6         bool "Marvell's PXA168 Aspenite Development Board"
7         select CPU_PXA168
8         help
9           Say 'Y' here if you want to support the Marvell PXA168-based
10           Aspenite Development Board.
11
12 config MACH_ZYLONITE2
13         bool "Marvell's PXA168 Zylonite2 Development Board"
14         select CPU_PXA168
15         help
16           Say 'Y' here if you want to support the Marvell PXA168-based
17           Zylonite2 Development Board.
18
19 config MACH_TAVOREVB
20         bool "Marvell's PXA910 TavorEVB Development Board"
21         select CPU_PXA910
22         help
23           Say 'Y' here if you want to support the Marvell PXA910-based
24           TavorEVB Development Board.
25
26 endmenu
27
28 config CPU_PXA168
29         bool
30         select CPU_MOHAWK
31         help
32           Select code specific to PXA168
33
34 config CPU_PXA910
35         bool
36         select CPU_MOHAWK
37         help
38           Select code specific to PXA910
39
40 endif