summaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorRalf Baechle2005-09-15 10:52:34 +0200
committerRalf Baechle2005-10-29 20:32:22 +0200
commit61ed242d7e9d96dfb2e2f37058f5c822e5c6ca55 (patch)
tree659a2c39c1bb5dd1f720b713723037c1bdf8da7a /arch/mips/Kconfig
parentGCC bulletproofing: __mips64 is only defined when compiling for 64-bit (diff)
downloadkernel-qcow2-linux-61ed242d7e9d96dfb2e2f37058f5c822e5c6ca55.tar.gz
kernel-qcow2-linux-61ed242d7e9d96dfb2e2f37058f5c822e5c6ca55.tar.xz
kernel-qcow2-linux-61ed242d7e9d96dfb2e2f37058f5c822e5c6ca55.zip
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
bool "Support for the Jazz family of machines"
select ARC
select ARC32
+ select ARCH_MAY_HAVE_PC_FDC
select GENERIC_ISA_DMA
select I8259
select ISA
@@ -358,6 +359,7 @@ config MIPS_ATLAS
config MIPS_MALTA
bool "Support for MIPS Malta board"
+ select ARCH_MAY_HAVE_PC_FDC
select BOOT_ELF32
select HAVE_STD_PC_SERIAL_PORT
select DMA_NONCOHERENT
@@ -825,6 +827,7 @@ config SNI_RM200_PCI
bool "Support for SNI RM200 PCI"
select ARC
select ARC32
+ select ARCH_MAY_HAVE_PC_FDC
select BOOT_ELF32
select DMA_NONCOHERENT
select GENERIC_ISA_DMA
@@ -884,6 +887,9 @@ config ARC
depends on SNI_RM200_PCI || SGI_IP32 || SGI_IP27 || SGI_IP22 || MIPS_MAGNUM_4000 || OLIVETTI_M700 || ACER_PICA_61
default y
+config ARCH_MAY_HAVE_PC_FDC
+ bool
+
config DMA_COHERENT
bool