xref: /openbmc/linux/arch/mips/vdso/Kconfig (revision 9a87ffc99ec8eb8d35eed7c4f816d75f5cc9662e)
1e91946d6SNathan Chancellor# GCC (at least up to version 9.2) appears to emit function calls that make use
2e91946d6SNathan Chancellor# of the GOT when targeting microMIPS, which we can't use in the VDSO due to
3e91946d6SNathan Chancellor# the lack of relocations. As such, we disable the VDSO for microMIPS builds.
4e91946d6SNathan Chancellor
5e91946d6SNathan Chancellorconfig MIPS_DISABLE_VDSO
6*f048158cSMasahiro Yamada	def_bool CPU_MICROMIPS
7