Revision fe7e96f66b2622d8492ee9dd7fc08b811086caca authored by Linus Torvalds on 12 November 2010, 16:00:25 UTC, committed by Linus Torvalds on 12 November 2010, 16:00:25 UTC
* 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/security-testing-2.6:
  APPARMOR: Fix memory leak of apparmor_init()
  APPARMOR: Fix memory leak of alloc_namespace()
2 parent s 0f90933 + a26d279
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