diff options
author | Paul Burton <paul.burton@mips.com> | 2018-11-07 18:14:02 -0500 |
---|---|---|
committer | Paul Burton <paul.burton@mips.com> | 2018-11-09 13:23:15 -0500 |
commit | c92e47e585a92cdd42147bf1d0675a4ab1c928ce (patch) | |
tree | 3bb29c33da7ba97357a22c989f0daf31bd6ddb89 /arch/mips/kvm | |
parent | 97f7dcbf279ada9a25f36666420a72ebbc0101df (diff) |
MIPS: Introduce CONFIG_MIPS_FP_SUPPORT
Introduce a Kconfig variable that will indicate whether to include
support for floating point in the kernel. For now this is always
enabled, and will be made configurable in a later patch.
Signed-off-by: Paul Burton <paul.burton@mips.com>
Patchwork: https://patchwork.linux-mips.org/patch/21016/
Cc: linux-mips@linux-mips.org
Diffstat (limited to 'arch/mips/kvm')
-rw-r--r-- | arch/mips/kvm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/kvm/Kconfig b/arch/mips/kvm/Kconfig index 76b93a9c8c9b..760aec70dce5 100644 --- a/arch/mips/kvm/Kconfig +++ b/arch/mips/kvm/Kconfig | |||
@@ -18,6 +18,7 @@ if VIRTUALIZATION | |||
18 | config KVM | 18 | config KVM |
19 | tristate "Kernel-based Virtual Machine (KVM) support" | 19 | tristate "Kernel-based Virtual Machine (KVM) support" |
20 | depends on HAVE_KVM | 20 | depends on HAVE_KVM |
21 | depends on MIPS_FP_SUPPORT | ||
21 | select EXPORT_UASM | 22 | select EXPORT_UASM |
22 | select PREEMPT_NOTIFIERS | 23 | select PREEMPT_NOTIFIERS |
23 | select ANON_INODES | 24 | select ANON_INODES |