https://github.com/torvalds/linux
Revision be08675850745b55b7509fc0328417fa10221594 authored by Erik Bernhardsson on 30 January 2017, 19:00:20 UTC, committed by Erik Bernhardsson on 30 January 2017, 22:34:52 UTC
1 parent 566cf87
Raw File
Tip revision: be08675850745b55b7509fc0328417fa10221594 authored by Erik Bernhardsson on 30 January 2017, 19:00:20 UTC
bump EXT4_LINK_MAX
Tip revision: be08675
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