aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <m.chehab@samsung.com>2013-08-24 07:15:03 -0400
committerMauro Carvalho Chehab <m.chehab@samsung.com>2013-08-24 07:17:48 -0400
commite9a7495c5b745683a0f20bea9bc0a5c135f0260c (patch)
tree75ddc8fd9e7bdc8b4c21f126166b6c4927958dc3
parent1ae0d202a56a18edd468d6fff6f060bfc30df222 (diff)
[media] sound/pci/Kconfig: select RADIO_ADAPTERS if needed
As reported by kbuild test robot <fengguang.wu@intel.com>: warning: (SND_ES1968_RADIO && SND_FM801_TEA575X_BOOL) selects RADIO_TEA575X which has unmet direct dependencies (MEDIA_SUPPORT && RADIO_ADAPTERS && VIDEO_V4L2) That happens because a radio driver is selected, without selecting the RADIO_ADAPTERS menu. Reported-by: kbuild test robot <fengguang.wu@intel.com> Cc: Takashi Iwai <tiwai@suse.de> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
-rw-r--r--sound/pci/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/pci/Kconfig b/sound/pci/Kconfig
index 9df80efa4692..46ed9e8ae0fd 100644
--- a/sound/pci/Kconfig
+++ b/sound/pci/Kconfig
@@ -539,7 +539,9 @@ config SND_ES1968_RADIO
539 depends on SND_ES1968 539 depends on SND_ES1968
540 depends on MEDIA_RADIO_SUPPORT 540 depends on MEDIA_RADIO_SUPPORT
541 depends on VIDEO_V4L2=y || VIDEO_V4L2=SND_ES1968 541 depends on VIDEO_V4L2=y || VIDEO_V4L2=SND_ES1968
542 select RADIO_ADAPTERS
542 select RADIO_TEA575X 543 select RADIO_TEA575X
544
543 help 545 help
544 Say Y here to include support for TEA5757 radio tuner integrated on 546 Say Y here to include support for TEA5757 radio tuner integrated on
545 some MediaForte cards (e.g. SF64-PCE2). 547 some MediaForte cards (e.g. SF64-PCE2).
@@ -561,6 +563,7 @@ config SND_FM801_TEA575X_BOOL
561 depends on SND_FM801 563 depends on SND_FM801
562 depends on MEDIA_RADIO_SUPPORT 564 depends on MEDIA_RADIO_SUPPORT
563 depends on VIDEO_V4L2=y || VIDEO_V4L2=SND_FM801 565 depends on VIDEO_V4L2=y || VIDEO_V4L2=SND_FM801
566 select RADIO_ADAPTERS
564 select RADIO_TEA575X 567 select RADIO_TEA575X
565 help 568 help
566 Say Y here to include support for soundcards based on the ForteMedia 569 Say Y here to include support for soundcards based on the ForteMedia