diff options
Diffstat (limited to 'drivers/char/Kconfig')
-rw-r--r-- | drivers/char/Kconfig | 20 |
1 files changed, 14 insertions, 6 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index 595a925c62a9..650e6b44ce65 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig | |||
@@ -118,8 +118,8 @@ config COMPUTONE | |||
118 | order to become a dial-in server. If you have a card like that, say | 118 | order to become a dial-in server. If you have a card like that, say |
119 | Y here and read <file:Documentation/computone.txt>. | 119 | Y here and read <file:Documentation/computone.txt>. |
120 | 120 | ||
121 | To compile this driver as modules, choose M here: the | 121 | To compile this driver as module, choose M here: the |
122 | modules will be called ip2 and ip2main. | 122 | module will be called ip2. |
123 | 123 | ||
124 | config ROCKETPORT | 124 | config ROCKETPORT |
125 | tristate "Comtrol RocketPort support" | 125 | tristate "Comtrol RocketPort support" |
@@ -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 |
@@ -749,7 +757,7 @@ config NVRAM | |||
749 | if RTC_LIB=n | 757 | if RTC_LIB=n |
750 | 758 | ||
751 | config RTC | 759 | config RTC |
752 | tristate "Enhanced Real Time Clock Support" | 760 | tristate "Enhanced Real Time Clock Support (legacy PC RTC driver)" |
753 | depends on !PPC && !PARISC && !IA64 && !M68K && !SPARC && !FRV \ | 761 | depends on !PPC && !PARISC && !IA64 && !M68K && !SPARC && !FRV \ |
754 | && !ARM && !SUPERH && !S390 && !AVR32 | 762 | && !ARM && !SUPERH && !S390 && !AVR32 |
755 | ---help--- | 763 | ---help--- |
@@ -1036,9 +1044,9 @@ config HPET | |||
1036 | non-periodic and/or periodic. | 1044 | non-periodic and/or periodic. |
1037 | 1045 | ||
1038 | config HPET_RTC_IRQ | 1046 | config HPET_RTC_IRQ |
1039 | bool "HPET Control RTC IRQ" if !HPET_EMULATE_RTC | 1047 | bool |
1040 | default n | 1048 | default HPET_EMULATE_RTC |
1041 | depends on HPET | 1049 | depends on RTC && HPET |
1042 | help | 1050 | help |
1043 | If you say Y here, you will disable RTC_IRQ in drivers/char/rtc.c. It | 1051 | If you say Y here, you will disable RTC_IRQ in drivers/char/rtc.c. It |
1044 | is assumed the platform called hpet_alloc with the RTC IRQ values for | 1052 | is assumed the platform called hpet_alloc with the RTC IRQ values for |