aboutsummaryrefslogtreecommitdiff
path: root/console-tools
diff options
context:
space:
mode:
Diffstat (limited to 'console-tools')
-rw-r--r--console-tools/Config.src2
-rw-r--r--console-tools/Kbuild.src2
2 files changed, 4 insertions, 0 deletions
diff --git a/console-tools/Config.src b/console-tools/Config.src
index 1a8e2e128..6e3191ada 100644
--- a/console-tools/Config.src
+++ b/console-tools/Config.src
@@ -5,6 +5,8 @@
menu "Console Utilities"
+INSERT
+
config CHVT
bool "chvt"
default y
diff --git a/console-tools/Kbuild.src b/console-tools/Kbuild.src
index ad8b8ce77..17f660638 100644
--- a/console-tools/Kbuild.src
+++ b/console-tools/Kbuild.src
@@ -5,6 +5,8 @@
# Licensed under the GPL v2, see the file LICENSE in this tarball.
lib-y:=
+
+INSERT
lib-$(CONFIG_CHVT) += chvt.o
lib-$(CONFIG_FGCONSOLE) += fgconsole.o
lib-$(CONFIG_CLEAR) += clear.o