https://github.com/torvalds/linux
Raw File
Tip revision: 9b4b5459207142cda725a44262696d0e7c45e5d9 authored by yves on 02 April 2018, 20:12:16 UTC
Proposal integration FN+F9 for KeyboardBacklight
Tip revision: 9b4b545
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