kbuild: Remove checking for adhoc CONFIG symbols
authorTom Rini <trini@konsulko.com>
Sun, 4 Dec 2022 15:14:16 +0000 (10:14 -0500)
committerTom Rini <trini@konsulko.com>
Fri, 23 Dec 2022 18:01:13 +0000 (13:01 -0500)
commit9ef3ba85bf38289a3e3b0dcb92fad9480a0b1834
tree014fc49444254898309bf8735078ef7296920f29
parentbb9b9c1e207744fc2ea5163688e9379530a3057b
kbuild: Remove checking for adhoc CONFIG symbols

At this point all listed adhoc CONFIG symbols have been migrated to
Kconfig or removed from the tree or renamed to CFG (or similar). We also
now have CI tests that will error on any new introductions, and
checkpatch.pl also looks. We can now remove these hooks and related
scripts.

Signed-off-by: Tom Rini <trini@konsulko.com>
Makefile
scripts/build-whitelist.sh [deleted file]
scripts/check-config.sh [deleted file]
scripts/config_whitelist.txt [deleted file]
tools/moveconfig.py