[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230801174922.333700-1-bmasney@redhat.com>
Date: Tue, 1 Aug 2023 13:49:20 -0400
From: Brian Masney <bmasney@...hat.com>
To: masahiroy@...nel.org
Cc: linux-kernel@...r.kernel.org, linux-kbuild@...r.kernel.org
Subject: [PATCH 0/2] scripts: add two new scripts to look up Kconfigs
Here's two new scripts that I think that other people will find useful.
One is to look up a Kconfig name based on the module path and the second
script looks up the full Kconfig information based on the symbol name.
Brian Masney (2):
scripts: add mod-to-kconfig.sh
scripts: add kconfig lookup script
scripts/kconfig/lookup.sh | 77 +++++++++++++++++++++++++
scripts/kconfig/mod-to-kconfig.sh | 93 +++++++++++++++++++++++++++++++
2 files changed, 170 insertions(+)
create mode 100755 scripts/kconfig/lookup.sh
create mode 100755 scripts/kconfig/mod-to-kconfig.sh
--
2.41.0
Powered by blists - more mailing lists