http://downloads.netgear.com/files/GPL/GPL_Source_V361j_DM111PSP_series_consumer_rele...
[bcm963xx.git] / kernel / linux / arch / arm / mach-pxa / Kconfig
1 if ARCH_PXA
2
3 menu "Intel PXA2xx Implementations"
4
5 choice
6         prompt "Select target board"
7
8 config ARCH_LUBBOCK
9         bool "Intel DBPXA250 Development Platform"
10         select PXA25x
11
12 config MACH_MAINSTONE
13         bool "Intel HCDDBBVA0 Development Platform"
14         select PXA27x
15         #select IWMMXT
16
17 config ARCH_PXA_IDP
18         bool "Accelent Xscale IDP"
19         select PXA25x
20
21 endchoice
22
23 endmenu
24
25 config PXA25x
26         bool
27         help
28           Select code specific to PXA21x/25x/26x variants
29
30 config PXA27x
31         bool
32         help
33           Select code specific to PXA27x variants
34
35 endif