diff options
author | Rob Herring <[email protected]> | 2014-04-18 17:19:59 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <[email protected]> | 2014-04-24 16:32:27 -0700 |
commit | 92cc15fcb543a8ab9af5682a2011944e6f48fd4c (patch) | |
tree | 048004e807c003b3d7e452f1ad21ab5138957d0c | |
parent | d50d7269ebcb438afa346cdffce0f4e2a1b9e831 (diff) |
arm64: enable FIX_EARLYCON_MEM kconfig
In order to support earlycon on arm64, we need to enable earlycon fixmap
support.
Signed-off-by: Rob Herring <[email protected]>
Cc: Catalin Marinas <[email protected]>
Cc: Will Deacon <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
-rw-r--r-- | arch/arm64/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index e6e4d3749a6e..22d13976b9e0 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig @@ -112,6 +112,9 @@ config IOMMU_HELPER config KERNEL_MODE_NEON def_bool y +config FIX_EARLYCON_MEM + def_bool y + source "init/Kconfig" source "kernel/Kconfig.freezer" |