diff options
author | Jean Delvare <jdelvare@suse.de> | 2014-03-07 16:06:29 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-03-09 01:15:52 -0500 |
commit | 0f78a11e24652bdc508f9b937faf7970c708f44f (patch) | |
tree | dd09d0c6c1153190e8031e41805acea1d37f417f | |
parent | 442d40a28ea8584771118b9af48127ef1d1ca9cb (diff) |
cs5535-mfgpt: Simplify dependencies
The bus and architecture dependencies are already on MFD_CS5535, so
there is no need to repeat them here.
Signed-off-by: Jean Delvare <jdelvare@suse.de>
Cc: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/misc/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index 6cb388e8fb7d..809afebe0dad 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig | |||
@@ -235,7 +235,7 @@ config SGI_XP | |||
235 | 235 | ||
236 | config CS5535_MFGPT | 236 | config CS5535_MFGPT |
237 | tristate "CS5535/CS5536 Geode Multi-Function General Purpose Timer (MFGPT) support" | 237 | tristate "CS5535/CS5536 Geode Multi-Function General Purpose Timer (MFGPT) support" |
238 | depends on PCI && X86 && MFD_CS5535 | 238 | depends on MFD_CS5535 |
239 | default n | 239 | default n |
240 | help | 240 | help |
241 | This driver provides access to MFGPT functionality for other | 241 | This driver provides access to MFGPT functionality for other |