diff options
author | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2018-04-05 22:08:12 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2018-04-17 12:16:37 +0300 |
commit | 58757984ca3c73284a45dd53ac66f1414057cd09 (patch) | |
tree | a0eff49b9ae2a25f699fcda13618796a4f013d8d /drivers/media/radio/Kconfig | |
parent | 84fc727ed49ca2e940f2369ffde6e2c317d85335 (diff) | |
download | linux-58757984ca3c73284a45dd53ac66f1414057cd09.tar.xz |
media: si470x: allow build both USB and I2C at the same time
Currently, either USB or I2C is built. Change it to allow
having both enabled at the same time.
The main reason is that COMPILE_TEST all[yes/mod]builds will
now contain all drivers under drivers/media.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/radio/Kconfig')
-rw-r--r-- | drivers/media/radio/Kconfig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/media/radio/Kconfig b/drivers/media/radio/Kconfig index 192f36f2f4aa..2ed539f9eb87 100644 --- a/drivers/media/radio/Kconfig +++ b/drivers/media/radio/Kconfig @@ -15,10 +15,6 @@ if RADIO_ADAPTERS && VIDEO_V4L2 config RADIO_TEA575X tristate -config RADIO_SI470X - bool "Silicon Labs Si470x FM Radio Receiver support" - depends on VIDEO_V4L2 - source "drivers/media/radio/si470x/Kconfig" config RADIO_SI4713 |