summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrandon Philips <brandon@ifup.org>2008-04-14 19:45:33 -0700
committerStephen Rothwell <sfr@canb.auug.org.au>2008-04-15 19:16:12 +1000
commit54afd97d4f0a1b249e99a969077e2dbaedf73c6e (patch)
tree0e0ee257a445e984cb5cf57262756f1a8260938f
parent866637ec0458805aa0a977959cd3f81cfb761c76 (diff)
ldp-fix-1
> This is still a problem for s390 all{mod,yes}config as of yesterday: > > drivers/misc/aectc/aec_tc.c:75: error: implicit declaration of function 'ioread8' Oops. We probably need depends on PCI. Signed-off-by: Brandon Philips <bphilips@suse.de>
-rw-r--r--drivers/misc/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index 3f696e66d1c7..034880e3bdd6 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -368,6 +368,7 @@ config ME4000
config AECTC
tristate "AETC video timestamp device"
+ depends on PCI
default n
help
Provides support for something that needs to be documented here.