Merge tag 'soc-dt-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
[linux-block.git] / arch / arm / Kconfig
index 1b158bbab29a40e7843a7f66e7e1b8256a380873..7a27550ff3c1f81784e79d5202d492a9355a8329 100644 (file)
@@ -127,6 +127,7 @@ config ARM
        select HAVE_VIRT_CPU_ACCOUNTING_GEN
        select HOTPLUG_CORE_SYNC_DEAD if HOTPLUG_CPU
        select IRQ_FORCED_THREADING
+       select LOCK_MM_AND_FIND_VMA
        select MODULES_USE_ELF_REL
        select NEED_DMA_MAP_STATE
        select OF_EARLY_FLATTREE if OF
@@ -1462,6 +1463,9 @@ config USE_OF
        help
          Include support for flattened device tree machine descriptions.
 
+config ARCH_WANT_FLAT_DTB_INSTALL
+       def_bool y
+
 config ATAGS
        bool "Support for the traditional ATAGS boot data passing"
        default y
@@ -1782,7 +1786,7 @@ config VFP
          Say Y to include VFP support code in the kernel. This is needed
          if your hardware includes a VFP unit.
 
-         Please see <file:Documentation/arm/vfp/release-notes.rst> for
+         Please see <file:Documentation/arch/arm/vfp/release-notes.rst> for
          release notes and additional status information.
 
          Say N if your target does not have VFP hardware.