forked from sonoble/sonic-buildimage
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[arm64]: add kconfig force inclusion for COMPAT_VSDO
Kernel support for 32-bit EL0 (COMPAT) [Y/n/?] y Enable kuser helpers page for 32-bit applications (KUSER_HELPERS) [Y/n/?] y Enable vDSO for 32-bit applications (COMPAT_VDSO) [Y/n/?] (NEW) make -C olddefconfig will clear the this kconfig. thus, introduce force_inclusion file and directly add the kconfig without further check. Signed-off-by: Guohan Lu <lguohan@gmail.com>
- Loading branch information
1 parent
fafaaea
commit 39c7d18
Showing
2 changed files
with
15 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
[arm64] | ||
CONFIG_COMPAT_VDSO=y | ||
CONFIG_THUMB2_COMPAT_VDSO=y |