summaryrefslogtreecommitdiff
path: root/util/kconfig_check.py
Commit message (Expand)AuthorAgeFilesLines
* ec: Prevent #undef or #define of zephyr KconfigsJeremy Bettis2023-04-041-0/+71
* ec: Fix kconfig_check.pyJeremy Bettis2023-04-031-14/+31
* ec: Use chromite isort configJeremy Bettis2023-02-031-0/+1
* zephyr: rename projects folder to programKeith Short2022-11-041-2/+2
* Update license boilerplate text in source code filesMike Frysinger2022-09-121-1/+1
* ec: Switch black to 80 cols and reformat filesJeremy Bettis2022-07-261-7/+32
* py: Fix pylint errors discovered by cros lintJeremy Bettis2022-07-141-1/+1
* kconfig_check: Exclude board, project, test filesJeremy Bettis2022-07-141-0/+8
* ec: Fix kconfig_check and run unit test in cqJeremy Bettis2022-07-131-0/+3
* ec: Format all python files with black and isortJeremy Bettis2022-07-121-79/+151
* util: Allow ignoring problematic Kconfig optionsSimon Glass2022-02-071-4/+14
* util: Support building a new list of ad-hoc CONFIGsSimon Glass2022-02-071-0/+30
* util: Tweak kconfig_check for use in the MakefileSimon Glass2022-02-051-2/+14
* Revert "Makefile: Switch to the Python script for CONFIG checking"David Stevens2022-01-301-14/+2
* Makefile: Switch to the Python script for CONFIG checkingSimon Glass2022-01-281-2/+14
* util: Support updating the list of allowed configsSimon Glass2022-01-281-5/+70
* util: Support using kconfiglib in the CONFIG checkerSimon Glass2022-01-281-32/+109
* util: Make a start on writing a Python-based CONFIG checkerSimon Glass2021-05-271-0/+209