Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6
[pandora-kernel.git] / arch / arm / mach-versatile / Kconfig
1 menu "Versatile platform type"
2         depends on ARCH_VERSATILE
3
4 config ARCH_VERSATILE_PB
5         bool "Support Versatile/PB platform"
6         select CPU_ARM926T
7         select MIGHT_HAVE_PCI
8         default y
9         help
10           Include support for the ARM(R) Versatile/PB platform.
11
12 config MACH_VERSATILE_AB
13         bool "Support Versatile/AB platform"
14         select CPU_ARM926T
15         help
16           Include support for the ARM(R) Versatile/AP platform.
17
18 endmenu