summaryrefslogtreecommitdiffstats
path: root/platforms/blspec-entry.in
blob: c2aea36dc8cc2edb66530d7d2c6a2655922f0702 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
## SECTION=blspec

menuconfig BLSPEC_ENTRY
	tristate
	select KERNEL
	select KERNEL_INSTALL if !KERNEL_FIT
	prompt "default bootloader spec entry "

if BLSPEC_ENTRY

config BLSPEC_ENTRY_DEVICETREE
	bool
	default KERNEL_DTB && !KERNEL_FIT

config BLSPEC_ENTRY_CMDLINE
	string
	prompt "kernel command-line"

config BLSPEC_ENTRY_APPENDROOT
	bool
	prompt "Add 'linux-appendroot true'"
	help
	  If enabled this options adds 'linux-appendroot true' to the blspec
	  entry. This is a barebox specific blspec option which tells barebox
	  to add the 'root=' kernel command line automatically if set.

endif