https://github.com/torvalds/linux
Revision 4e90a2a7375e86827541bda9393414c03e7721c6 authored by Anton Blanchard on 31 July 2013, 06:31:26 UTC, committed by Benjamin Herrenschmidt on 09 August 2013, 08:05:29 UTC
We want PPC_DENORMALISATION enabled when POWERNV is enabled,
so update the Kconfig.

Signed-off-by: Anton Blanchard <anton@samba.org>
Acked-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
CC: <stable@vger.kernel.org>
1 parent b7bc9e7
Raw File
Tip revision: 4e90a2a7375e86827541bda9393414c03e7721c6 authored by Anton Blanchard on 31 July 2013, 06:31:26 UTC
powerpc: On POWERNV enable PPC_DENORMALISATION by default
Tip revision: 4e90a2a
Kconfig
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"

config SRCARCH
	string
	option env="SRCARCH"

source "arch/$SRCARCH/Kconfig"
back to top