[coreboot] [RFC][PATCHv2]add WIP_ARM config entry

Hamo hamo.by at gmail.com
Wed Apr 6 14:20:27 CEST 2011


Add WIP_ARM config entry so that we can make all ARM-related
entries depend on this now.
We need to make all the ARM-related code available to ALL so that we
can attract those interested in ARM to join us. During this process,
some of the code may not be usable, so we need this to ensure that
those normal users will not be upset with it.

Signed-off-by: Yang Bai <hamo.by at gmail.com>

P.S. Can I use git diff to generate the patch?

Index: src/Kconfig
===================================================================
--- src/Kconfig	(revision 6481)
+++ src/Kconfig	(working copy)
@@ -21,6 +21,16 @@

 menu "General setup"

+config WIP_ARM
+	bool "Prompt for unfinished ARM options"
+	default n
+	help
+	  This will show you the configuration options about Coreboot ARM
+	  support.
+
+	  Warning: Since ARM porting is now working in process, the code
+	  for ARM may be not usable.
+
 config EXPERT
 	bool "Expert mode"
 	help




More information about the coreboot mailing list