提交 22a0e8f0 编写于 作者: A Andrew Pinski 提交者: Yang Yingliang

arm64:ilp32: add ARM64_ILP32 to Kconfig

hulk inclusion
category: feature
bugzilla: NA
CVE: NA
---------------------------

This patch adds the config option for ILP32.
Signed-off-by: NAndrew Pinski <Andrew.Pinski@caviumnetworks.com>
Signed-off-by: NPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Signed-off-by: NChristoph Muellner <christoph.muellner@theobroma-systems.com>
Signed-off-by: NYury Norov <ynorov@caviumnetworks.com>
Reviewed-by: NDavid Daney <ddaney@caviumnetworks.com>
Signed-off-by: NXiongfeng Wang <wangxiongfeng2@huawei.com>
Reviewed-by: NHanjun Guo &lt;guohanjun@huawei.com <mailto:guohanjun@huawei.com&gt;>
Signed-off-by: NYang Yingliang <yangyingliang@huawei.com>
上级 81ca4c78
...@@ -1374,7 +1374,7 @@ endmenu ...@@ -1374,7 +1374,7 @@ endmenu
config COMPAT config COMPAT
def_bool y def_bool y
depends on AARCH32_EL0 depends on AARCH32_EL0 || ARM64_ILP32
config AARCH32_EL0 config AARCH32_EL0
bool "Kernel support for 32-bit EL0" bool "Kernel support for 32-bit EL0"
...@@ -1395,6 +1395,13 @@ config AARCH32_EL0 ...@@ -1395,6 +1395,13 @@ config AARCH32_EL0
If you want to execute 32-bit userspace applications, say Y. If you want to execute 32-bit userspace applications, say Y.
config ARM64_ILP32
bool "Kernel support for ILP32"
help
This option enables support for AArch64 ILP32 user space. ILP32
is an ABI where long and pointers are 32bits but it uses the AARCH64
instruction set.
config SYSVIPC_COMPAT config SYSVIPC_COMPAT
def_bool y def_bool y
depends on COMPAT && SYSVIPC depends on COMPAT && SYSVIPC
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册