diff options
-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 | ||