Skip to content

Commit

Permalink
[media] wl128x: fix build errors when GPIOLIB is not enabled
Browse files Browse the repository at this point in the history
From: Randy Dunlap <[email protected]>

Fix wl128x Kconfig to depend on GPIOLIB since TI_ST also
depends on GPIOLIB.

(.text+0xe6d60): undefined reference to `st_register'
(.text+0xe7016): undefined reference to `st_unregister'
(.text+0xe70ce): undefined reference to `st_unregister'

Signed-off-by: Randy Dunlap <[email protected]>
Acked-by: Manjunatha Halli <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
  • Loading branch information
rddunlap authored and Mauro Carvalho Chehab committed Feb 15, 2012
1 parent a3db60b commit 2e2ba5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/media/radio/wl128x/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
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 if NET && GPIOLIB
depends on VIDEO_V4L2 && RFKILL && GPIOLIB
select TI_ST if NET
help
Choose Y here if you have this FM radio chip.

Expand Down

0 comments on commit 2e2ba5d

Please sign in to comment.