]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ARM: omap2plus_defconfig: Fix warning due invalid RXKAD symbol value
authorJavier Martinez Canillas <javier@osg.samsung.com>
Fri, 22 Apr 2016 17:53:19 +0000 (13:53 -0400)
committerTony Lindgren <tony@atomide.com>
Tue, 26 Apr 2016 17:30:02 +0000 (10:30 -0700)
commit5da86baf694c5aca752b30b076d4789e05947add
tree5ad5a139b4ce2a215918a184a7e39c820efb27ba
parent0eafc36b7bb23d8be56b73f91a474028ef3e693d
ARM: omap2plus_defconfig: Fix warning due invalid RXKAD symbol value

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>
Signed-off-by: Tony Lindgren <tony@atomide.com>
arch/arm/configs/omap2plus_defconfig