diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-11-16 11:22:09 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-11-16 11:22:09 +0000 |
commit | 49a22fcd95c11d786c6fd75d7e7bf2bf58bab57c (patch) | |
tree | 76cfd2f6e842c56abd011484855a2a95f5990604 | |
parent | 3020086be4aaa61cd9bb31b0096d0da80f3652ca (diff) | |
download | drakx-49a22fcd95c11d786c6fd75d7e7bf2bf58bab57c.tar drakx-49a22fcd95c11d786c6fd75d7e7bf2bf58bab57c.tar.gz drakx-49a22fcd95c11d786c6fd75d7e7bf2bf58bab57c.tar.bz2 drakx-49a22fcd95c11d786c6fd75d7e7bf2bf58bab57c.tar.xz drakx-49a22fcd95c11d786c6fd75d7e7bf2bf58bab57c.zip |
add bus/i2c (aka SMB Host controllers)
-rw-r--r-- | kernel/list_modules.pm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index da93dd316..b52a0fab4 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -109,6 +109,11 @@ our %l = ( { usb => [ qw(usb-uhci usb-ohci ehci-hcd uhci-hcd ohci-hcd) ], firewire => [ qw(ohci1394) ], + i2c => [ + qw(i2c-ali1535 i2c-ali1563 i2c-ali15x3 i2c-amd756 i2c-amd8111 i2c-i801 i2c-i810 i2c-nforce2), + qw(i2c-piix4 i2c-prosavage i2c-savage4 i2c-sis5595 i2c-sis630 i2c-sis96x i2c-via i2c-viapro i2c-voodoo3), + if_(arch() !~ /^ppc/, qw(i2c-hydra i2c-ibm_iic i2c-mpc)), + ], pcmcia => [ if_(arch() !~ /^sparc/, qw(i82365 i82092 pd6729 tcic yenta_socket)), # cb_enabler ], |