From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752661AbcDZRad (ORCPT ); Tue, 26 Apr 2016 13:30:33 -0400 Received: from muru.com ([72.249.23.125]:52190 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752508AbcDZRab (ORCPT ); Tue, 26 Apr 2016 13:30:31 -0400 Date: Tue, 26 Apr 2016 10:30:28 -0700 From: Tony Lindgren To: Javier Martinez Canillas Cc: linux-kernel@vger.kernel.org, linux-omap@vger.kernel.org Subject: Re: [PATCH] ARM: omap2plus_defconfig: Fix warning due invalid RXKAD symbol value Message-ID: <20160426173027.GK5995@atomide.com> References: <1461347599-32440-1-git-send-email-javier@osg.samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1461347599-32440-1-git-send-email-javier@osg.samsung.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org * Javier Martinez Canillas [160422 10:54]: > Commit 648af7fca159 ("rxrpc: Absorb the rxkad security module") changed > the RXKAD Kconfig symbol from tristate to boolean but the commit didn't > update the omap2plus_defconfig that was enabling CONFIG_RXKAD as module. > > This leads to the following warning when using the omap2plus_defconfig: > > arch/arm/configs/omap2plus_defconfig:112:warning: symbol value 'm' invalid for RXKAD Thanks applying into omap-for-v4.7/defconfig. Tony