Kconfig (3c11305eee6a13695954dbc067234d492cb7879c) | Kconfig (46b35083ce24c1a2a721df605815978f75ca3b66) |
---|---|
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 --- 38 unchanged lines hidden (view full) --- 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. | 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 --- 38 unchanged lines hidden (view full) --- 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. |
55 56config IR_IMG_SANYO 57 bool "Sanyo protocol support" 58 depends on IR_IMG_HW 59 help 60 Say Y here to enable support for the Sanyo protocol (used by Sanyo, 61 Aiwa, Chinon remotes) in the ImgTec infrared decoder block. |
|