Commit cb83d9f7 authored by Philip A. Prindeville's avatar Philip A. Prindeville Committed by Greg Kroah-Hartman

geode: reflect mfgpt dependency on mfd

commit 703f03c8 upstream.

As stated in drivers/mfd/cs5535-mfd.c, the mfd driver exposes the BARs
which then make the GPIO, MFGPT, ACPI, etc.  all visible to the system.

So the dependencies of the MFGPT stuff have changed, and most people
expect Kconfig to bring in the necessary dependencies.  Without them, the
module fails to load and most people don't understand why because the
details of the rewrite aren't captured anywhere most people who know to
look.

This dependency needs to be reflected in Kconfig.
Signed-off-by: default avatarPhilip A. Prindeville <philipp@redfish-solutions.com>
Acked-by: default avatarAlexandros C. Couloumbis <alex@ozo.com>
Acked-by: default avatarAndres Salomon <dilinger@queued.net>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 4d555303
...@@ -245,8 +245,7 @@ config SGI_XP ...@@ -245,8 +245,7 @@ config SGI_XP
config CS5535_MFGPT config CS5535_MFGPT
tristate "CS5535/CS5536 Geode Multi-Function General Purpose Timer (MFGPT) support" tristate "CS5535/CS5536 Geode Multi-Function General Purpose Timer (MFGPT) support"
depends on PCI depends on PCI && X86 && MFD_CS5535
depends on X86
default n default n
help help
This driver provides access to MFGPT functionality for other This driver provides access to MFGPT functionality for other
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment