Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
linux
Commits
38d0c92c
Commit
38d0c92c
authored
Sep 15, 2003
by
Greg Kroah-Hartman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[PATCH] I2C: clean up the i2c bus Kconfig menu and help texts.
parent
9f6739a2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
39 additions
and
126 deletions
+39
-126
drivers/i2c/busses/Kconfig
drivers/i2c/busses/Kconfig
+39
-126
No files found.
drivers/i2c/busses/Kconfig
View file @
38d0c92c
...
@@ -5,7 +5,7 @@
...
@@ -5,7 +5,7 @@
menu "I2C Hardware Sensors Mainboard support"
menu "I2C Hardware Sensors Mainboard support"
config I2C_ALI1535
config I2C_ALI1535
tristate "
ALI 1535"
tristate "ALI 1535"
depends on I2C && PCI && EXPERIMENTAL
depends on I2C && PCI && EXPERIMENTAL
help
help
If you say yes to this option, support will be included for the SMB
If you say yes to this option, support will be included for the SMB
...
@@ -13,63 +13,41 @@ config I2C_ALI1535
...
@@ -13,63 +13,41 @@ config I2C_ALI1535
controller is part of the 7101 device, which is an ACPI-compliant
controller is part of the 7101 device, which is an ACPI-compliant
Power Management Unit (PMU).
Power Management Unit (PMU).
This can also be built as a module. If so, the module will be
This driver can also be built as a module. If so, the module
called i2c-ali1535.
will be called i2c-ali1535.
You will also need the latest user-space utilties: you can find them
in the lm_sensors package, which you can download at
http://www.lm-sensors.nu
config I2C_ALI15X3
config I2C_ALI15X3
tristate "
ALI 15x3"
tristate "ALI 15x3"
depends on I2C && PCI && EXPERIMENTAL
depends on I2C && PCI && EXPERIMENTAL
help
help
If you say yes to this option, support will be included for the
If you say yes to this option, support will be included for the
Acer Labs Inc. (ALI) M1514 and M1543 motherboard I2C interfaces.
Acer Labs Inc. (ALI) M1514 and M1543 motherboard I2C interfaces.
This can also be built as a module. If so, the module will be
This driver can also be built as a module. If so, the module
called i2c-ali15x3.
will be called i2c-ali15x3.
You will also need the latest user-space utilties: you can find them
in the lm_sensors package, which you can download at
http://www.lm-sensors.nu
config I2C_AMD756
config I2C_AMD756
tristate "
AMD 756/766"
tristate "AMD 756/766"
depends on I2C && EXPERIMENTAL
depends on I2C && EXPERIMENTAL
help
help
If you say yes to this option, support will be included for the AMD
If you say yes to this option, support will be included for the AMD
756/766/768 mainboard I2C interfaces.
756/766/768 mainboard I2C interfaces.
This can also be built as a module which can be inserted and removed
This driver can also be built as a module. If so, the module
while the kernel is running. If you want to compile it as a module,
will be called i2c-amd756.
say M here and read <file:Documentation/modules.txt>.
The module will be called i2c-amd756.
You will also need the latest user-space utilties: you can find them
in the lm_sensors package, which you can download at
http://www.lm-sensors.nu
config I2C_AMD8111
config I2C_AMD8111
tristate "
AMD 8111"
tristate "AMD 8111"
depends on I2C && EXPERIMENTAL
depends on I2C && EXPERIMENTAL
help
help
If you say yes to this option, support will be included for the AMD
If you say yes to this option, support will be included for the AMD
8111 mainboard I2C interfaces.
8111 mainboard I2C interfaces.
This can also be built as a module which can be inserted and removed
This driver can also be built as a module. If so, the module
while the kernel is running. If you want to compile it as a module,
will be called i2c-amd8111.
say M here and read <file:Documentation/modules.txt>.
The module will be called i2c-amd8111.
You will also need the latest user-space utilties: you can find them
in the lm_sensors package, which you can download at
http://www.lm-sensors.nu
config I2C_I801
config I2C_I801
tristate "
Intel 801"
tristate "Intel 801"
depends on I2C && PCI && EXPERIMENTAL
depends on I2C && PCI && EXPERIMENTAL
help
help
If you say yes to this option, support will be included for the Intel
If you say yes to this option, support will be included for the Intel
...
@@ -81,53 +59,31 @@ config I2C_I801
...
@@ -81,53 +59,31 @@ config I2C_I801
82801CA/CAM
82801CA/CAM
82801DB
82801DB
This can also be built as a module which can be inserted and removed
This driver can also be built as a module. If so, the module
while the kernel is running. If you want to compile it as a module,
will be called i2c-i801.
say M here and read <file:Documentation/modules.txt>.
The module will be called i2c-i801.
You will also need the latest user-space utilties: you can find them
in the lm_sensors package, which you can download at
http://www.lm-sensors.nu
config I2C_ISA
config I2C_ISA
tristate "
ISA Bus support"
tristate "ISA Bus support"
depends on I2C && ISA && EXPERIMENTAL
depends on I2C && ISA && EXPERIMENTAL
help
help
If you say yes to this option, support will be included for i2c
If you say yes to this option, support will be included for i2c
interfaces that are on the ISA bus.
interfaces that are on the ISA bus.
This can also be built as a module which can be inserted and removed
This driver can also be built as a module. If so, the module
while the kernel is running. If you want to compile it as a module,
will be called i2c-isa.
say M here and read <file:Documentation/modules.txt>.
The module will be called i2c-isa.
You will also need the latest user-space utilties: you can find them
in the lm_sensors package, which you can download at
http://www.lm-sensors.nu
config I2C_NFORCE2
config I2C_NFORCE2
tristate "
Nvidia Nforce2"
tristate "Nvidia Nforce2"
depends on I2C && PCI && EXPERIMENTAL
depends on I2C && PCI && EXPERIMENTAL
help
help
If you say yes to this option, support will be included for the Nvidia
If you say yes to this option, support will be included for the Nvidia
Nforce2 family of mainboard I2C interfaces.
Nforce2 family of mainboard I2C interfaces.
This can also be built as a module which can be inserted and removed
This driver can also be built as a module. If so, the module
while the kernel is running. If you want to compile it as a module,
will be called i2c-nforce2.
say M here and read <file:Documentation/modules.txt>.
The module will be called i2c-nforce2.
You will also need the latest user-space utilties: you can find them
in the lm_sensors package, which you can download at
http://www.lm-sensors.nu
config I2C_PIIX4
config I2C_PIIX4
tristate "
Intel PIIX4"
tristate "Intel PIIX4"
depends on I2C && PCI && EXPERIMENTAL
depends on I2C && PCI && EXPERIMENTAL
help
help
If you say yes to this option, support will be included for the Intel
If you say yes to this option, support will be included for the Intel
...
@@ -139,52 +95,31 @@ config I2C_PIIX4
...
@@ -139,52 +95,31 @@ config I2C_PIIX4
Serverworks CSB5
Serverworks CSB5
SMSC Victory66
SMSC Victory66
This can also be built as a module which can be inserted and removed
This driver can also be built as a module. If so, the module
while the kernel is running. If you want to compile it as a module,
will be called i2c-piix4.
say M here and read <file:Documentation/modules.txt>.
The module will be called i2c-piix4.
You will also need the latest user-space utilties: you can find them
in the lm_sensors package, which you can download at
http://www.lm-sensors.nu
config I2C_SIS5595
config I2C_SIS5595
tristate "
Sis
5595"
tristate "
SiS
5595"
depends on I2C && PCI && EXPERIMENTAL
depends on I2C && PCI && EXPERIMENTAL
help
help
If you say yes to this option, support will be included for the
If you say yes to this option, support will be included for the
SiS5595 SMBus (a subset of I2C) interface.
SiS5595 SMBus (a subset of I2C) interface.
This can also be built as a module which can be inserted and removed
This driver can also be built as a module. If so, the module
while the kernel is running. If you want to compile it as a module,
will be called i2c-sis5595.
say M here and read <file:Documentation/modules.txt>.
The module will be called i2c-sis5595.
You will also need the latest user-space utilties: you can find them
in the lm_sensors package, which you can download at
http://www.lm-sensors.nu
config I2C_SIS630
config I2C_SIS630
tristate "
Sis
630"
tristate "
SiS
630"
depends on I2C && PCI && EXPERIMENTAL
depends on I2C && PCI && EXPERIMENTAL
help
help
If you say yes to this option, support will be included for the
If you say yes to this option, support will be included for the
SiS630 SMBus (a subset of I2C) interface.
SiS630 SMBus (a subset of I2C) interface.
This can also be built as a module which can be inserted and removed
This driver can also be built as a module. If so, the module
while the kernel is running. If you want to compile it as a module,
will be called i2c-sis630.
say M here and read <file:Documentation/modules.txt>.
The module will be called i2c-sis630.
You will also need the latest user-space utilties: you can find them
in the lm_sensors package, which you can download at
http://www.lm-sensors.nu
config I2C_SIS96X
config I2C_SIS96X
tristate "
SiS 96x"
tristate "SiS 96x"
depends on I2C && PCI && EXPERIMENTAL
depends on I2C && PCI && EXPERIMENTAL
help
help
If you say yes to this option, support will be included for the SiS
If you say yes to this option, support will be included for the SiS
...
@@ -197,36 +132,22 @@ config I2C_SIS96X
...
@@ -197,36 +132,22 @@ config I2C_SIS96X
650/961
650/961
735
735
This can also be built as a module which can be inserted and removed
This driver can also be built as a module. If so, the module
while the kernel is running. If you want to compile it as a module,
will be called i2c-sis96x.
say M here and read <file:Documentation/modules.txt>.
The module will be called i2c-sis96x.
You will also need the latest user-space utilties: you can find them
in the lm_sensors package, which you can download at
http://www.lm-sensors.nu
config I2C_VIA
config I2C_VIA
tristate "
VIA 82C58B"
tristate "VIA 82C58B"
depends on I2C && PCI && EXPERIMENTAL
depends on I2C && PCI && EXPERIMENTAL
help
help
If you say yes to this option, support will be included for the VIA
If you say yes to this option, support will be included for the VIA
82C586B I2C interface
82C586B I2C interface
This can also be built as a module which can be inserted and removed
This driver can also be built as a module. If so, the module
while the kernel is running. If you want to compile it as a module,
will be called i2c-via.
say M here and read <file:Documentation/modules.txt>.
The module will be called i2c-via.
You will also need the latest user-space utilties: you can find them
in the lm_sensors package, which you can download at
http://www.lm-sensors.nu
config I2C_VIAPRO
config I2C_VIAPRO
tristate "
VIA 82C596/82C686/823x"
tristate "VIA 82C596/82C686/823x"
depends on I2C && PCI && EXPERIMENTAL
depends on I2C && PCI && EXPERIMENTAL
help
help
...
@@ -240,15 +161,7 @@ config I2C_VIAPRO
...
@@ -240,15 +161,7 @@ config I2C_VIAPRO
8233A
8233A
8235
8235
This can also be built as a module which can be inserted and removed
This driver can also be built as a module. If so, the module
while the kernel is running. If you want to compile it as a module,
will be called i2c-viapro.
say M here and read <file:Documentation/modules.txt>.
The module will be called i2c-viapro.
You will also need the latest user-space utilties: you can find them
in the lm_sensors package, which you can download at
http://www.lm-sensors.nu
endmenu
endmenu
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment