Skip to content

Commit

Permalink
arm64: Select MODULES_USE_ELF_RELA
Browse files Browse the repository at this point in the history
With commit 786d35d (make most arch asm/module.h files use
asm-generic/module.h) arm64 needs to enable MODULES_USE_ELF_RELA for
loadable modules.

Signed-off-by: Catalin Marinas <[email protected]>
Acked-by: Will Deacon <[email protected]>
  • Loading branch information
ctmarinas committed Oct 18, 2012
1 parent 086e47b commit fea2aca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arch/arm64/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ config ARM64
select HAVE_PERF_EVENTS
select HAVE_SPARSE_IRQ
select IRQ_DOMAIN
select MODULES_USE_ELF_RELA
select NO_BOOTMEM
select OF
select OF_EARLY_FLATTREE
Expand Down

0 comments on commit fea2aca

Please sign in to comment.