diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-08-14 15:12:06 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-08-15 16:41:37 -0300 |
commit | d1677dc31ac1918f6a91e77ab74d456df01f2bb2 (patch) | |
tree | 643800823d727f3c958ac3ab2f52024752cfd585 /drivers/media/Kconfig | |
parent | e5cdf69d36f667d9840ce050abbe4a95c2a6b536 (diff) |
[media] move parallel port/isa video drivers to drivers/media/parport/
We should keep just the I2C drivers under drivers/media/video, and
then rename it to drivers/media/i2c.
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/Kconfig')
-rw-r--r-- | drivers/media/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/Kconfig b/drivers/media/Kconfig index 7970c24512e9..c6d8658e5334 100644 --- a/drivers/media/Kconfig +++ b/drivers/media/Kconfig @@ -164,6 +164,7 @@ source "drivers/media/dvb-core/Kconfig" source "drivers/media/pci/Kconfig" source "drivers/media/usb/Kconfig" source "drivers/media/mmc/Kconfig" +source "drivers/media/parport/Kconfig" comment "Supported FireWire (IEEE 1394) Adapters" depends on DVB_CORE && FIREWIRE |