forked from rsuntk/android_kernel_samsung_a10s-r
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Kconfig
42 lines (28 loc) · 784 Bytes
/
Kconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# 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"
comment "Compiler: $(CC_VERSION_TEXT)"
source "scripts/Kconfig.include"
source "init/Kconfig"
source "kernel/Kconfig.freezer"
source "fs/Kconfig.binfmt"
source "mm/Kconfig"
source "net/Kconfig"
source "drivers/Kconfig"
source "fs/Kconfig"
source "security/Kconfig"
source "crypto/Kconfig"
source "lib/Kconfig"
source "lib/Kconfig.debug"
# Rissu changes on 30 August 2024
menu "Utsname spoof"
config UTSNAME_SPOOF
bool "Spoof Utsname for netbpfload"
default n
help
"On Android 14, 4.19 have some problem with the
bpf (berkeley packet filter)"
endmenu