diff options
author | Jean Delvare <khali@linux-fr.org> | 2011-05-25 14:43:32 -0400 |
---|---|---|
committer | Jean Delvare <khali@endymion.delvare> | 2011-05-25 14:43:32 -0400 |
commit | 9854f971f2f5ef0c593c8ed7c09f5f999cfeeb5d (patch) | |
tree | fa3b443920d85c5a6741bc1197deb1bb37e3cb8d /drivers/hwmon | |
parent | 774466add7c810fd7e4c8bcf41995b6799608880 (diff) |
hwmon: (asc7621) Drop duplicate dependency
The config SENSORS_ASC7621 entry is inside an if HWMON / endif block,
so it already depends on HWMON.
Signed-off-by: Jean Delvare <khali@linux-fr.org>
Acked-by: Guenter Roeck <guenter.roeck@ericsson.com>
Diffstat (limited to 'drivers/hwmon')
-rw-r--r-- | drivers/hwmon/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/hwmon/Kconfig b/drivers/hwmon/Kconfig index 567dfae94bbc..9ebdb0da7f7c 100644 --- a/drivers/hwmon/Kconfig +++ b/drivers/hwmon/Kconfig | |||
@@ -213,7 +213,7 @@ config SENSORS_ADT7475 | |||
213 | 213 | ||
214 | config SENSORS_ASC7621 | 214 | config SENSORS_ASC7621 |
215 | tristate "Andigilog aSC7621" | 215 | tristate "Andigilog aSC7621" |
216 | depends on HWMON && I2C | 216 | depends on I2C |
217 | help | 217 | help |
218 | If you say yes here you get support for the aSC7621 | 218 | If you say yes here you get support for the aSC7621 |
219 | family of SMBus sensors chip found on most Intel X38, X48, X58, | 219 | family of SMBus sensors chip found on most Intel X38, X48, X58, |