projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4aed064
)
[PATCH] fbdev Kconfig fix
author
Antonino A. Daplas
<adaplas@gmail.com>
Tue, 13 Sep 2005 08:25:02 +0000
(
01:25
-0700)
committer
Linus Torvalds
<torvalds@g5.osdl.org>
Tue, 13 Sep 2005 15:22:27 +0000
(08:22 -0700)
Fix compile error if CONFIG_FB_I810_I2C is 'y' and CONFIG_I2C = 'm'.
Signed-off-by: Antonino Daplas <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/video/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/video/Kconfig
b/drivers/video/Kconfig
index 615874e03ce8bbad26eab9f992b5a43632a02071..31ee13eef7afb34eb1a4c40756108ebb1c2ad2e8 100644
(file)
--- a/
drivers/video/Kconfig
+++ b/
drivers/video/Kconfig
@@
-753,7
+753,8
@@
config FB_I810_GTF
config FB_I810_I2C
bool "Enable DDC Support"
- depends on FB_I810 && I2C && FB_I810_GTF
+ depends on FB_I810 && FB_I810_GTF
+ select I2C
select I2C_ALGOBIT
help