mbox series

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

Message ID 20230801174922.333700-1-bmasney@redhat.com (mailing list archive)
Headers show
Series scripts: add two new scripts to look up Kconfigs | expand

Message

Brian Masney Aug. 1, 2023, 5:49 p.m. UTC
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