diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2007-02-09 11:05:42 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-02-09 11:28:48 -0500 |
commit | 9f3bed5fdb5dbe963fc2c54e7709da96823c404d (patch) | |
tree | 03b142d53bd96d50a63deeaa0d3fe5f725ffbb65 /drivers/misc/Kconfig | |
parent | ccbe48f76194b8524d6a8b239a70015245fecbc6 (diff) |
[PATCH] TIFM should depend on PCI - TIFM_CORE leads to use of pci primitives
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/misc/Kconfig')
-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 89bba277da5f..bedae4ad3f74 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig | |||
@@ -42,7 +42,7 @@ config SGI_IOC4 | |||
42 | 42 | ||
43 | config TIFM_CORE | 43 | config TIFM_CORE |
44 | tristate "TI Flash Media interface support (EXPERIMENTAL)" | 44 | tristate "TI Flash Media interface support (EXPERIMENTAL)" |
45 | depends on EXPERIMENTAL | 45 | depends on EXPERIMENTAL && PCI |
46 | help | 46 | help |
47 | If you want support for Texas Instruments(R) Flash Media adapters | 47 | If you want support for Texas Instruments(R) Flash Media adapters |
48 | you should select this option and then also choose an appropriate | 48 | you should select this option and then also choose an appropriate |