Revision 65e62b502bdaee37b6ea57edc3bb0df2ad1cb858 authored by Linus Torvalds on 04 May 2012, 00:19:48 UTC, committed by Linus Torvalds on 04 May 2012, 00:19:48 UTC
* efi-vars:
  efivars: Improve variable validation
2 parent s 6b4c555 + 54b3a4d
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