ARM: at91: remove old AT91-specific drivers
[firefly-linux-kernel-4.4.55.git] / arch / mips / Kconfig
index 574c430006997427b564ef9bdeda2c16c3497279..f43aa536c517437bc6778d6adb1d9e0212effc8c 100644 (file)
@@ -29,6 +29,7 @@ config MIPS
        select GENERIC_ATOMIC64 if !64BIT
        select ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE
        select HAVE_DMA_ATTRS
+       select HAVE_DMA_CONTIGUOUS
        select HAVE_DMA_API_DEBUG
        select GENERIC_IRQ_PROBE
        select GENERIC_IRQ_SHOW
@@ -353,6 +354,7 @@ config MIPS_SEAD3
        bool "MIPS SEAD3 board"
        select BOOT_ELF32
        select BOOT_RAW
+       select BUILTIN_DTB
        select CEVT_R4K
        select CSRC_R4K
        select CSRC_GIC
@@ -742,6 +744,7 @@ config CAVIUM_OCTEON_SOC
        select ARCH_SPARSEMEM_ENABLE
        select SYS_SUPPORTS_SMP
        select NR_CPUS_DEFAULT_16
+       select BUILTIN_DTB
        help
          This option supports all of the Octeon reference boards from Cavium
          Networks. It builds a kernel that dynamically determines the Octeon
@@ -2063,6 +2066,7 @@ config MIPS_CPS
          support is unavailable.
 
 config MIPS_CPS_PM
+       depends on MIPS_CPS
        select MIPS_CPC
        bool
 
@@ -2482,6 +2486,9 @@ config USE_OF
        select OF_EARLY_FLATTREE
        select IRQ_DOMAIN
 
+config BUILTIN_DTB
+       bool
+
 endmenu
 
 config LOCKDEP_SUPPORT