https://github.com/torvalds/linux
Raw File
Tip revision: e49eb8ccf3f7ff15da4d2190762a58bc4e98137a authored by Rijo Thomas on 15 November 2017, 08:53:50 UTC
crypto: ccp: Add Platform Security Processor (PSP) device support
Tip revision: e49eb8c
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