diff options
author | Dave Airlie <airlied@redhat.com> | 2012-01-13 04:05:14 -0500 |
---|---|---|
committer | Dave Airlie <airlied@redhat.com> | 2012-01-13 04:05:14 -0500 |
commit | 3b32a592ea6e49145d4dc610b85dd9042226896d (patch) | |
tree | 92dee3fcfc067390527bd7909a37ff8b223ac57c | |
parent | 642ce5251b4fefdb8f2a55396707b8fa9f953e05 (diff) |
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>
-rw-r--r-- | drivers/base/Kconfig | 2 |
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 | |||
179 | source "drivers/base/regmap/Kconfig" | 179 | source "drivers/base/regmap/Kconfig" |
180 | 180 | ||
181 | config DMA_SHARED_BUFFER | 181 | config DMA_SHARED_BUFFER |
182 | bool "Buffer framework to be shared between drivers" | 182 | bool |
183 | default n | 183 | default n |
184 | select ANON_INODES | 184 | select ANON_INODES |
185 | depends on EXPERIMENTAL | 185 | depends on EXPERIMENTAL |