From 8e51cf92f376363498c314c1a03b3c4b78f297db Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Tue, 17 Jun 2014 20:14:31 +0200 Subject: add bootloader spec submenu and default entry Signed-off-by: Michael Olbrich --- platforms/blspec-entry.in | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 platforms/blspec-entry.in (limited to 'platforms/blspec-entry.in') 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 -- cgit v1.2.3