diff options
author | Ben Dooks <ben-linux@fluff.org> | 2010-08-10 21:02:30 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-08-11 11:59:09 -0400 |
commit | 45649fdb54c2e3feb59a8648608ed601511f2098 (patch) | |
tree | 7db4ba317e44fe04f1c3c7d443fa8e775359acaa /drivers/video/Kconfig | |
parent | a67ef278e24b1fe5ab8f5e8ef27f9654b91732de (diff) |
s3c-fb: change to depending on CONFIG_S3C_FB_DEV
As suggested by Marek Szyprowski, we should make the driver depend on the
configuration currently being used to build the platform device into the
kernel.
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Signed-off-by: Pawel Osciak <p.osciak@samsung.com>
Cc: InKi Dae <inki.dae@samsung.com>
Cc: KyungMin Park <kyungmin.park.samsung.com>
Cc: Marek Szyprowski <m.szyprowski@samsung.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r-- | drivers/video/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index a9ca72f301bf..c9d4de2dd53f 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -1931,7 +1931,7 @@ config FB_TMIO_ACCELL | |||
1931 | 1931 | ||
1932 | config FB_S3C | 1932 | config FB_S3C |
1933 | tristate "Samsung S3C framebuffer support" | 1933 | tristate "Samsung S3C framebuffer support" |
1934 | depends on FB && ARCH_S3C64XX | 1934 | depends on FB && S3C_DEV_FB |
1935 | select FB_CFB_FILLRECT | 1935 | select FB_CFB_FILLRECT |
1936 | select FB_CFB_COPYAREA | 1936 | select FB_CFB_COPYAREA |
1937 | select FB_CFB_IMAGEBLIT | 1937 | select FB_CFB_IMAGEBLIT |