diff options
author | Andres Salomon <dilinger@collabora.co.uk> | 2009-12-14 18:00:41 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-12-15 08:53:28 -0800 |
commit | c95d1e53ed89b75a4d7b68d1cbae4607b1479243 (patch) | |
tree | b82d2ef1e349a3da948fe4c7dbd56ebed0ad0e84 /drivers/misc | |
parent | f3a57a60d3e107d17aebb9e52b61c503e5bc14f9 (diff) | |
download | linux-c95d1e53ed89b75a4d7b68d1cbae4607b1479243.tar.gz linux-c95d1e53ed89b75a4d7b68d1cbae4607b1479243.tar.bz2 linux-c95d1e53ed89b75a4d7b68d1cbae4607b1479243.zip |
cs5535: drop the Geode-specific MFGPT/GPIO code
With generic modular drivers handling all of this stuff, the
geode-specific code can go away. The cs5535-gpio, cs5535-mfgpt, and
cs5535-clockevt drivers now handle this.
Signed-off-by: Andres Salomon <dilinger@collabora.co.uk>
Cc: Jordan Crouse <jordan@cosmicpenguin.net>
Cc: Ingo Molnar <mingo@elte.hu>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: john stultz <johnstul@us.ibm.com>
Cc: Chris Ball <cjb@laptop.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/misc')
-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 d6d6d846f0d6..59f4ba1b7034 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig @@ -189,7 +189,7 @@ config SGI_XP config CS5535_MFGPT tristate "CS5535/CS5536 Geode Multi-Function General Purpose Timer (MFGPT) support" - depends on PCI && !MGEODE_LX + depends on PCI depends on X86 default n help |