lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
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

Powered by Openwall GNU/*/Linux Powered by OpenVZ