Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at f32ab7547161b9fa7ebfbc4f18ea1eb3fd49fe25 12 lines 287 B view raw
1# SPDX-License-Identifier: GPL-2.0 2# 3# For a description of the syntax of this configuration file, 4# see Documentation/kbuild/kconfig-language.txt. 5# 6mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration" 7 8config SRCARCH 9 string 10 option env="SRCARCH" 11 12source "arch/$SRCARCH/Kconfig"