From 4d35d90501ecefde42aa568ca6b2aabba62ad551 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Thu, 15 Sep 2005 08:52:34 +0000 Subject: [PATCH] --- yaml --- r: 11223 b: refs/heads/master c: 61ed242d7e9d96dfb2e2f37058f5c822e5c6ca55 h: refs/heads/master i: 11221: 0f0b5398093cfdee0d39bdbbcd0fd92383535084 11219: 51a1b95091fe85fa0520abccbc76132b36bc1fc8 11215: 01a90baef6d14be2e2709aceceff657f127e668f v: v3 --- [refs] | 2 +- trunk/arch/mips/Kconfig | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 8844c56ea87a..0b95c5f4734b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 587cb98f368de7ea4382a6ca99847113fbbeea91 +refs/heads/master: 61ed242d7e9d96dfb2e2f37058f5c822e5c6ca55 diff --git a/trunk/arch/mips/Kconfig b/trunk/arch/mips/Kconfig index dc5c629af106..bca73426b6f1 100644 --- a/trunk/arch/mips/Kconfig +++ b/trunk/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