mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-02 18:20:37 +02:00
13 lines
456 B
Diff
13 lines
456 B
Diff
|
--- linux-2.6.39.2/drivers/misc/Kconfig.orig 2011-06-23 16:06:00.000000000 -0600
|
||
|
+++ linux-2.6.39.2/drivers/misc/Kconfig 2011-07-02 21:10:01.000000000 -0600
|
||
|
@@ -232,8 +232,7 @@ config SGI_XP
|
||
|
|
||
|
config CS5535_MFGPT
|
||
|
tristate "CS5535/CS5536 Geode Multi-Function General Purpose Timer (MFGPT) support"
|
||
|
- depends on PCI
|
||
|
- depends on X86
|
||
|
+ depends on PCI && X86 && MFD_CS5535
|
||
|
default n
|
||
|
help
|
||
|
This driver provides access to MFGPT functionality for other
|