Linux Audio

Check our new training course

Loading...
v3.1
 
 1#
 2# For a description of the syntax of this configuration file,
 3# see Documentation/kbuild/kconfig-language.txt.
 4#
 5mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"
 6
 7config SRCARCH
 8	string
 9	option env="SRCARCH"
10
11source "arch/$SRCARCH/Kconfig"
v4.17
 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"