diff options
Diffstat (limited to 'drivers/hwspinlock/Kconfig')
-rw-r--r-- | drivers/hwspinlock/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/hwspinlock/Kconfig b/drivers/hwspinlock/Kconfig index 9dd8db46606b..eb4af28f8567 100644 --- a/drivers/hwspinlock/Kconfig +++ b/drivers/hwspinlock/Kconfig | |||
@@ -11,3 +11,12 @@ config HWSPINLOCK | |||
11 | coprocessors). | 11 | coprocessors). |
12 | 12 | ||
13 | If unsure, say N. | 13 | If unsure, say N. |
14 | |||
15 | config HWSPINLOCK_OMAP | ||
16 | tristate "OMAP Hardware Spinlock device" | ||
17 | depends on HWSPINLOCK && ARCH_OMAP4 | ||
18 | help | ||
19 | Say y here to support the OMAP Hardware Spinlock device (firstly | ||
20 | introduced in OMAP4). | ||
21 | |||
22 | If unsure, say N. | ||