cs5535-mfgpt: Simplify dependencies
authorJean Delvare <jdelvare@suse.de>
Fri, 7 Mar 2014 21:06:29 +0000 (22:06 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 9 Mar 2014 06:15:52 +0000 (22:15 -0800)
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>
drivers/misc/Kconfig

index 6cb388e8fb7d5ae9fa6783f5b2fad8337ddfef22..809afebe0dad4f4adadee901bcde042bbbba2cf2 100644 (file)
@@ -235,7 +235,7 @@ config SGI_XP
 
 config CS5535_MFGPT
        tristate "CS5535/CS5536 Geode Multi-Function General Purpose Timer (MFGPT) support"
-       depends on PCI && X86 && MFD_CS5535
+       depends on MFD_CS5535
        default n
        help
          This driver provides access to MFGPT functionality for other
This page took 0.027384 seconds and 5 git commands to generate.