diff options
author | Alan Cox <alan@linux.intel.com> | 2011-11-25 11:13:58 +0000 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-11-26 16:05:13 -0800 |
commit | 55f9102b7591c4cc057e6aa9e9d1e8df7ab97377 (patch) | |
tree | b1dd27fd2297f4362a79fffe48aac8829852ced7 /drivers/staging/gma500 | |
parent | caca6a03d365883564885f2c1da3e88dcf65d139 (diff) | |
download | linux-55f9102b7591c4cc057e6aa9e9d1e8df7ab97377.tar.gz linux-55f9102b7591c4cc057e6aa9e9d1e8df7ab97377.tar.bz2 linux-55f9102b7591c4cc057e6aa9e9d1e8df7ab97377.zip |
gma500: mark staging broken
It now clashes with upstream DRM which we don't want to block.
We don't want to delete this code just yet as we want to keep it for
comparison and reference when debugging, but soon it will be a removal
candidate as well
Signed-off-by: Alan Cox <alan@linux.intel.com>
Cc: linux-next@vger.kernel.org
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/gma500')
-rw-r--r-- | drivers/staging/gma500/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/gma500/Kconfig b/drivers/staging/gma500/Kconfig index bfe2166acda6..c7a2b3bc0a18 100644 --- a/drivers/staging/gma500/Kconfig +++ b/drivers/staging/gma500/Kconfig @@ -1,6 +1,6 @@ config DRM_PSB tristate "Intel GMA5/600 KMS Framebuffer" - depends on DRM && PCI && X86 + depends on DRM && PCI && X86 && BROKEN select FB_CFB_COPYAREA select FB_CFB_FILLRECT select FB_CFB_IMAGEBLIT |