Kconfig (280de94a651945905cb8337626c40025e4cea56d) | Kconfig (8b72c18d467fad497fe73c59915556e32bc5241d) |
---|---|
1# 2# Platform drivers 3# Most drivers here are currently for webcam support 4 5menuconfig V4L_PLATFORM_DRIVERS 6 bool "V4L platform devices" 7 depends on MEDIA_CAMERA_SUPPORT 8 default n --- 654 unchanged lines hidden (view full) --- 663 depends on MEDIA_SDR_SUPPORT 664 default n 665 ---help--- 666 Say Y here to enable support for platform-specific SDR Drivers. 667 668if SDR_PLATFORM_DRIVERS 669 670config VIDEO_RCAR_DRIF | 1# 2# Platform drivers 3# Most drivers here are currently for webcam support 4 5menuconfig V4L_PLATFORM_DRIVERS 6 bool "V4L platform devices" 7 depends on MEDIA_CAMERA_SUPPORT 8 default n --- 654 unchanged lines hidden (view full) --- 663 depends on MEDIA_SDR_SUPPORT 664 default n 665 ---help--- 666 Say Y here to enable support for platform-specific SDR Drivers. 667 668if SDR_PLATFORM_DRIVERS 669 670config VIDEO_RCAR_DRIF |
671 tristate "Renesas Digitial Radio Interface (DRIF)" | 671 tristate "Renesas Digital Radio Interface (DRIF)" |
672 depends on VIDEO_V4L2 673 depends on ARCH_RENESAS || COMPILE_TEST 674 select VIDEOBUF2_VMALLOC 675 ---help--- 676 Say Y if you want to enable R-Car Gen3 DRIF support. DRIF is Digital 677 Radio Interface that interfaces with an RF front end chip. It is a 678 receiver of digital data which uses DMA to transfer received data to 679 a configured location for an application to use. 680 681 To compile this driver as a module, choose M here; the module 682 will be called rcar_drif. 683 684endif # SDR_PLATFORM_DRIVERS | 672 depends on VIDEO_V4L2 673 depends on ARCH_RENESAS || COMPILE_TEST 674 select VIDEOBUF2_VMALLOC 675 ---help--- 676 Say Y if you want to enable R-Car Gen3 DRIF support. DRIF is Digital 677 Radio Interface that interfaces with an RF front end chip. It is a 678 receiver of digital data which uses DMA to transfer received data to 679 a configured location for an application to use. 680 681 To compile this driver as a module, choose M here; the module 682 will be called rcar_drif. 683 684endif # SDR_PLATFORM_DRIVERS |