summaryrefslogtreecommitdiffstats
path: root/Kconfig
blob: c465ad1d25b410576c88f6b4099dbd1cfc6652e4 (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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
mainmenu "Linux Backports from $BACKPORTED_KERNEL_NAME $BACKPORTED_KERNEL_VERSION (with backports $BACKPORTS_VERSION)"

config BACKPORTS_VERSION
	string
	option env="BACKPORTS_VERSION"
config BACKPORTED_KERNEL_VERSION
	string
	option env="BACKPORTED_KERNEL_VERSION"
config BACKPORTED_KERNEL_NAME
	string
	option env="BACKPORTED_KERNEL_NAME"

# these will be generated
source Kconfig.kernel
source Kconfig.versions

# some hacks ...
config WIRELESS
	def_bool y
config NET_CORE
	def_bool y
config EXPERT
	def_bool y

# this has the configuration for the backport code
source compat/Kconfig

# these are copied from the kernel
source net/wireless/Kconfig
source net/mac80211/Kconfig
source net/bluetooth/Kconfig
source drivers/net/wireless/Kconfig
source drivers/net/ethernet/Kconfig
source drivers/net/usb/Kconfig

source drivers/ssb/Kconfig
source drivers/bcma/Kconfig

source drivers/gpu/drm/Kconfig

source net/nfc/Kconfig

source drivers/regulator/Kconfig
source drivers/media/Kconfig

source drivers/platform/x86/Kconfig