linux-omap.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: omap2plus_defconfig: Fix warning due invalid RXKAD symbol value
@ 2016-04-22 17:53 Javier Martinez Canillas
  2016-04-26 17:30 ` Tony Lindgren
  0 siblings, 1 reply; 2+ messages in thread
From: Javier Martinez Canillas @ 2016-04-22 17:53 UTC (permalink / raw)
  To: linux-kernel; +Cc: linux-omap, Tony Lindgren, Javier Martinez Canillas

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

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>

---

 arch/arm/configs/omap2plus_defconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
index 9edf8a493f07..c48cbd78e08f 100644
--- a/arch/arm/configs/omap2plus_defconfig
+++ b/arch/arm/configs/omap2plus_defconfig
@@ -109,7 +109,7 @@ CONFIG_BT_HCIVHCI=m
 CONFIG_BT_MRVL=m
 CONFIG_BT_MRVL_SDIO=m
 CONFIG_AF_RXRPC=m
-CONFIG_RXKAD=m
+CONFIG_RXKAD=y
 CONFIG_CFG80211=m
 CONFIG_MAC80211=m
 CONFIG_DEVTMPFS=y
-- 
2.5.5

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ARM: omap2plus_defconfig: Fix warning due invalid RXKAD symbol value
  2016-04-22 17:53 [PATCH] ARM: omap2plus_defconfig: Fix warning due invalid RXKAD symbol value Javier Martinez Canillas
@ 2016-04-26 17:30 ` Tony Lindgren
  0 siblings, 0 replies; 2+ messages in thread
From: Tony Lindgren @ 2016-04-26 17:30 UTC (permalink / raw)
  To: Javier Martinez Canillas; +Cc: linux-kernel, linux-omap

* Javier Martinez Canillas <javier@osg.samsung.com> [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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-04-26 17:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-22 17:53 [PATCH] ARM: omap2plus_defconfig: Fix warning due invalid RXKAD symbol value Javier Martinez Canillas
2016-04-26 17:30 ` Tony Lindgren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).