diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-06-25 15:42:01 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2007-07-18 14:24:22 -0300 |
commit | ea6337417da26a74a3b91c554ae9823995f8a84d (patch) | |
tree | 46d097a9777e1b4915ae1d71c0d5ddbd05123981 /drivers/media/Kconfig | |
parent | 2f3ed0538b2ac6d63b95c04b0ee0e7b9ac1ee220 (diff) | |
download | op-kernel-dev-ea6337417da26a74a3b91c554ae9823995f8a84d.zip op-kernel-dev-ea6337417da26a74a3b91c554ae9823995f8a84d.tar.gz |
V4L/DVB (5791): Fix Kbuild for kbd-ir-i2c
Potentially, all board types with I2C and IR support can use an i2c
based IR. Currently, the driver is selected only if bt848 or saa7134
boards are selected.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/Kconfig')
-rw-r--r-- | drivers/media/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig index 624b21c..d9d033e 100644 --- a/drivers/media/Kconfig +++ b/drivers/media/Kconfig @@ -80,8 +80,12 @@ config VIDEO_BUF_DVB config VIDEO_BTCX tristate +config VIDEO_IR_I2C + tristate + config VIDEO_IR tristate + select VIDEO_IR_I2C if I2C config VIDEO_TVEEPROM tristate |