Kconfig (2183a58803c2bbd87c2d0057eed6779ec4718d4d) | Kconfig (aa7383db35aec23906868a632a964b5783a5254d) |
---|---|
1config IR_IMG 2 tristate "ImgTec IR Decoder" 3 depends on RC_CORE 4 depends on METAG || MIPS || COMPILE_TEST 5 select IR_IMG_HW if !IR_IMG_RAW 6 help 7 Say Y or M here if you want to use the ImgTec infrared decoder 8 functionality found in SoCs such as TZ1090. --- 46 unchanged lines hidden (view full) --- 55 infrared decoder block. 56 57config IR_IMG_SANYO 58 bool "Sanyo protocol support" 59 depends on IR_IMG_HW 60 help 61 Say Y here to enable support for the Sanyo protocol (used by Sanyo, 62 Aiwa, Chinon remotes) in the ImgTec infrared decoder block. | 1config IR_IMG 2 tristate "ImgTec IR Decoder" 3 depends on RC_CORE 4 depends on METAG || MIPS || COMPILE_TEST 5 select IR_IMG_HW if !IR_IMG_RAW 6 help 7 Say Y or M here if you want to use the ImgTec infrared decoder 8 functionality found in SoCs such as TZ1090. --- 46 unchanged lines hidden (view full) --- 55 infrared decoder block. 56 57config IR_IMG_SANYO 58 bool "Sanyo protocol support" 59 depends on IR_IMG_HW 60 help 61 Say Y here to enable support for the Sanyo protocol (used by Sanyo, 62 Aiwa, Chinon remotes) in the ImgTec infrared decoder block. |
63 64config IR_IMG_RC5 65 bool "Philips RC5 protocol support" 66 depends on IR_IMG_HW 67 help 68 Say Y here to enable support for the RC5 protocol in the ImgTec 69 infrared decoder block. |
|