diff options
author | Petr Vorel <pvorel@suse.cz> | 2018-06-02 12:08:02 +0300 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-06-05 16:06:32 +0300 |
commit | d6a0c8a1326bb54c5518f8a343a6b09056c43b36 (patch) | |
tree | ff0ad53d883ecf15359e10cb53d6d63133c1ea06 /scripts | |
parent | e1cfdc0e72fc9ad7c04ad6329acb92876e062849 (diff) | |
download | linux-d6a0c8a1326bb54c5518f8a343a6b09056c43b36.tar.xz |
kconfig: Add testconfig into make help output
Signed-off-by: Petr Vorel <pvorel@suse.cz>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/kconfig/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/kconfig/Makefile b/scripts/kconfig/Makefile index 061e0eb62c28..29a04714fc79 100644 --- a/scripts/kconfig/Makefile +++ b/scripts/kconfig/Makefile @@ -149,6 +149,7 @@ help: @echo ' kvmconfig - Enable additional options for kvm guest kernel support' @echo ' xenconfig - Enable additional options for xen dom0 and guest kernel support' @echo ' tinyconfig - Configure the tiniest possible kernel' + @echo ' testconfig - Run Kconfig unit tests (requires python3 and pytest)' # =========================================================================== # Shared Makefile for the various kconfig executables: |