aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/Kconfig
diff options
context:
space:
mode:
authorJohn Stultz <john.stultz@linaro.org>2013-06-04 09:30:47 -0700
committerJohn Stultz <john.stultz@linaro.org>2013-06-04 09:30:47 -0700
commit3295f8b638e0b79e4e690038c8925a7b8715b441 (patch)
treedf38cbc3806a23f540a6c104345f7e92e9881f2a /drivers/base/Kconfig
parentdf7068048bd0e0224ef9bbd408633c9238d103f2 (diff)
Now that the sync driver is upstream in staging, remove the identical AOSP version from drivers/base. Signed-off-by: John Stultz <john.stultz@linaro.org>
Diffstat (limited to 'drivers/base/Kconfig')
-rw-r--r--drivers/base/Kconfig26
1 files changed, 0 insertions, 26 deletions
diff --git a/drivers/base/Kconfig b/drivers/base/Kconfig
index b1f8ee1b1a82..07abd9d76f7f 100644
--- a/drivers/base/Kconfig
+++ b/drivers/base/Kconfig
@@ -292,30 +292,4 @@ config CMA_AREAS
endif
-config SYNC
- bool "Synchronization framework"
- default n
- select ANON_INODES
- help
- This option enables the framework for synchronization between multiple
- drivers. Sync implementations can take advantage of hardware
- synchronization built into devices like GPUs.
-
-config SW_SYNC
- bool "Software synchronization objects"
- default n
- depends on SYNC
- help
- A sync object driver that uses a 32bit counter to coordinate
- syncrhronization. Useful when there is no hardware primitive backing
- the synchronization.
-
-config SW_SYNC_USER
- bool "Userspace API for SW_SYNC"
- default n
- depends on SW_SYNC
- help
- Provides a user space API to the sw sync object.
- *WARNING* improper use of this can result in deadlocking kernel
- drivers from userspace.
endmenu