diff options
author | Thomas Backlund <tmb@mageia.org> | 2019-05-04 19:23:15 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2019-05-04 19:23:15 +0300 |
commit | c5f9a071c0608269ee5575aa1a9302bd5f5a4afc (patch) | |
tree | 4fa4c36bee76027397c3be55100c0ee345e0fba6 /kernel | |
parent | 761bb5a67966c35ca18b36bec0a3d8efacd46e2d (diff) | |
download | drakx-c5f9a071c0608269ee5575aa1a9302bd5f5a4afc.tar drakx-c5f9a071c0608269ee5575aa1a9302bd5f5a4afc.tar.gz drakx-c5f9a071c0608269ee5575aa1a9302bd5f5a4afc.tar.bz2 drakx-c5f9a071c0608269ee5575aa1a9302bd5f5a4afc.tar.xz drakx-c5f9a071c0608269ee5575aa1a9302bd5f5a4afc.zip |
add AMD PCIe MP2 I2C detection
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/list_modules.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/list_modules.pm b/kernel/list_modules.pm index 71340dfce..100f7fd39 100644 --- a/kernel/list_modules.pm +++ b/kernel/list_modules.pm @@ -166,7 +166,7 @@ our %l = ( i2c => [ qw(i2c_algo_bit i2c-ali1535 i2c-ali1563 i2c-ali15x3 i2c-amd756 i2c-amd8111 i2c-i801 i2c-i810 i2c_designware_platform i2c-nforce2), qw(i2c-piix4 i2c-prosavage i2c-savage4 i2c-sis5595 i2c-sis630 i2c-sis96x i2c_smbus i2c-via i2c-viapro i2c-voodoo3), - qw(i2c-hydra i2c-ibm_iic i2c-mpc), + qw(i2c-hydra i2c-ibm_iic i2c-mpc i2c-amd-mp2-pci i2c-amd-mp2-plat), ], pcmcia => [ qw(au1x00_ss i82365 i82092 pd6729 tcic vrc4171_card vrc4173_cardu yenta_socket), # cb_enabler |