summaryrefslogtreecommitdiff
path: root/Kconfig
diff options
context:
space:
mode:
authorJohn Ogness <john.ogness@linutronix.de>2018-04-20 10:56:49 +0200
committerJohn Ogness <john.ogness@linutronix.de>2018-04-20 10:56:49 +0200
commitaf2b1ff9b0863f4561e67899d18117bb8555f1b2 (patch)
tree62046ec96d578da52163b0ae42e36202510d00f8 /Kconfig
parentcd97d8f436a9390549ca211bbfb3b40d8bf163fb (diff)
microconsult: add menu option to use theme
Add a new CONFIG_BUILD_MICROCONSULT option to use the MicroConsult theme. Printouts are also affected by this option. Signed-off-by: John Ogness <john.ogness@linutronix.de>
Diffstat (limited to 'Kconfig')
-rw-r--r--Kconfig7
1 files changed, 6 insertions, 1 deletions
diff --git a/Kconfig b/Kconfig
index cedc98b..0195042 100644
--- a/Kconfig
+++ b/Kconfig
@@ -1,9 +1,14 @@
mainmenu "Build training documents"
+config BUILD_MICROCONSULT
+ bool "Build with MicroConsult theme"
+ help
+ Build slides using the MicroConsult theme
+
config BUILD_HANDOUTS
bool "Build with handouts"
help
- Build papers with or without handouts
+ Build handouts for slides
config BUILD_PRINTOUTS
bool "Build with printouts"