summaryrefslogtreecommitdiffstats
path: root/platforms/blspec-entry.in
diff options
context:
space:
mode:
Diffstat (limited to 'platforms/blspec-entry.in')
-rw-r--r--platforms/blspec-entry.in20
1 files changed, 20 insertions, 0 deletions
diff --git a/platforms/blspec-entry.in b/platforms/blspec-entry.in
new file mode 100644
index 000000000..3eb354202
--- /dev/null
+++ b/platforms/blspec-entry.in
@@ -0,0 +1,20 @@
+## SECTION=blspec
+
+menuconfig BLSPEC_ENTRY
+ tristate
+ select KERNEL
+ select KERNEL_INSTALL
+ select DTC_INSTALL_OFTREE if DTC
+ prompt "default bootloader spec entry "
+
+if BLSPEC_ENTRY
+
+config BLSPEC_ENTRY_DEVICETREE
+ bool
+ default DTC
+
+config BLSPEC_ENTRY_CMDLINE
+ string
+ prompt "kernel command-line"
+
+endif