Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci
[firefly-linux-kernel-4.4.55.git] / drivers / base / Kconfig
index 21cf46f45245e26851701cdf70e78008e3b18a3d..fcbec8ac134deadb942a09d7ba5d76c681b3a596 100644 (file)
@@ -172,6 +172,21 @@ config SYS_HYPERVISOR
        bool
        default n
 
+config GENERIC_CPU_DEVICES
+       bool
+       default n
+
 source "drivers/base/regmap/Kconfig"
 
+config DMA_SHARED_BUFFER
+       bool "Buffer framework to be shared between drivers"
+       default n
+       select ANON_INODES
+       depends on EXPERIMENTAL
+       help
+         This option enables the framework for buffer-sharing between
+         multiple drivers. A buffer is associated with a file using driver
+         APIs extension; the file's descriptor can then be passed on to other
+         driver.
+
 endmenu