diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2021-05-31 18:05:45 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2021-06-02 12:16:15 +0300 |
commit | de646852cdadf7da2267e06297f7f6fe22dfb899 (patch) | |
tree | f32ffb44b18d8267d46a7304f94360f08cf4f908 /drivers/media/common/Kconfig | |
parent | 80c1c54a2aa3c5177f73fc5d505668df56fb28b6 (diff) | |
download | linux-de646852cdadf7da2267e06297f7f6fe22dfb899.tar.xz |
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/common/Kconfig')
-rw-r--r-- | drivers/media/common/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/media/common/Kconfig b/drivers/media/common/Kconfig index 4ea03b7899a8..0f6bde0f793e 100644 --- a/drivers/media/common/Kconfig +++ b/drivers/media/common/Kconfig @@ -13,6 +13,10 @@ config VIDEO_TVEEPROM tristate depends on I2C +config TTPCI_EEPROM + tristate + depends on I2C + config CYPRESS_FIRMWARE tristate depends on USB |