]> git.dujemihanovic.xyz Git - u-boot.git/commit
qconfig: Make KconfigScanner a function
authorSimon Glass <sjg@chromium.org>
Wed, 17 Jul 2024 15:56:51 +0000 (16:56 +0100)
committerSimon Glass <sjg@chromium.org>
Fri, 26 Jul 2024 14:01:06 +0000 (08:01 -0600)
commit0a0c124008500d5d66dd7ec752b0ab7206eef542
treeddd0e429341bbb7374122af5d428611994180273
parentdeedf6530616a1af4c45058cb7367c98c8948c5b
qconfig: Make KconfigScanner a function

This doesn't have any methods so is not good as a class. Make it a
function instead, to keep pylint happy.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/qconfig.py