Kconfig (f01387d2693813eb5271a3448e6a082322c7d75d) | Kconfig (6010d2c104bfa4e427545639bdf60217e96d4baa) |
---|---|
1config IR_IMG 2 tristate "ImgTec IR Decoder" 3 depends on RC_CORE | 1config IR_IMG 2 tristate "ImgTec IR Decoder" 3 depends on RC_CORE |
4 depends on METAG || MIPS || COMPILE_TEST |
|
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 9config IR_IMG_RAW 10 bool "Raw decoder" 11 depends on IR_IMG --- 50 unchanged lines hidden --- | 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. 9 10config IR_IMG_RAW 11 bool "Raw decoder" 12 depends on IR_IMG --- 50 unchanged lines hidden --- |