summaryrefslogtreecommitdiffstats
path: root/drivers/media/radio/si4713/Kconfig
blob: ec640b86994b12adfa778318aa3b032b66af442f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
config PLATFORM_SI4713
	tristate "Silicon Labs Si4713 FM Radio Transmitter support with I2C"
	depends on I2C && RADIO_SI4713
	select SI4713
	---help---
	  This is a driver for I2C devices with the Silicon Labs SI4713
	  chip.

	  Say Y here if you want to connect this type of radio to your
	  computer's I2C port.

	  To compile this driver as a module, choose M here: the
	  module will be called radio-platform-si4713.

config I2C_SI4713
	tristate "Silicon Labs Si4713 FM Radio Transmitter support"
	depends on I2C && RADIO_SI4713
	---help---
	  Say Y here if you want support to Si4713 FM Radio Transmitter.
	  This device can transmit audio through FM. It can transmit
	  RDS and RBDS signals as well. This module is the v4l2 radio
	  interface for the i2c driver of this device.

	  To compile this driver as a module, choose M here: the
	  module will be called si4713.