aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2012-01-13 09:05:14 +0000
committerDave Airlie <airlied@redhat.com>2012-01-13 09:05:14 +0000
commit3b32a592ea6e49145d4dc610b85dd9042226896d (patch)
tree92dee3fcfc067390527bd7909a37ff8b223ac57c /drivers/base
parentradeon: Call pci_clear_master() instead of open-coding it. (diff)
downloadlinux-dev-3b32a592ea6e49145d4dc610b85dd9042226896d.tar.xz
linux-dev-3b32a592ea6e49145d4dc610b85dd9042226896d.zip
dma-buf: drop option text so users don't select it.
This is going to be used by other subsystems so they should select it. Signed-off-by: Dave Airlie <airlied@redhat.com>
Diffstat (limited to 'drivers/base')
-rw-r--r--drivers/base/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/base/Kconfig b/drivers/base/Kconfig
index fcbec8ac134d..7be9f79018e9 100644
--- a/drivers/base/Kconfig
+++ b/drivers/base/Kconfig
@@ -179,7 +179,7 @@ config GENERIC_CPU_DEVICES
source "drivers/base/regmap/Kconfig"
config DMA_SHARED_BUFFER
- bool "Buffer framework to be shared between drivers"
+ bool
default n
select ANON_INODES
depends on EXPERIMENTAL