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

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

if BLSPEC_ENTRY

config BLSPEC_ENTRY_DEVICETREE
	bool
	default DTC && !KERNEL_FIT

config BLSPEC_ENTRY_CMDLINE
	string
	prompt "kernel command-line"

endif