diff options
author | Antonino A. Daplas <adaplas@gmail.com> | 2005-09-13 04:25:02 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-09-13 11:22:27 -0400 |
commit | db84502b0229ed3075ca74b7d34eb8c609de3200 (patch) | |
tree | f64e012f127b53d45a61a81752408e67b3d540c0 /drivers/video | |
parent | 4aed0644d684428e811bb6944f032b460a3ab165 (diff) |
[PATCH] fbdev Kconfig fix
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>
Diffstat (limited to 'drivers/video')
-rw-r--r-- | drivers/video/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 615874e03ce8..31ee13eef7af 100644 --- a/drivers/video/Kconfig +++ b/drivers/video/Kconfig | |||
@@ -753,7 +753,8 @@ config FB_I810_GTF | |||
753 | 753 | ||
754 | config FB_I810_I2C | 754 | config FB_I810_I2C |
755 | bool "Enable DDC Support" | 755 | bool "Enable DDC Support" |
756 | depends on FB_I810 && I2C && FB_I810_GTF | 756 | depends on FB_I810 && FB_I810_GTF |
757 | select I2C | ||
757 | select I2C_ALGOBIT | 758 | select I2C_ALGOBIT |
758 | help | 759 | help |
759 | 760 | ||