0001 # SPDX-License-Identifier: GPL-2.0-only
0002 #
0003 # TI's wl128x FM driver based on TI's ST driver.
0004 #
0005 config RADIO_WL128X
0006 tristate "Texas Instruments WL128x FM Radio"
0007 depends on VIDEO_DEV && RFKILL && TTY && TI_ST
0008 depends on GPIOLIB || COMPILE_TEST
0009 help
0010 Choose Y here if you have this FM radio chip.
0011
0012 In order to control your radio card, you will need to use programs
0013 that are compatible with the Video For Linux 2 API. Information on
0014 this API and pointers to "v4l2" programs may be found at
0015 <file:Documentation/userspace-api/media/index.rst>.