lkml.org 
[lkml]   [2015]   [Nov]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH] kconfig: fix missing symbol error
Date
Add GOLDFISH OLPC config symbols, which is missing.

Signed-off-by: yalin wang <yalin.wang2010@gmail.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


\
 
 \ /
  Last update: 2015-11-05 14:01    [W:0.054 / U:0.208 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site