Fix the following build warning:

warning: (RADIO_WL128X) selects TI_ST which has unmet direct dependencies 
(MISC_DEVICES && NET && GPIOLIB)

Signed-off-by: Fabio Estevam <[email protected]>
---
 drivers/media/radio/wl128x/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/media/radio/wl128x/Kconfig 
b/drivers/media/radio/wl128x/Kconfig
index 749f67b..86b2857 100644
--- a/drivers/media/radio/wl128x/Kconfig
+++ b/drivers/media/radio/wl128x/Kconfig
@@ -5,7 +5,7 @@ menu "Texas Instruments WL128x FM driver (ST based)"
 config RADIO_WL128X
        tristate "Texas Instruments WL128x FM Radio"
        depends on VIDEO_V4L2 && RFKILL
-       select TI_ST
+       select TI_ST if NET && GPIOLIB
        help
        Choose Y here if you have this FM radio chip.
 
-- 
1.7.1

--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to