From 8035e92560b9ad7da505748cfed459ba7f45fe80 Mon Sep 17 00:00:00 2001 From: Ulf Magnusson Date: Mon, 11 Jun 2018 12:42:05 +0200 Subject: Mention KCONFIG_CONFIG in the all*config.py scripts This environment variable was inherited from the C tools. kconfiglib.standard_config_filename() looks at it. --- allyesconfig.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'allyesconfig.py') diff --git a/allyesconfig.py b/allyesconfig.py index b00d8ba..ecc74ba 100755 --- a/allyesconfig.py +++ b/allyesconfig.py @@ -24,6 +24,8 @@ # # endchoice # +# The default output filename is '.config'. A different filename can be passed +# in the KCONFIG_CONFIG environment variable. # # Usage for the Linux kernel: # -- cgit v1.2.3