https://github.com/torvalds/linux
Revision 8a57646d28540b2a536f168df63b1b043b1d3386 authored by James Bottomley on 10 November 2016, 18:22:23 UTC, committed by James Bottomley on 10 November 2016, 18:22:23 UTC
2 parent s 49ce5b5 + 5e5ec17
Raw File
Tip revision: 8a57646d28540b2a536f168df63b1b043b1d3386 authored by James Bottomley on 10 November 2016, 18:22:23 UTC
Merge remote-tracking branch 'mkp-scsi/4.9/scsi-fixes' into fixes
Tip revision: 8a57646
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