xref: /openbmc/linux/drivers/media/radio/wl128x/Kconfig (revision 8e8e69d6)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# TI's wl128x FM driver based on TI's ST driver.
4#
5menu "Texas Instruments WL128x FM driver (ST based)"
6config RADIO_WL128X
7	tristate "Texas Instruments WL128x FM Radio"
8	depends on VIDEO_V4L2 && RFKILL && TTY && TI_ST
9	depends on GPIOLIB || COMPILE_TEST
10	help
11	  Choose Y here if you have this FM radio chip.
12
13	  In order to control your radio card, you will need to use programs
14	  that are compatible with the Video For Linux 2 API.  Information on
15	  this API and pointers to "v4l2" programs may be found at
16	  <file:Documentation/media/media_uapi.rst>.
17
18endmenu
19