Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
[linux-2.6-block.git] / arch / arm / mach-versatile / Kconfig
CommitLineData
1da177e4
LT
1menu "Versatile platform type"
2 depends on ARCH_VERSATILE
3
4config ARCH_VERSATILE_PB
e5310f61 5 bool "Support Versatile Platform Baseboard for ARM926EJ-S"
b1b3f49c 6 default y
c750815e 7 select CPU_ARM926T
0b05da72 8 select MIGHT_HAVE_PCI
1da177e4 9 help
e5310f61
RK
10 Include support for the ARM(R) Versatile Platform Baseboard
11 for the ARM926EJ-S.
1da177e4
LT
12
13config MACH_VERSATILE_AB
e5310f61 14 bool "Support Versatile Application Baseboard for ARM926EJ-S"
c750815e 15 select CPU_ARM926T
1da177e4 16 help
e5310f61
RK
17 Include support for the ARM(R) Versatile Application Baseboard
18 for the ARM926EJ-S.
1da177e4 19
3ba7222a
GL
20config MACH_VERSATILE_DT
21 bool "Support Versatile platform from device tree"
3ba7222a 22 select CPU_ARM926T
b1b3f49c 23 select USE_OF
3ba7222a
GL
24 help
25 Include support for the ARM(R) Versatile/PB platform,
26 using the device tree for discovery
27
1420b22b
AB
28config MACH_VERSATILE_AUTO
29 def_bool y
30 depends on !ARCH_VERSATILE_PB && !MACH_VERSATILE_AB
31 select MACH_VERSATILE_DT
32
1da177e4 33endmenu