]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/misc/cxl/Kconfig
Merge tag 'sh-for-4.8' of git://git.libc.org/linux-sh
[karo-tx-linux.git] / drivers / misc / cxl / Kconfig
index 8d767705ec21ca14ecf1c1bafed064796f4ed6e0..b75cf830d08ac8e21190d576d53a4020e4d100e6 100644 (file)
@@ -7,14 +7,6 @@ config CXL_BASE
        default n
        select PPC_COPRO_BASE
 
-config CXL_KERNEL_API
-       bool
-       default n
-
-config CXL_EEH
-       bool
-       default n
-
 config CXL_AFU_DRIVER_OPS
        bool
        default n
@@ -23,8 +15,6 @@ config CXL
        tristate "Support for IBM Coherent Accelerators (CXL)"
        depends on PPC_POWERNV && PCI_MSI && EEH
        select CXL_BASE
-       select CXL_KERNEL_API
-       select CXL_EEH
        select CXL_AFU_DRIVER_OPS
        default m
        help