Kconfig (693365337891df8677c3faf193a35a73097ed141) | Kconfig (e72b21abc8ec76b3e2c332e631f15d975e781e37) |
---|---|
1config IR_IMG 2 tristate "ImgTec IR Decoder" 3 depends on RC_CORE 4 select IR_IMG_HW if !IR_IMG_RAW 5 help 6 Say Y or M here if you want to use the ImgTec infrared decoder 7 functionality found in SoCs such as TZ1090. 8 --- 24 unchanged lines hidden (view full) --- 33 NEC protocols in the ImgTec infrared decoder block. 34 35config IR_IMG_JVC 36 bool "JVC protocol support" 37 depends on IR_IMG_HW 38 help 39 Say Y here to enable support for the JVC protocol in the ImgTec 40 infrared decoder block. | 1config IR_IMG 2 tristate "ImgTec IR Decoder" 3 depends on RC_CORE 4 select IR_IMG_HW if !IR_IMG_RAW 5 help 6 Say Y or M here if you want to use the ImgTec infrared decoder 7 functionality found in SoCs such as TZ1090. 8 --- 24 unchanged lines hidden (view full) --- 33 NEC protocols in the ImgTec infrared decoder block. 34 35config IR_IMG_JVC 36 bool "JVC protocol support" 37 depends on IR_IMG_HW 38 help 39 Say Y here to enable support for the JVC protocol in the ImgTec 40 infrared decoder block. |
41 42config IR_IMG_SONY 43 bool "Sony protocol support" 44 depends on IR_IMG_HW 45 help 46 Say Y here to enable support for the Sony protocol in the ImgTec 47 infrared decoder block. |
|