diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2009-06-26 20:35:04 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-07-05 19:29:55 +0200 |
commit | 3175da83a0a85fa03c9c34061906a9ca0725af0d (patch) | |
tree | 9b0ce30238084d420e0d56d5bd9e78c276efa19b /drivers/media | |
parent | V4L/DVB (12134): vivi: bug: don't assume that S_STD will be called before str... (diff) | |
download | linux-3175da83a0a85fa03c9c34061906a9ca0725af0d.tar.xz linux-3175da83a0a85fa03c9c34061906a9ca0725af0d.zip |
V4L/DVB (12153): ttpci: config TTPCI_EEPROM depends on I2C
If I2C is not enabled, then we shouldn't build ttpci_eeprom.c.
Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/dvb/ttpci/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/dvb/ttpci/Kconfig b/drivers/media/dvb/ttpci/Kconfig index 68eb4493f991..d8d4214fd65f 100644 --- a/drivers/media/dvb/ttpci/Kconfig +++ b/drivers/media/dvb/ttpci/Kconfig @@ -1,5 +1,6 @@ config TTPCI_EEPROM tristate + depends on I2C default n config DVB_AV7110 |