* Drop a BUNCH of useless oplus drivers, "features", loggers and other useless mods. Signed-off-by: bengris32 <bengris32@protonmail.ch> Change-Id: I5133459af68c9cabbbfe729c417e5d903375413a
13 lines
287 B
Plaintext
13 lines
287 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"
|