mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] kconfig: fix missing symbol error
@ 2015-11-05 12:46 yalin wang
  2015-11-05 14:16 ` kbuild test robot
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: yalin wang @ 2015-11-05 12:46 UTC (permalink / raw)
  To: ralf, chenhc, yalin.wang2010, linux-kernel

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-11-05 15:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-05 12:46 [PATCH] kconfig: fix missing symbol error yalin wang
2015-11-05 14:16 ` kbuild test robot
2015-11-05 15:14 ` kbuild test robot
2015-11-05 15:17 ` kbuild test robot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®