Revision 6c72139fb1268813b4fdf53a9aba0166f38d92cc authored by Linus Torvalds on 01 January 2014, 19:35:27 UTC, committed by Linus Torvalds on 01 January 2014, 19:35:27 UTC
Pull crypto fix from Herbert Xu:
 "Fix a build error on ARM that was introduced in 3.13-rc1"

* git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6:
  crypto: ixp4xx - Fix kernel compile error
2 parent s 6b8c982 + efb753b
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