summaryrefslogtreecommitdiffstats
path: root/configs/platform-mips/platforms/kernel.in
blob: 1889211a7ae25371aa2131426edbf88afac9c4f3 (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
## SECTION=base_kernel

menuconfig KERNEL
	bool
	default y
	prompt "Linux kernel                  "

if KERNEL

config KERNEL_VERSION
	prompt "kernel version"
	string
	default "4.15"

config KERNEL_MD5
	prompt "kernel source md5sum"
	string

config KERNEL_INSTALL
	bool

config KERNEL_LZOP
	prompt "build lzop hosttool"
	bool

endif	# KERNEL