summaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
authorBen Hutchings2013-06-24 02:05:25 +0200
committerIngo Molnar2013-06-26 13:28:54 +0200
commitcb7b80237a9f41edf2ebd899bc6a443db05578c5 (patch)
tree499e29b8065ed65407706363c641543c3f121b88 /arch/x86/Kconfig
parentx86/platform: Add kvmconfig to the phony targets (diff)
downloadkernel-qcow2-linux-cb7b80237a9f41edf2ebd899bc6a443db05578c5.tar.gz
kernel-qcow2-linux-cb7b80237a9f41edf2ebd899bc6a443db05578c5.tar.xz
kernel-qcow2-linux-cb7b80237a9f41edf2ebd899bc6a443db05578c5.zip
x86/platform: Make X86_GOLDFISH depend on X86_EXTENDED_PLATFORM
All non-PC platforms are supposed to be dependent on this option. Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Cc: Jun Nakajima <jnakajim@gmail.com> Link: http://lkml.kernel.org/n/tip-Bcihhqhstm67fchjnkxoiJbu@git.kernel.org Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index 685692c94f05..9359d23e6a53 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -336,6 +336,7 @@ config X86_EXTENDED_PLATFORM
If you enable this option then you'll be able to select support
for the following (non-PC) 32 bit x86 platforms:
+ Goldfish (Android emulator)
AMD Elan
NUMAQ (IBM/Sequent)
RDC R-321x SoC
@@ -410,6 +411,7 @@ 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
for Android development. Unless you are building for the Android