Skip to content

Commit 92cc15f

Browse files
robherringgregkh
authored andcommitted
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]>
1 parent d50d726 commit 92cc15f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

arch/arm64/Kconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,9 @@ config IOMMU_HELPER
112112
config KERNEL_MODE_NEON
113113
def_bool y
114114

115+
config FIX_EARLYCON_MEM
116+
def_bool y
117+
115118
source "init/Kconfig"
116119

117120
source "kernel/Kconfig.freezer"

0 commit comments

Comments
 (0)