summaryrefslogtreecommitdiffstats
path: root/configs/platform-mips/platforms/kernel.in
blob: e9cce24c93c1dc715abfb0968dce46b918b599cc (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
## 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
	bool

endif	# KERNEL