summaryrefslogtreecommitdiffstats
path: root/configs/platform-rpi
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2019-01-09 17:27:42 +0100
committerRobert Schwebel <r.schwebel@pengutronix.de>2019-01-09 17:28:55 +0100
commit7ae936314475bd4f9b6f3bebf1c848596e95ea7a (patch)
tree20519ecf89281327b14db30ab565da3acd1bd926 /configs/platform-rpi
parent30748b6a23f793f2a2bbd6f5f3671342cf3224ed (diff)
downloadDistroKit-7ae936314475bd4f9b6f3bebf1c848596e95ea7a.tar.gz
DistroKit-7ae936314475bd4f9b6f3bebf1c848596e95ea7a.tar.xz
platform-rpi: kernel: disable namespace support
"reason" says: Namespace support is not needed on most embedded systems (except NET_NS for systemd). Switch it off. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'configs/platform-rpi')
-rw-r--r--configs/platform-rpi/kernelconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/configs/platform-rpi/kernelconfig b/configs/platform-rpi/kernelconfig
index f15916b..99fdfe6 100644
--- a/configs/platform-rpi/kernelconfig
+++ b/configs/platform-rpi/kernelconfig
@@ -114,10 +114,10 @@ CONFIG_CGROUP_BPF=y
# CONFIG_CGROUP_DEBUG is not set
CONFIG_SOCK_CGROUP_DATA=y
CONFIG_NAMESPACES=y
-CONFIG_UTS_NS=y
-CONFIG_IPC_NS=y
+# CONFIG_UTS_NS is not set
+# CONFIG_IPC_NS is not set
# CONFIG_USER_NS is not set
-CONFIG_PID_NS=y
+# CONFIG_PID_NS is not set
CONFIG_NET_NS=y
# CONFIG_CHECKPOINT_RESTORE is not set
CONFIG_SCHED_AUTOGROUP=y