commit | 133390fe497b8c3b63e84383300c03a13b007e08 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Mon Feb 26 21:38:58 2018 +0100 |
committer | Arnd Bergmann <arnd@arndb.de> | Mon Feb 26 21:38:58 2018 +0100 |
tree | 6e6af6b8f2bf18e7840f4910ac4a562ce39d0127 | |
parent | 8337d083507b9827dfb36d545538b7789df834fd [diff] |
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>