aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2005-09-15 04:52:34 -0400
committerRalf Baechle <ralf@linux-mips.org>2005-10-29 14:32:22 -0400
commit61ed242d7e9d96dfb2e2f37058f5c822e5c6ca55 (patch)
tree659a2c39c1bb5dd1f720b713723037c1bdf8da7a /arch/mips/Kconfig
parent587cb98f368de7ea4382a6ca99847113fbbeea91 (diff)
Use ARCH_MAY_HAVE_PC_FDC where needed.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index dc5c629af106..bca73426b6f1 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -72,6 +72,7 @@ config MACH_JAZZ
72 bool "Support for the Jazz family of machines" 72 bool "Support for the Jazz family of machines"
73 select ARC 73 select ARC
74 select ARC32 74 select ARC32
75 select ARCH_MAY_HAVE_PC_FDC
75 select GENERIC_ISA_DMA 76 select GENERIC_ISA_DMA
76 select I8259 77 select I8259
77 select ISA 78 select ISA
@@ -358,6 +359,7 @@ config MIPS_ATLAS
358 359
359config MIPS_MALTA 360config MIPS_MALTA
360 bool "Support for MIPS Malta board" 361 bool "Support for MIPS Malta board"
362 select ARCH_MAY_HAVE_PC_FDC
361 select BOOT_ELF32 363 select BOOT_ELF32
362 select HAVE_STD_PC_SERIAL_PORT 364 select HAVE_STD_PC_SERIAL_PORT
363 select DMA_NONCOHERENT 365 select DMA_NONCOHERENT
@@ -825,6 +827,7 @@ config SNI_RM200_PCI
825 bool "Support for SNI RM200 PCI" 827 bool "Support for SNI RM200 PCI"
826 select ARC 828 select ARC
827 select ARC32 829 select ARC32
830 select ARCH_MAY_HAVE_PC_FDC
828 select BOOT_ELF32 831 select BOOT_ELF32
829 select DMA_NONCOHERENT 832 select DMA_NONCOHERENT
830 select GENERIC_ISA_DMA 833 select GENERIC_ISA_DMA
@@ -884,6 +887,9 @@ config ARC
884 depends on SNI_RM200_PCI || SGI_IP32 || SGI_IP27 || SGI_IP22 || MIPS_MAGNUM_4000 || OLIVETTI_M700 || ACER_PICA_61 887 depends on SNI_RM200_PCI || SGI_IP32 || SGI_IP27 || SGI_IP22 || MIPS_MAGNUM_4000 || OLIVETTI_M700 || ACER_PICA_61
885 default y 888 default y
886 889
890config ARCH_MAY_HAVE_PC_FDC
891 bool
892
887config DMA_COHERENT 893config DMA_COHERENT
888 bool 894 bool
889 895