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
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 default y
8 help
9 Include support for the ARM(R) Versatile/PB platform.
10
11 config MACH_VERSATILE_AB
12 bool "Support Versatile/AB platform"
13 select CPU_ARM926T
14 help
15 Include support for the ARM(R) Versatile/AP platform.
16
17 endmenu