aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2014-03-13 11:45:00 -0400
committerArnd Bergmann <arnd@arndb.de>2014-03-21 13:26:01 -0400
commite914f19f03f05e7b1f1e3925cd2545ec57a627a1 (patch)
tree03680699dcefbdd26aa785229242a5da28fc4720 /arch/arm/mach-pxa
parenta0ad0fdb88e2693ae0a5144d728b807c9c1176d3 (diff)
ARM: pxa: enable pxafb unconditionally for some boards
The SAAR and TAVOREVB machines try to call functions from the PXAFB frame buffer driver from their platform code, which only works if that driver is built-in. This patch ensures that both the generic frame buffer code and the specific pxafb driver are always enabled when we build a kernel for one of the two boards. Signed-off-by: Arnd Bergmann <arnd@arndb.de> Cc: Eric Miao <eric.y.miao@gmail.com> Cc: Russell King <linux@arm.linux.org.uk> Cc: Haojian Zhuang <haojian.zhuang@gmail.com> Cc: Daniel Mack <zonque@gmail.com>
Diffstat (limited to 'arch/arm/mach-pxa')
-rw-r--r--arch/arm/mach-pxa/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-pxa/Kconfig b/arch/arm/mach-pxa/Kconfig
index 5ed977c57de2..2895cd9d4ba5 100644
--- a/arch/arm/mach-pxa/Kconfig
+++ b/arch/arm/mach-pxa/Kconfig
@@ -53,12 +53,16 @@ config MACH_TAVOREVB
53 select CPU_PXA930 53 select CPU_PXA930
54 select CPU_PXA935 54 select CPU_PXA935
55 select PXA3xx 55 select PXA3xx
56 select FB
57 select FB_PXA
56 58
57config MACH_SAAR 59config MACH_SAAR
58 bool "PXA930 Handheld Platform (aka SAAR)" 60 bool "PXA930 Handheld Platform (aka SAAR)"
59 select CPU_PXA930 61 select CPU_PXA930
60 select CPU_PXA935 62 select CPU_PXA935
61 select PXA3xx 63 select PXA3xx
64 select FB
65 select FB_PXA
62 66
63comment "Third Party Dev Platforms (sorted by vendor name)" 67comment "Third Party Dev Platforms (sorted by vendor name)"
64 68