Skip to content

Commit

Permalink
[media] drivers: media: radio: Fix dependencies for RADIO_WL128X
Browse files Browse the repository at this point in the history
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 <fabio.estevam@freescale.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
  • Loading branch information
Fabio Estevam authored and Mauro Carvalho Chehab committed Jan 6, 2012
1 parent 2e6cbd2 commit 0abffb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/media/radio/wl128x/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 0abffb9

Please sign in to comment.