summaryrefslogtreecommitdiff
path: root/src/Kconfig
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coresystems.de>2010-08-09 13:28:18 +0000
committerStefan Reinauer <stepan@openbios.org>2010-08-09 13:28:18 +0000
commit9bf7810dacc34e791431f5511b6ed6febda29940 (patch)
tree714af6408e98999a64627d1894a0659d492988a6 /src/Kconfig
parent35d346fe2d98b3ec5ed0451b87cc31be06177d68 (diff)
downloadcoreboot-9bf7810dacc34e791431f5511b6ed6febda29940.tar.xz
make sconfig parser regeneration menu selectable
Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5688 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/Kconfig')
-rw-r--r--src/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/Kconfig b/src/Kconfig
index c86b6684a6..0995e1a36e 100644
--- a/src/Kconfig
+++ b/src/Kconfig
@@ -80,6 +80,16 @@ config CCACHE
Enables the use of ccache for faster builds.
Requires ccache in path.
+config SCONFIG_GENPARSER
+ bool "Generate SCONFIG parser using flex and bison"
+ default n
+ depends on EXPERT
+ help
+ Enable this option if you are working on the sconfig
+ device tree parser and made changes to sconfig.l and
+ sconfig.y.
+ Otherwise, say N.
+
config USE_OPTION_TABLE
bool "Use CMOS for configuration values"
default n