diff options
author | Alan <alan@acox1-desk.ger.corp.intel.com> | 2014-05-12 16:55:35 +0100 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-05-15 13:19:01 -0700 |
commit | 9b17aeec232a5f0a61ce3952c2e728a0eeddda8b (patch) | |
tree | a3f4cc704a040f886b7ed4f4c28a53e5cd92aa86 /arch/x86/Kconfig | |
parent | b8658bc81089d656fe54b12e21f0cae5116b6483 (diff) |
goldfish: Allow 64bit builds
We can now enable the 64bit option for the Goldfish 64bit emulator.
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 25d2c6f7325e..9c43ea3cf510 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -415,7 +415,6 @@ config X86_UV config X86_GOLDFISH bool "Goldfish (Virtual Platform)" - depends on X86_32 depends on X86_EXTENDED_PLATFORM ---help--- Enable support for the Goldfish virtual platform used primarily |