2
0
mirror of https://github.com/lm-sensors/lm-sensors synced 2025-08-30 22:05:11 +00:00

i2c-amd756-s4882 can be built as a module or in the kernel.

git-svn-id: http://lm-sensors.org/svn/lm-sensors/trunk@2841 7894878c-1315-0410-8ee3-d5d059ff63e0
This commit is contained in:
Jean Delvare
2005-01-10 19:33:45 +00:00
parent b81a5eb391
commit d3b835fea3

View File

@@ -886,7 +886,7 @@ sub gen_drivers_i2c_Config_in
dep_tristate ' Apple Hydra Mac I/O' CONFIG_I2C_HYDRA $CONFIG_I2C_ALGOBIT
dep_tristate ' AMD 756/766/768/8111 and nVidia nForce' CONFIG_I2C_AMD756 $CONFIG_I2C
if [ "$CONFIG_I2C_AMD756" != "n" ]; then
dep_mbool ' SMBus multiplexing on the Tyan S4882' CONFIG_I2C_AMD756_S4882 $CONFIG_I2C_AMD756
dep_tristate ' SMBus multiplexing on the Tyan S4882' CONFIG_I2C_AMD756_S4882 $CONFIG_I2C_AMD756
fi
dep_tristate ' AMD 8111 SMBus 2.0' CONFIG_I2C_AMD8111 $CONFIG_I2C
if [ "$CONFIG_ALPHA" = "y" ]; then