diff options
author | Alan <alan@acox1-desk.ger.corp.intel.com> | 2014-05-12 11:55:35 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-05-15 16:19:01 -0400 |
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 | |||
415 | 415 | ||
416 | config X86_GOLDFISH | 416 | config X86_GOLDFISH |
417 | bool "Goldfish (Virtual Platform)" | 417 | bool "Goldfish (Virtual Platform)" |
418 | depends on X86_32 | ||
419 | depends on X86_EXTENDED_PLATFORM | 418 | depends on X86_EXTENDED_PLATFORM |
420 | ---help--- | 419 | ---help--- |
421 | Enable support for the Goldfish virtual platform used primarily | 420 | Enable support for the Goldfish virtual platform used primarily |