[PATCH 0/2] scripts: add two new scripts to look up Kconfigs

From: Brian Masney
Date: Tue Aug 01 2023 - 13:50:30 EST


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