summaryrefslogtreecommitdiff
path: root/Kconfig
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 /Kconfig
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 'Kconfig')
-rw-r--r--Kconfig2
1 files changed, 1 insertions, 1 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"