16 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# TI's wl128x FM driver based on TI's ST driver.4#5config RADIO_WL128X6 tristate "Texas Instruments WL128x FM Radio"7 depends on VIDEO_DEV && RFKILL && TTY && TI_ST8 depends on GPIOLIB || COMPILE_TEST9 help10 Choose Y here if you have this FM radio chip.11 12 In order to control your radio card, you will need to use programs13 that are compatible with the Video For Linux 2 API. Information on14 this API and pointers to "v4l2" programs may be found at15 <file:Documentation/userspace-api/media/index.rst>.16