summaryrefslogtreecommitdiff
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
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>
-rw-r--r--Kconfig2
-rw-r--r--configs/advanced_defconfig2
-rw-r--r--configs/beginner_defconfig2
-rw-r--r--configs/test_defconfig2
-rw-r--r--forms/eval/Kconfig6
-rw-r--r--forms/eval/Makefile2
6 files changed, 8 insertions, 8 deletions
diff --git a/Kconfig b/Kconfig
index 0195042..edc7c36 100644
--- a/Kconfig
+++ b/Kconfig
@@ -15,13 +15,13 @@ config BUILD_PRINTOUTS
help
Build print version of slides
+source "forms/eval/Kconfig"
source "security/Kconfig"
source "basics/cpu-arch/Kconfig"
source "basics/lx-trainer/Kconfig"
source "application-devel/Kconfig"
source "distribution/Kconfig"
source "flash-memory/Kconfig"
-source "forms/eval/Kconfig"
source "frameworks/middleware/Kconfig"
source "kernel-devel/Kconfig"
source "linux-basics/Kconfig"
diff --git a/configs/advanced_defconfig b/configs/advanced_defconfig
index 1c17ad1..9304d1c 100644
--- a/configs/advanced_defconfig
+++ b/configs/advanced_defconfig
@@ -24,7 +24,7 @@ CONFIG_UBI=y
CONFIG_MTD=y
CONFIG_FLASH_FILESYSTEM=y
CONFIG_FLASH_TECH=y
-CONFIG_FORMS=y
+CONFIG_EVALSHEET=y
# CONFIG_MIDDLEWARE is not set
CONFIG_KERNEL=y
CONFIG_KERNEL_CHAR_DEV=y
diff --git a/configs/beginner_defconfig b/configs/beginner_defconfig
index de0aba6..9f66735 100644
--- a/configs/beginner_defconfig
+++ b/configs/beginner_defconfig
@@ -20,7 +20,7 @@ CONFIG_COMPILE_TOOLS=y
CONFIG_CROSS_DEVEL=y
# CONFIG_ELBE is not set
# CONFIG_FLASH is not set
-CONFIG_FORMS=y
+CONFIG_EVALSHEET=y
# CONFIG_MIDDLEWARE is not set
CONFIG_KERNEL=y
# CONFIG_KERNEL_CHAR_DEV is not set
diff --git a/configs/test_defconfig b/configs/test_defconfig
index 469578f..b3f8de2 100644
--- a/configs/test_defconfig
+++ b/configs/test_defconfig
@@ -20,7 +20,7 @@ CONFIG_COMPILE_TOOLS=y
CONFIG_CROSS_DEVEL=y
# CONFIG_ELBE is not set
# CONFIG_FLASH is not set
-# CONFIG_FORMS is not set
+# CONFIG_EVALSHEET is not set
CONFIG_MIDDLEWARE=y
CONFIG_KERNEL=y
CONFIG_KERNEL_CHAR_DEV=y
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