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

media: rc: gpio-ir-tx does not work without devicetree or gpiolib

If the kernel is built without device tree, this driver cannot be
used and without gpiolib it cannot control any gpio pin.

Signed-off-by: Sean Young <sean@mess.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>

authored by

Sean Young and committed by
Mauro Carvalho Chehab
52888793 829bbf26

+1
+1
drivers/media/rc/Kconfig
··· 403 403 tristate "GPIO IR Bit Banging Transmitter" 404 404 depends on RC_CORE 405 405 depends on LIRC 406 + depends on (OF && GPIOLIB) || COMPILE_TEST 406 407 ---help--- 407 408 Say Y if you want to a GPIO based IR transmitter. This is a 408 409 bit banging driver.