Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1161104AbbKEMqm (ORCPT ); Thu, 5 Nov 2015 07:46:42 -0500 Received: from mail-pa0-f43.google.com ([209.85.220.43]:35859 "EHLO mail-pa0-f43.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1031773AbbKEMql (ORCPT ); Thu, 5 Nov 2015 07:46:41 -0500 From: yalin wang To: ralf@linux-mips.org, chenhc@lemote.com, yalin.wang2010@gmail.com, linux-kernel@vger.kernel.org Subject: [PATCH] kconfig: fix missing symbol error Date: Thu, 5 Nov 2015 20:46:28 +0800 Message-Id: <1446727588-19896-1-git-send-email-yalin.wang2010@gmail.com> X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 779 Lines: 31 Add GOLDFISH OLPC config symbols, which is missing. Signed-off-by: yalin wang --- drivers/platform/Kconfig | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/drivers/platform/Kconfig b/drivers/platform/Kconfig index 0adccbf..81f4fb3 100644 --- a/drivers/platform/Kconfig +++ b/drivers/platform/Kconfig @@ -1,3 +1,11 @@ +config GOLDFISH + bool "goldfish generic driver" + default n + +config OLPC + bool "OLPC driver" + default n + if X86 source "drivers/platform/x86/Kconfig" endif -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/