aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Neuling <mikey@neuling.org>2015-06-16 02:45:44 -0400
committerMichael Ellerman <mpe@ellerman.id.au>2015-06-19 03:10:30 -0400
commite0fcdc201037c2bd356424520d199492e92d0289 (patch)
treef1dbb9198b29e6624723254c83451ffbd4855866
parent5c89a87d13d168eacb8110810544a98ce0f4319d (diff)
cxl: Add CXL_KERNEL_API config option
Add CXL_KERNEL_API config option so drivers which depend on this new functionality won't be enabled until this is visible. This is useful for merging the cxlflash driver which comes in via the SCSI tree. The cxlflash driver can depend on CXL_KERNEL_API, hence it won't be enabled in the SCSI tree until this new config option is merged via the powerpc tree. Hence all trees will be bisectable at all times. Signed-off-by: Michael Neuling <mikey@neuling.org> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
-rw-r--r--drivers/misc/cxl/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/misc/cxl/Kconfig b/drivers/misc/cxl/Kconfig
index a990b39b4dfb..b6db9ebd52c2 100644
--- a/drivers/misc/cxl/Kconfig
+++ b/drivers/misc/cxl/Kconfig
@@ -7,10 +7,15 @@ config CXL_BASE
7 default n 7 default n
8 select PPC_COPRO_BASE 8 select PPC_COPRO_BASE
9 9
10config CXL_KERNEL_API
11 bool
12 default n
13
10config CXL 14config CXL
11 tristate "Support for IBM Coherent Accelerators (CXL)" 15 tristate "Support for IBM Coherent Accelerators (CXL)"
12 depends on PPC_POWERNV && PCI_MSI 16 depends on PPC_POWERNV && PCI_MSI
13 select CXL_BASE 17 select CXL_BASE
18 select CXL_KERNEL_API
14 default m 19 default m
15 help 20 help
16 Select this option to enable driver support for IBM Coherent 21 Select this option to enable driver support for IBM Coherent