summaryrefslogtreecommitdiffstats
path: root/drivers/staging/gma500/Kconfig
diff options
context:
space:
mode:
authorJeff Mahoney2011-04-12 21:32:36 +0200
committerGreg Kroah-Hartman2011-04-26 02:08:30 +0200
commit4f80494daa1f9705c3717a02e7d713ea2f874bd0 (patch)
treebe6aede05fa8c1467fc4d56a3fa3d8de049f0f73 /drivers/staging/gma500/Kconfig
parentstaging: olpc: Add <linux/delay.h> (diff)
downloadkernel-qcow2-linux-4f80494daa1f9705c3717a02e7d713ea2f874bd0.tar.gz
kernel-qcow2-linux-4f80494daa1f9705c3717a02e7d713ea2f874bd0.tar.xz
kernel-qcow2-linux-4f80494daa1f9705c3717a02e7d713ea2f874bd0.zip
staging: gma500: Depend on X86
The gma500 driver calls set_pages_uc, which is an x86 pageattr call. Since this driver is only used with Intel x86 motherboard chipsets, make the driver depend on X86. Signed-off-by: Jeff Mahoney <jeffm@suse.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/gma500/Kconfig')
-rw-r--r--drivers/staging/gma500/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/gma500/Kconfig b/drivers/staging/gma500/Kconfig
index 5501eb9b3355..ce8bedaeaac2 100644
--- a/drivers/staging/gma500/Kconfig
+++ b/drivers/staging/gma500/Kconfig
@@ -1,6 +1,6 @@
config DRM_PSB
tristate "Intel GMA500 KMS Framebuffer"
- depends on DRM && PCI
+ depends on DRM && PCI && X86
select FB_CFB_COPYAREA
select FB_CFB_FILLRECT
select FB_CFB_IMAGEBLIT