]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: omap2: set CONFIG_LIRC=y in defconfig
authorArnd Bergmann <arnd@arndb.de>
Mon, 26 Feb 2018 20:38:58 +0000 (21:38 +0100)
committerArnd Bergmann <arnd@arndb.de>
Mon, 26 Feb 2018 20:38:58 +0000 (21:38 +0100)
commit268ac1e6c42c8db2ce22c957d6a253456f9d9242
tree6e6af6b8f2bf18e7840f4910ac4a562ce39d0127
parentf083fd832c0cfece724da3cc886f7256e5c3998b
ARM: omap2: set CONFIG_LIRC=y in defconfig

The CONFIG_LIRC symbol has changed from 'tristate' to 'bool, so we now
get a warning for omap2plus_defconfig:

arch/arm/configs/omap2plus_defconfig:322:warning: symbol value 'm' invalid for LIRC

This changes the file to mark the symbol as built-in to get rid of the
warning.

Fixes: 802bd560e32c ("media: lirc: lirc interface should not be a raw decoder")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/configs/omap2plus_defconfig