diff options
author | David Howells <dhowells@redhat.com> | 2006-12-05 09:37:56 -0500 |
---|---|---|
committer | David Howells <dhowells@warthog.cambridge.redhat.com> | 2006-12-05 09:37:56 -0500 |
commit | 4c1ac1b49122b805adfa4efc620592f68dccf5db (patch) | |
tree | 87557f4bc2fd4fe65b7570489c2f610c45c0adcd /drivers/char/Kconfig | |
parent | c4028958b6ecad064b1a6303a6a5906d4fe48d73 (diff) | |
parent | d916faace3efc0bf19fe9a615a1ab8fa1a24cd93 (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
Conflicts:
drivers/infiniband/core/iwcm.c
drivers/net/chelsio/cxgb2.c
drivers/net/wireless/bcm43xx/bcm43xx_main.c
drivers/net/wireless/prism54/islpci_eth.c
drivers/usb/core/hub.h
drivers/usb/input/hid-core.c
net/core/netpoll.c
Fix up merge failures with Linus's head and fix new compilation failures.
Signed-Off-By: David Howells <dhowells@redhat.com>
Diffstat (limited to 'drivers/char/Kconfig')
-rw-r--r-- | drivers/char/Kconfig | 35 |
1 files changed, 1 insertions, 34 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index 2af12fc45115..24f922f12783 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig | |||
@@ -855,39 +855,6 @@ config TANBAC_TB0219 | |||
855 | depends TANBAC_TB022X | 855 | depends TANBAC_TB022X |
856 | select GPIO_VR41XX | 856 | select GPIO_VR41XX |
857 | 857 | ||
858 | menu "Ftape, the floppy tape device driver" | ||
859 | |||
860 | config FTAPE | ||
861 | tristate "Ftape (QIC-80/Travan) support" | ||
862 | depends on BROKEN_ON_SMP && (ALPHA || X86) | ||
863 | ---help--- | ||
864 | If you have a tape drive that is connected to your floppy | ||
865 | controller, say Y here. | ||
866 | |||
867 | Some tape drives (like the Seagate "Tape Store 3200" or the Iomega | ||
868 | "Ditto 3200" or the Exabyte "Eagle TR-3") come with a "high speed" | ||
869 | controller of their own. These drives (and their companion | ||
870 | controllers) are also supported if you say Y here. | ||
871 | |||
872 | If you have a special controller (such as the CMS FC-10, FC-20, | ||
873 | Mountain Mach-II, or any controller that is based on the Intel 82078 | ||
874 | FDC like the high speed controllers by Seagate and Exabyte and | ||
875 | Iomega's "Ditto Dash") you must configure it by selecting the | ||
876 | appropriate entries from the "Floppy tape controllers" sub-menu | ||
877 | below and possibly modify the default values for the IRQ and DMA | ||
878 | channel and the IO base in ftape's configuration menu. | ||
879 | |||
880 | If you want to use your floppy tape drive on a PCI-bus based system, | ||
881 | please read the file <file:drivers/char/ftape/README.PCI>. | ||
882 | |||
883 | The ftape kernel driver is also available as a runtime loadable | ||
884 | module. To compile this driver as a module, choose M here: the | ||
885 | module will be called ftape. | ||
886 | |||
887 | source "drivers/char/ftape/Kconfig" | ||
888 | |||
889 | endmenu | ||
890 | |||
891 | source "drivers/char/agp/Kconfig" | 858 | source "drivers/char/agp/Kconfig" |
892 | 859 | ||
893 | source "drivers/char/drm/Kconfig" | 860 | source "drivers/char/drm/Kconfig" |
@@ -994,7 +961,7 @@ config HPET | |||
994 | help | 961 | help |
995 | If you say Y here, you will have a miscdevice named "/dev/hpet/". Each | 962 | If you say Y here, you will have a miscdevice named "/dev/hpet/". Each |
996 | open selects one of the timers supported by the HPET. The timers are | 963 | open selects one of the timers supported by the HPET. The timers are |
997 | non-periodioc and/or periodic. | 964 | non-periodic and/or periodic. |
998 | 965 | ||
999 | config HPET_RTC_IRQ | 966 | config HPET_RTC_IRQ |
1000 | bool "HPET Control RTC IRQ" if !HPET_EMULATE_RTC | 967 | bool "HPET Control RTC IRQ" if !HPET_EMULATE_RTC |