diff options
author | Al Viro <viro@www.linux.org.uk> | 2005-08-23 22:45:31 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-08-23 18:43:41 -0700 |
commit | c3a0f7718c84737440a621f6a8600f2e7b896a44 (patch) | |
tree | a699962cd7c8a8ee4047566a6cd9f80f305c22af /arch | |
parent | 897874fa9c58898767f081e12d70a1855b66331d (diff) | |
download | linux-3.10-c3a0f7718c84737440a621f6a8600f2e7b896a44.tar.gz linux-3.10-c3a0f7718c84737440a621f6a8600f2e7b896a44.tar.bz2 linux-3.10-c3a0f7718c84737440a621f6a8600f2e7b896a44.zip |
[PATCH] Kconfig fix (PCI on m32r)
PCI support is broken on m32r (pci_map_... missing, etc.); marked as such
Signed-off-by: Al Viro <viro@parcelfarce.linux.theplanet.co.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/m32r/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/m32r/Kconfig b/arch/m32r/Kconfig index de4ade5187b..7622d4ec5f0 100644 --- a/arch/m32r/Kconfig +++ b/arch/m32r/Kconfig @@ -286,6 +286,7 @@ menu "Bus options (PCI, PCMCIA, EISA, MCA, ISA)" config PCI bool "PCI support" + depends on BROKEN default n help Find out whether you have a PCI motherboard. PCI is the name of a |