Fix TRIM_UNUSED_KSYMS check
authorAlexander Popov <alex.popov@linux.com>
Fri, 21 Jan 2022 15:45:54 +0000 (18:45 +0300)
committerAlexander Popov <alex.popov@linux.com>
Fri, 21 Jan 2022 15:45:54 +0000 (18:45 +0300)
commit7ed482ba8c3e8c9dd42691f779756772675a3dd8
treec984c1c0216011db650b29770b32b76bf73b13ff
parent1076c7b81ecf2356b516ed51155347f427e57520
Fix TRIM_UNUSED_KSYMS check

TRIM_UNUSED_KSYMS can't be enabled if MODULES are disabled.

Thanks to @Churam for reporting.
Refers to #58.
kconfig_hardened_check/__init__.py