summaryrefslogtreecommitdiff
path: root/Kconfig
blob: 8dd684a9f25dec5f68a1187bb078967687400c27 (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
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#

mainmenu "$VERSION $BASE $BASE_TREE $BASE_TREE_VERSION"

comment "Linux kernel backport configuration"

source Kconfig.env

config COMPAT_VIDEO_MODULES
	bool "Video drivers"
	help
	  This enables compilation of Video DRM drivers.

config COMPAT_WIRELESS
	bool "Wireless drivers"
	help
	  This enables compilation of Wireless drivers.

config COMPAT_BLUETOOTH
	bool "Bluetooth drivers"
	help
	  This enables compilation of Bluetooth drivers.