summaryrefslogtreecommitdiff
path: root/forms
diff options
context:
space:
mode:
authorJohn Ogness <john.ogness@linutronix.de>2018-04-20 14:03:13 +0200
committerJohn Ogness <john.ogness@linutronix.de>2018-04-20 14:03:13 +0200
commitcd5a925929cc08a43749028ab76476f2e31c3c41 (patch)
tree4c64dc7c2175c09bad0be3026bad4dbe2e8e59f3 /forms
parentb616b4946b578b756281d6e77b19fc0c1ae59699 (diff)
evalsheet: rename menu and config name
Label the menu item "Evaluation sheet" and name the config item CONFIG_EVALSHEET. Signed-off-by: John Ogness <john.ogness@linutronix.de>
Diffstat (limited to 'forms')
-rw-r--r--forms/eval/Kconfig6
-rw-r--r--forms/eval/Makefile2
2 files changed, 4 insertions, 4 deletions
diff --git a/forms/eval/Kconfig b/forms/eval/Kconfig
index c117dbe..d44ae92 100644
--- a/forms/eval/Kconfig
+++ b/forms/eval/Kconfig
@@ -1,5 +1,5 @@
-config FORMS
- bool "Forms papers"
+config EVALSHEET
+ bool "Evaluation sheet"
default y
help
- Papers abput forms
+ The evaluation sheet for the training participants to fill out.
diff --git a/forms/eval/Makefile b/forms/eval/Makefile
index bd67e2b..2aab8f3 100644
--- a/forms/eval/Makefile
+++ b/forms/eval/Makefile
@@ -1 +1 @@
-obj-$(CONFIG_FORMS) += evalsheet_en.pdf
+obj-$(CONFIG_EVALSHEET) += evalsheet_en.pdf