summaryrefslogtreecommitdiffstats
path: root/platforms/blspec-entry.in
blob: 3eb354202262255d030e8c1fe331bdbce848344d (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
	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