From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751679AbeBZVZX (ORCPT ); Mon, 26 Feb 2018 16:25:23 -0500 Received: from muru.com ([72.249.23.125]:58324 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751165AbeBZVZW (ORCPT ); Mon, 26 Feb 2018 16:25:22 -0500 Date: Mon, 26 Feb 2018 13:25:15 -0800 From: Tony Lindgren To: Arnd Bergmann Cc: Lokesh Vutla , Sekhar Nori , Ard Biesheuvel , Grygorii Strashko , Sean Young , Kishon Vijay Abraham I , linux-omap@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] ARM: omap2: set CONFIG_LIRC=y in defconfig Message-ID: <20180226212344.GA16043@atomide.com> References: <20180226204105.2858838-1-arnd@arndb.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180226204105.2858838-1-arnd@arndb.de> User-Agent: Mutt/1.9.3 (2018-01-21) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Arnd Bergmann [180226 20:42]: > 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 Acked-by: Tony Lindgren