summaryrefslogtreecommitdiff
path: root/drivers/staging/fsl_dce/Kconfig
blob: 628c0be7a964b16a8eb9039d68e9bcc78a9e772f (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
config FSL_DCE
	tristate "Freescale Decompression Compression Engine support"
	depends on FSL_QMAN
	help
	  Say Y here to include support for the Freescale DCE driver.
	  To compile this driver as a module, choose M here: the module
	  will be called dce

if FSL_DCE

config FSL_DCE_CONFIG
	tristate "Freescale DCE device management"
	default y
	help
	  Say Y here to include support for the Freescale DCE driver.
	  To compile this driver as a module, choose M here: the module
	  will be called dce

config FSL_DCE_DEBUGFS
	tristate "Freescale Decompression Compression Engine DebugFS interface"
	default y
	help
	  Say Y here to include debugfs interface

config FSL_DCE_TESTS
	tristate "Build dce test"
	depends on m
	default m
	help
	  Build dce test module

endif # FSL_DCE