• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1#
2# General setup
3#
4CONFIG_FUTEX=y
5CONFIG_EPOLL=y
6CONFIG_EVENTFD=y
7# end of General setup
8
9CONFIG_ARM64_PTR_AUTH = y
10CONFIG_INIT_STACK_ALL_ZERO=y
11CONFIG_INIT_ON_ALLOC_DEFAULT_ON=y
12CONFIG_HARDENED_USERCOPY=y
13CONFIG_RANDOMIZE_BASE=y
14CONFIG_ARM64_PAN=y
15CONFIG_CFI_CLANG=y
16CONFIG_HAVE_ARCH_SECCOMP=y
17CONFIG_HAVE_ARCH_SECCOMP_FILTER=y
18CONFIG_SECURITY_XPM=y
19CONFIG_SECCOMP=y
20CONFIG_SECCOMP_FILTER=y
21
22CONFIG_MMU=y
23
24#
25# General architecture-dependent options
26#
27CONFIG_ARCH_HAS_FORTIFY_SOURCE=y
28CONFIG_STACKPROTECTOR=y
29CONFIG_STACKPROTECTOR_STRONG=y
30CONFIG_ARCH_HAS_ELF_RANDOMIZE=y
31# end of General architecture-dependent options
32
33CONFIG_BLOCK=y
34CONFIG_NET=y
35
36#
37# Networking options
38#
39CONFIG_PACKET=y
40CONFIG_INET=y
41CONFIG_NETFILTER=y
42# end of Networking options
43
44
45#
46# Device Drivers
47#
48#
49# Input device support
50#
51CONFIG_INPUT=y
52# end of Input device support
53CONFIG_RTC_CLASS=y
54#
55# RTC interfaces
56#
57#
58# HDF
59#
60CONFIG_DRIVERS_HDF=y
61CONFIG_DRIVERS_HDF_PLATFORM=y
62CONFIG_DRIVERS_HDF_PLATFORM_GPIO=y
63CONFIG_DRIVERS_HDF_PLATFORM_I2C=y
64CONFIG_DRIVERS_HDF_PLATFORM_PWM=y
65CONFIG_DRIVERS_HDF_PLATFORM_UART=y
66CONFIG_DRIVERS_HDF_PLATFORM_SPI=y
67CONFIG_DRIVERS_HDF_INPUT=y
68# end of HDF
69# end of Device Drivers
70
71#
72# File systems
73#
74CONFIG_HMDFS_FS=y
75CONFIG_HMDFS_FS_PERMISSION=y
76CONFIG_FILE_LOCKING=y
77#
78# Pseudo filesystems
79#
80CONFIG_PROC_FS=y
81# end of Pseudo filesystems
82# end of File systems
83
84#
85# Security options
86#
87CONFIG_SECURITY=y
88# end of Security options
89
90#
91#Security DMESG restrict
92#
93CONFIG_SECURITY_DMESG_RESTRICT=y
94# end of Security DMESG restrict
95
96#Enhance SELinux's control over insmod
97#
98CONFIG_MODULE_SIG=y
99CONFIG_MODULE_SIG_FORCE=y
100#end of Enhance SELinux's control over insmod