summaryrefslogtreecommitdiffstats
path: root/bsp/pentagram/pentagram-tiny.scc
diff options
context:
space:
mode:
Diffstat (limited to 'bsp/pentagram/pentagram-tiny.scc')
-rw-r--r--bsp/pentagram/pentagram-tiny.scc28
1 files changed, 28 insertions, 0 deletions
diff --git a/bsp/pentagram/pentagram-tiny.scc b/bsp/pentagram/pentagram-tiny.scc
new file mode 100644
index 00000000..a9747fb3
--- /dev/null
+++ b/bsp/pentagram/pentagram-tiny.scc
@@ -0,0 +1,28 @@
+define KMACHINE pentagram
+define KTYPE tiny
+define KARCH arm
+
+include ktypes/tiny/tiny.scc
+branch pentagram
+
+include pentagram.scc
+
+include cfg/systemd_features.scc
+# not for tiny (cgroups for limits + process isolation)
+include features/cgroups.scc
+include features/namespaces/namespaces.scc
+
+#include pm.scc
+
+include hw_pwm.scc
+include hw_nvmem.scc
+include hw_i2c.scc
+
+include net/hw_net.scc
+include net/sw_net.scc
+
+kconf non-hardware fs/ext4.cfg
+
+include watchdog/sp.scc
+
+include sw_nls.scc