Directory Files
.. 62
File Size
Kconfig 555 B
Makefile 218 B
fm_drv.mod.c 0 B
fmdrv.h 5.8 kB
fmdrv_common.c 45 kB
fmdrv_common.h 12 kB
fmdrv_rx.c 20 kB
fmdrv_rx.h 1.5 kB
fmdrv_tx.c 8.7 kB
fmdrv_tx.h 678 B
fmdrv_v4l2.c 15 kB
fmdrv_v4l2.h 422 B

Linux v6.6.1 - wl128x

# SPDX-License-Identifier: GPL-2.0-only
#
# TI's wl128x FM driver based on TI's ST driver.
#
config RADIO_WL128X
	tristate "Texas Instruments WL128x FM Radio"
	depends on VIDEO_DEV && RFKILL && TTY && TI_ST
	depends on GPIOLIB || COMPILE_TEST
	help
	  Choose Y here if you have this FM radio chip.

	  In order to control your radio card, you will need to use programs
	  that are compatible with the Video For Linux 2 API.  Information on
	  this API and pointers to "v4l2" programs may be found at
	  <file:Documentation/userspace-api/media/index.rst>.