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

media: rc: pwm-ir-tx needs OF

Without device tree, there is no way to use this driver.

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
2d726aaa 52888793

+1
+1
drivers/media/rc/Kconfig
··· 416 416 depends on RC_CORE 417 417 depends on LIRC 418 418 depends on PWM 419 + depends on OF || COMPILE_TEST 419 420 ---help--- 420 421 Say Y if you want to use a PWM based IR transmitter. This is 421 422 more power efficient than the bit banging gpio driver.