summaryrefslogtreecommitdiff
path: root/platform/template/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'platform/template/Kconfig')
-rw-r--r--platform/template/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/platform/template/Kconfig b/platform/template/Kconfig
new file mode 100644
index 0000000..6fbb567
--- /dev/null
+++ b/platform/template/Kconfig
@@ -0,0 +1,12 @@
+# SPDX-License-Identifier: BSD-2-Clause
+
+#
+# All mandatory drivers or libraries for this platform should
+# be directly selected by the PLATFORM_xyz kconfig symbol.
+#
+# All optional drivers or libraries for this platform should
+# be enabled via configs/defconfig of this platform.
+#
+config PLATFORM_TEMPLATE
+ bool
+ default y