summaryrefslogtreecommitdiffstats
path: root/rules/kernel-headers.in
blob: d8b662051dabb4787c1d3439df49738ecda1f9d7 (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
# config for kernel-headers

menuconfig KERNEL_HEADERS
	prompt "kernel headers              "
	bool

if KERNEL_HEADERS

config KERNEL_HEADERS_VERSION
	string
	prompt "kernel version"
	default "2.6.25"
	help
	  Specify the kernel version here.

config KERNEL_HEADERS_MD5
	string
	prompt "kernel source md5sum"

config KERNEL_HEADERS_SANITIZED
	bool
	prompt "use sanitized headers"
	help
	  If selected we use the sanitized kernel headers instead of the
	  original kernel headers.

endif