On Thu, Aug 29, 2013 at 12:29:00PM +0100, Srinivas KANDAGATLA wrote:
On 29/08/13 10:11, Sean Young wrote:
quoted
On Wed, Aug 28, 2013 at 04:33:50PM +0100, Srinivas KANDAGATLA wrote:
quoted
From: Srinivas Kandagatla <redacted>
+config RC_ST
+ tristate "ST remote control receiver"
+ depends on ARCH_STI && LIRC && OF
Minor nitpick, this should not depend on LIRC, it depends on RC_CORE.
Yes, I will make it depend on RC_CORE, remove OF as suggested by Mauro
CC and select LIRC to something like.
depends on ARCH_STI && RC_CORE
select LIRC
The driver is usable with the kernel ir decoders, there is no need to
select LIRC or use lirc at all.
You can either define a remote in drivers/media/rc/keymaps and set
the rcdev->map_name, or it can be loaded at runtime using ir-keytable(1);
either way you don't need to use a lirc userspace daemon.
Sean