Skip to content

Commit 0c25950

Browse files
authored
Merge pull request mobile-nixos#36 from samueldr-wip/device/oneplus-oneplus3-userns
oneplus-oneplus3: Enable USER_NS
2 parents b5081df + aa4ab0c commit 0c25950

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

devices/oneplus-oneplus3/kernel/config.aarch64

+5-2
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,8 @@ CONFIG_SCHED_HMP=y
147147
CONFIG_NAMESPACES=y
148148
# CONFIG_UTS_NS is not set
149149
CONFIG_IPC_NS=y
150-
# CONFIG_USER_NS is not set
151-
# CONFIG_PID_NS is not set
150+
CONFIG_USER_NS=y
151+
CONFIG_PID_NS=y
152152
CONFIG_NET_NS=y
153153
# CONFIG_SCHED_AUTOGROUP is not set
154154
# CONFIG_SCHED_TUNE is not set
@@ -1682,6 +1682,7 @@ CONFIG_INPUT_EVDEV=y
16821682
# CONFIG_INPUT_EVBUG is not set
16831683
CONFIG_INPUT_KEYRESET=y
16841684
CONFIG_INPUT_KEYCOMBO=y
1685+
# CONFIG_SENSORS_HALL is not set
16851686

16861687
#
16871688
# Input Device Drivers
@@ -1840,6 +1841,8 @@ CONFIG_TRI_STATE_KEY=y
18401841
CONFIG_FINGERPRINT_FPC1022=y
18411842
# CONFIG_INPUT_DRV2667_HAPTICS is not set
18421843
# CONFIG_INPUT_PIXART_OTS_PAT9125_SWITCH is not set
1844+
# CONFIG_SENSORS_LTR553 is not set
1845+
# CONFIG_SENSORS_BMA2X2 is not set
18431846

18441847
#
18451848
# Hardware I/O ports

0 commit comments

Comments
 (0)