From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752831AbcAFOGT (ORCPT ); Wed, 6 Jan 2016 09:06:19 -0500 Received: from lxorguk.ukuu.org.uk ([81.2.110.251]:53316 "EHLO lxorguk.ukuu.org.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752569AbcAFOGR (ORCPT ); Wed, 6 Jan 2016 09:06:17 -0500 Subject: [PATCH 6/8] [MIPS] Enable platform support for Goldfish virtual devices From: Alan To: greg@kroah.com, linux-kernel@vger.kernel.org Date: Wed, 06 Jan 2016 14:06:08 +0000 Message-ID: <20160106140605.3661.40461.stgit@localhost.localdomain> In-Reply-To: <20160106140206.3661.6376.stgit@localhost.localdomain> References: <20160106140206.3661.6376.stgit@localhost.localdomain> User-Agent: StGit/0.17.1-dirty MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Miodrag Dinic Enable CONFIG_GOLDFISH for MIPS platforms. Signed-off-by: Miodrag Dinic Signed-off-by: Jin Qian Signed-off-by: Alan Cox --- drivers/platform/goldfish/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/platform/goldfish/Kconfig b/drivers/platform/goldfish/Kconfig index 2be7627..50331e3 100644 --- a/drivers/platform/goldfish/Kconfig +++ b/drivers/platform/goldfish/Kconfig @@ -1,6 +1,6 @@ menuconfig GOLDFISH bool "Platform support for Goldfish virtual devices" - depends on X86_32 || X86_64 || ARM || ARM64 + depends on X86_32 || X86_64 || ARM || ARM64 || MIPS ---help--- Say Y here to get to see options for the Goldfish virtual platform. This option alone does not add any kernel code.