Kconfig (e72b21abc8ec76b3e2c332e631f15d975e781e37) | Kconfig (3c11305eee6a13695954dbc067234d492cb7879c) |
---|---|
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 --- 31 unchanged lines hidden (view full) --- 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. | 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 --- 31 unchanged lines hidden (view full) --- 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. |
48 49config IR_IMG_SHARP 50 bool "Sharp protocol support" 51 depends on IR_IMG_HW 52 help 53 Say Y here to enable support for the Sharp protocol in the ImgTec 54 infrared decoder block. |
|