From d3b835fea3f94e16001e5da0a6482b634f8072f3 Mon Sep 17 00:00:00 2001 From: Jean Delvare Date: Mon, 10 Jan 2005 19:33:45 +0000 Subject: [PATCH] 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 --- mkpatch/mkpatch.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkpatch/mkpatch.pl b/mkpatch/mkpatch.pl index 352ea55a..5506fa5f 100755 --- a/mkpatch/mkpatch.pl +++ b/mkpatch/mkpatch.pl @@ -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