]> rtime.felk.cvut.cz Git - linux-imx.git/commitdiff
x86/platform: Make X86_GOLDFISH depend on X86_EXTENDED_PLATFORM
authorBen Hutchings <ben@decadent.org.uk>
Mon, 24 Jun 2013 00:05:25 +0000 (01:05 +0100)
committerIngo Molnar <mingo@kernel.org>
Wed, 26 Jun 2013 11:28:54 +0000 (13:28 +0200)
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>
arch/x86/Kconfig

index 685692c94f051a8a7ad582442efcc3fa11173332..9359d23e6a535b84230aad23713477e02896250b 100644 (file)
@@ -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