This allows to build the rmnet_perf and rmnet_shs modules into the kernel easily. Signed-off-by: Danny Lin <danny@kdrag0n.dev> Change-Id: I205ec5517e6b1af87f7c3ca8c31a86fd98d715da
15 lines
314 B
Plaintext
15 lines
314 B
Plaintext
# 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"
|
|
|
|
source "techpack/Kconfig"
|