diff options
Diffstat (limited to 'drivers/char/Kconfig')
-rw-r--r-- | drivers/char/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index 2d854bb9373e..650e6b44ce65 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig | |||
@@ -649,6 +649,14 @@ config HVCS | |||
649 | which will also be compiled when this driver is built as a | 649 | which will also be compiled when this driver is built as a |
650 | module. | 650 | module. |
651 | 651 | ||
652 | config IBM_BSR | ||
653 | tristate "IBM POWER Barrier Synchronization Register support" | ||
654 | depends on PPC_PSERIES | ||
655 | help | ||
656 | This devices exposes a hardware mechanism for fast synchronization | ||
657 | of threads across a large system which avoids bouncing a cacheline | ||
658 | between several cores on a system | ||
659 | |||
652 | source "drivers/char/ipmi/Kconfig" | 660 | source "drivers/char/ipmi/Kconfig" |
653 | 661 | ||
654 | config DS1620 | 662 | config DS1620 |