Kconfig (ee4b9dbb83c73c5408d7f479a501551a63ec57d3) | Kconfig (d44d1f3bfaef71ce27b4fd2284ec528b52617977) |
---|---|
1# 2# Multimedia Video device configuration 3# 4 5menuconfig RADIO_ADAPTERS 6 bool "Radio Adapters" 7 depends on VIDEO_V4L2 8 default y --- 427 unchanged lines hidden (view full) --- 436 Say Y here if you want to use the TEF6862 Car Radio Enhanced 437 Selectivity Tuner, found for instance on the Russellville development 438 board. On the russellville the device is connected to internal 439 timberdale I2C bus. 440 441 To compile this driver as a module, choose M here: the 442 module will be called TEF6862. 443 | 1# 2# Multimedia Video device configuration 3# 4 5menuconfig RADIO_ADAPTERS 6 bool "Radio Adapters" 7 depends on VIDEO_V4L2 8 default y --- 427 unchanged lines hidden (view full) --- 436 Say Y here if you want to use the TEF6862 Car Radio Enhanced 437 Selectivity Tuner, found for instance on the Russellville development 438 board. On the russellville the device is connected to internal 439 timberdale I2C bus. 440 441 To compile this driver as a module, choose M here: the 442 module will be called TEF6862. 443 |
444config RADIO_TIMBERDALE 445 tristate "Enable the Timberdale radio driver" 446 depends on MFD_TIMBERDALE && VIDEO_V4L2 447 select RADIO_TEF6862 448 select RADIO_SAA7706H 449 ---help--- 450 This is a kind of umbrella driver for the Radio Tuner and DSP 451 found behind the Timberdale FPGA on the Russellville board. 452 Enabling this driver will automatically select the DSP and tuner. 453 |
|
444endif # RADIO_ADAPTERS | 454endif # RADIO_ADAPTERS |