diff options
author | Tony Lindgren <tony@atomide.com> | 2019-09-23 20:38:20 +0300 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2019-09-23 20:38:20 +0300 |
commit | c01f5120ca7cf2994336c42b8a9cae697121ffb3 (patch) | |
tree | d0ac4ed8e3bc4c11203f31b984d300b0f4127978 /arch/arm/mm/Kconfig | |
parent | a4c8723a162e6244fb01944fbf446750575dba59 (diff) | |
parent | f1f028ff89cb0d37db299d48e7b2ce19be040d52 (diff) | |
download | linux-c01f5120ca7cf2994336c42b8a9cae697121ffb3.tar.xz |
Merge branch 'fixes-merge-window-pt2' into fixes
Diffstat (limited to 'arch/arm/mm/Kconfig')
-rw-r--r-- | arch/arm/mm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mm/Kconfig b/arch/arm/mm/Kconfig index 820b60a50125..c1222c0e9fd3 100644 --- a/arch/arm/mm/Kconfig +++ b/arch/arm/mm/Kconfig @@ -663,6 +663,7 @@ config ARM_LPAE depends on MMU && CPU_32v7 && !CPU_32v6 && !CPU_32v5 && \ !CPU_32v4 && !CPU_32v3 select PHYS_ADDR_T_64BIT + select SWIOTLB help Say Y if you have an ARMv7 processor supporting the LPAE page table format and you would like to access memory beyond the |