Revision b3a37947074fa0a488d6c7ede58125b2278ab4e8 authored by David S. Miller on 19 December 2012, 23:43:38 UTC, committed by David S. Miller on 19 December 2012, 23:43:38 UTC
We use the FPU and therefore cannot sleep during the crypto
loops.

Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent ce68895
Raw File
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