diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2021-05-31 17:05:45 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2021-06-02 11:16:15 +0200 |
commit | de646852cdadf7da2267e06297f7f6fe22dfb899 (patch) | |
tree | f32ffb44b18d8267d46a7304f94360f08cf4f908 /drivers/media/usb/Kconfig | |
parent | 80c1c54a2aa3c5177f73fc5d505668df56fb28b6 (diff) | |
download | lwn-de646852cdadf7da2267e06297f7f6fe22dfb899.tar.gz lwn-de646852cdadf7da2267e06297f7f6fe22dfb899.zip |
media: move ttpci-eeprom to common
The ttpci-eeprom is actually an independent driver that
doesn't depend on the stuff under drivers/media/pci/ttpci/.
Also, it is used by an USB driver (pctv452e).
So, move it to the common directory.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Diffstat (limited to 'drivers/media/usb/Kconfig')
-rw-r--r-- | drivers/media/usb/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/media/usb/Kconfig b/drivers/media/usb/Kconfig index 00feadb217d8..f97153df3c84 100644 --- a/drivers/media/usb/Kconfig +++ b/drivers/media/usb/Kconfig @@ -1,10 +1,5 @@ # SPDX-License-Identifier: GPL-2.0-only -# This Kconfig option is also used by the legacy av7110 driver -config TTPCI_EEPROM - tristate - depends on I2C - if USB && MEDIA_SUPPORT menuconfig MEDIA_USB_SUPPORT |