Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e71918ea authored by Arnd Bergmann's avatar Arnd Bergmann Committed by Mauro Carvalho Chehab
Browse files

[media] ir: IR_RX51 only works on OMAP2



This driver can be enabled on OMAP1 at the moment, which breaks
allyesconfig for that platform. Let's mark it OMAP2PLUS-only
in Kconfig, since that is the only thing it builds on.

Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
Acked-by: default avatarTimo Kokkonen <timo.t.kokkonen@iki.fi>
Acked-by: default avatarTony Lindgren <tony@atomide.com>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent d608d71c
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -291,7 +291,7 @@ config IR_TTUSBIR


config IR_RX51
config IR_RX51
	tristate "Nokia N900 IR transmitter diode"
	tristate "Nokia N900 IR transmitter diode"
	depends on OMAP_DM_TIMER && LIRC && !ARCH_MULTIPLATFORM
	depends on OMAP_DM_TIMER && ARCH_OMAP2PLUS && LIRC && !ARCH_MULTIPLATFORM
	---help---
	---help---
	   Say Y or M here if you want to enable support for the IR
	   Say Y or M here if you want to enable support for the IR
	   transmitter diode built in the Nokia N900 (RX51) device.
	   transmitter diode built in the Nokia N900 (RX51) device.