mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-01 22:25:20 +02:00
882adee49e
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@27492 3c298f89-4303-0410-b956-a3cf2f4a3e73
13 lines
353 B
Diff
13 lines
353 B
Diff
--- a/drivers/misc/Kconfig
|
|
+++ b/drivers/misc/Kconfig
|
|
@@ -224,8 +224,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_CS5536
|
|
default n
|
|
help
|
|
This driver provides access to MFGPT functionality for other
|