https://github.com/torvalds/linux
Revision 8002421d5c0e1cd5c7f42af73f0a82292800f6dd authored by Octavian Purdila on 20 February 2018, 05:50:41 UTC, committed by Octavian Purdila on 20 February 2018, 14:54:44 UTC
Add reqirements.txt and run pip in the doc target to make sure we have
all required sphinx dependencies.

Signed-off-by: Octavian Purdila <tavi@cs.pub.ro>
1 parent 5f89d7b
Raw File
Tip revision: 8002421d5c0e1cd5c7f42af73f0a82292800f6dd authored by Octavian Purdila on 20 February 2018, 05:50:41 UTC
tools: labs: add requirements.txt
Tip revision: 8002421
Kconfig
# SPDX-License-Identifier: GPL-2.0
#
# 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