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

Brian Masney posted 2 patches 2 years, 6 months ago
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
[PATCH 0/2] scripts: add two new scripts to look up Kconfigs
Posted by Brian Masney 2 years, 6 months ago
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