[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1446727588-19896-1-git-send-email-yalin.wang2010@gmail.com>
Date: Thu, 5 Nov 2015 20:46:28 +0800
From: yalin wang <yalin.wang2010@...il.com>
To: ralf@...ux-mips.org, chenhc@...ote.com, yalin.wang2010@...il.com,
linux-kernel@...r.kernel.org
Subject: [PATCH] kconfig: fix missing symbol error
Add GOLDFISH OLPC config symbols, which is missing.
Signed-off-by: yalin wang <yalin.wang2010@...il.com>
---
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists