Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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: Arnd Bergmann <arnd@arndb.de>
Acked-by: Timo Kokkonen <timo.t.kokkonen@iki.fi>
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

authored by

Arnd Bergmann and committed by
Mauro Carvalho Chehab
e71918ea d608d71c

+1 -1
+1 -1
drivers/media/rc/Kconfig
··· 291 291 292 292 config IR_RX51 293 293 tristate "Nokia N900 IR transmitter diode" 294 - depends on OMAP_DM_TIMER && LIRC && !ARCH_MULTIPLATFORM 294 + depends on OMAP_DM_TIMER && ARCH_OMAP2PLUS && LIRC && !ARCH_MULTIPLATFORM 295 295 ---help--- 296 296 Say Y or M here if you want to enable support for the IR 297 297 transmitter diode built in the Nokia N900 (RX51) device.