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)
commit133390fe497b8c3b63e84383300c03a13b007e08
tree6e6af6b8f2bf18e7840f4910ac4a562ce39d0127
parent8337d083507b9827dfb36d545538b7789df834fd
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: a60d64b15c20 ("media: lirc: lirc interface should not be a raw decoder")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arm/configs/omap2plus_defconfig