projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a67ef27
)
s3c-fb: change to depending on CONFIG_S3C_FB_DEV
author
Ben Dooks
<
[email protected]
>
Wed, 11 Aug 2010 01:02:30 +0000
(18:02 -0700)
committer
Linus Torvalds
<
[email protected]
>
Wed, 11 Aug 2010 15:59:09 +0000
(08:59 -0700)
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 <
[email protected]
>
Signed-off-by: Pawel Osciak <
[email protected]
>
Cc: InKi Dae <
[email protected]
>
Cc: KyungMin Park <kyungmin.park.samsung.com>
Cc: Marek Szyprowski <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/video/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/video/Kconfig
b/drivers/video/Kconfig
index a9ca72f301bfca27fd6fa99278daba3b358598f4..c9d4de2dd53f400d40b292b02ed3e0838b2f0ca3 100644
(file)
--- a/
drivers/video/Kconfig
+++ b/
drivers/video/Kconfig
@@
-1931,7
+1931,7
@@
config FB_TMIO_ACCELL
config FB_S3C
tristate "Samsung S3C framebuffer support"
- depends on FB &&
ARCH_S3C64XX
+ depends on FB &&
S3C_DEV_FB
select FB_CFB_FILLRECT
select FB_CFB_COPYAREA
select FB_CFB_IMAGEBLIT