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