[PATCH] kconfig: fix missing symbol error

From: yalin wang
Date: Thu Nov 05 2015 - 07:46:51 EST


Add GOLDFISH OLPC config symbols, which is missing.

Signed-off-by: yalin wang <yalin.wang2010@xxxxxxxxx>
---
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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/