Kconfig (334d0dd8b660557608142f0f77abc6812b48f08b) Kconfig (cff9494fadb09e851b66096e3fd6fc08721bd683)
1#
2# Character device configuration
3#
4
5menu "Character devices"
6
7config VT
8 bool "Virtual terminal" if EMBEDDED

--- 113 unchanged lines hidden (view full) ---

122 To compile this driver as a module, choose M here: the
123 module will be called rocket.
124
125 If you want to compile this driver into the kernel, say Y here. If
126 you don't have a Comtrol RocketPort/RocketModem card installed, say N.
127
128config CYCLADES
129 tristate "Cyclades async mux support"
1#
2# Character device configuration
3#
4
5menu "Character devices"
6
7config VT
8 bool "Virtual terminal" if EMBEDDED

--- 113 unchanged lines hidden (view full) ---

122 To compile this driver as a module, choose M here: the
123 module will be called rocket.
124
125 If you want to compile this driver into the kernel, say Y here. If
126 you don't have a Comtrol RocketPort/RocketModem card installed, say N.
127
128config CYCLADES
129 tristate "Cyclades async mux support"
130 depends on SERIAL_NONSTANDARD
130 depends on SERIAL_NONSTANDARD && (PCI || ISA)
131 ---help---
132 This driver supports Cyclades Z and Y multiserial boards.
133 You would need something like this to connect more than two modems to
134 your Linux box, for instance in order to become a dial-in server.
135
136 For information about the Cyclades-Z card, read
137 <file:drivers/char/README.cycladesZ>.
138

--- 927 unchanged lines hidden (view full) ---

1066 The telecom clock device is specific to the MPCBL0010 and MPCBL0050
1067 ATCA computers and allows direct userspace access to the
1068 configuration of the telecom clock configuration settings. This
1069 device is used for hardware synchronization across the ATCA backplane
1070 fabric. Upon loading, the driver exports a sysfs directory,
1071 /sys/devices/platform/telco_clock, with a number of files for
1072 controlling the behavior of this hardware.
1073
131 ---help---
132 This driver supports Cyclades Z and Y multiserial boards.
133 You would need something like this to connect more than two modems to
134 your Linux box, for instance in order to become a dial-in server.
135
136 For information about the Cyclades-Z card, read
137 <file:drivers/char/README.cycladesZ>.
138

--- 927 unchanged lines hidden (view full) ---

1066 The telecom clock device is specific to the MPCBL0010 and MPCBL0050
1067 ATCA computers and allows direct userspace access to the
1068 configuration of the telecom clock configuration settings. This
1069 device is used for hardware synchronization across the ATCA backplane
1070 fabric. Upon loading, the driver exports a sysfs directory,
1071 /sys/devices/platform/telco_clock, with a number of files for
1072 controlling the behavior of this hardware.
1073
1074config DEVPORT
1075 bool
1076 depends on !M68K
1077 depends on ISA || PCI
1078 default y
1079
1074endmenu
1075
1080endmenu
1081