aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cfg/systemd.cfg1
-rw-r--r--cfg/systemd.scc1
-rw-r--r--ktypes/preempt-rt/preempt-rt.scc2
-rw-r--r--ktypes/standard/standard.scc2
4 files changed, 6 insertions, 0 deletions
diff --git a/cfg/systemd.cfg b/cfg/systemd.cfg
new file mode 100644
index 00000000..edcdc053
--- /dev/null
+++ b/cfg/systemd.cfg
@@ -0,0 +1 @@
+CONFIG_FHANDLE=y
diff --git a/cfg/systemd.scc b/cfg/systemd.scc
new file mode 100644
index 00000000..439e607f
--- /dev/null
+++ b/cfg/systemd.scc
@@ -0,0 +1 @@
+kconf non-hardware systemd.cfg
diff --git a/ktypes/preempt-rt/preempt-rt.scc b/ktypes/preempt-rt/preempt-rt.scc
index 218a7706..72f8cf4c 100644
--- a/ktypes/preempt-rt/preempt-rt.scc
+++ b/ktypes/preempt-rt/preempt-rt.scc
@@ -28,6 +28,8 @@ include cfg/net/ip_nf.scc
include cfg/net/ip6_nf.scc
include cfg/net/bridge.scc
+include cfg/systemd.scc
+
include features/rfkill/rfkill.scc
include features/rt/rt.scc
diff --git a/ktypes/standard/standard.scc b/ktypes/standard/standard.scc
index 31ebd22f..08563da6 100644
--- a/ktypes/standard/standard.scc
+++ b/ktypes/standard/standard.scc
@@ -91,4 +91,6 @@ include cfg/net/ip_nf.scc
include cfg/net/ip6_nf.scc
include cfg/net/bridge.scc
+include cfg/systemd.scc
+
include features/rfkill/rfkill.scc