summaryrefslogtreecommitdiff
path: root/util/lint/kconfig_lint
AgeCommit message (Expand)Author
2021-04-18util/kconfig_lint: Update handle_expressions()Nico Huber
2021-04-18util/kconfig_lint: Turn handle_expressions() into a parserNico Huber
2021-04-06util/kconfig_lint: Drop exception for paths without quotesNico Huber
2020-07-27util/lint/Kconfig_lint: Update Naked BOOL reference to errorMartin Roth
2020-05-11treewide: Remove "this file is part of" linesPatrick Georgi
2020-05-09util/: Replace GPLv2 boiler plate with SPDX headerPatrick Georgi
2020-05-09AUTHORS, util/: Drop individual copyright noticesPatrick Georgi
2020-02-19util/lint: Allow non-option carrying named choicesPatrick Georgi
2019-11-06util/lint/kconfig_lint: Handle glob prefix and suffixArthur Heymans
2019-06-04util/lint: Make usage of IS_ENABLED() an errorNico Huber
2019-04-11kconfig_lint: Make uses of CONFIG() on an unknown option an errorJulius Werner
2019-03-22lint/kconfig: More checks, more errorsJulius Werner
2019-03-08lint/kconfig: Update to support new CONFIG() macroJulius Werner
2019-03-06lint/kconfig: Fix check for IS_ENABLED(XXX) where someone forgot CONFIG_Julius Werner
2018-11-17treewide: use /usr/bin/env where appropriateYegor Timoshenko
2018-09-18util/lint: Ignore "visible if" statement in Kconfig filesPatrick Georgi
2017-07-18util/lint: update kconfig_lintMartin Roth
2017-06-07util/lint: Give better warning for help spacing issueMartin Roth
2017-06-07util/lint/kconfig_lint: update help checkingMartin Roth
2017-03-27util/lint: Show an error if a symbol is created in two choice blocksMartin Roth
2016-12-12lint/kconfig_lint: Make sure all symbols have a type definedMartin Roth
2016-11-28kconfig_lint: More updates for excluded filesMartin Roth
2016-11-28kconfig_lint: exclude payloads from search, add back specific filesMartin Roth
2016-10-03Revert "util/lint/kconfig_lint: change warning levels and text"Martin Roth
2016-10-03util/lint/kconfig_lint: change warning levels and textMartin Roth
2016-10-03util/lint/kconfig_lint: Check default typesMartin Roth
2016-03-03kconfig_lint: make sure if and endif statements are balancedMartin Roth
2016-02-24kconfig_lint: Fix checks when running in taint modeMartin Roth
2016-02-09kconfig_lint: demote 'always defined' errors to warningsMartin Roth
2016-02-09kconfig_lint: Check for IS_ENABLED used on symbols without CONFIG_Martin Roth
2016-01-30kconfig_lint: add comments and whitespace fixes.Martin Roth
2016-01-30kconfig_lint: Skip temp files when looking for unused Kconfig files.Martin Roth
2016-01-30kconfig_lint: Update prompt structureMartin Roth
2016-01-30kconfig_lint: Add warning if tristate type is used in corebootMartin Roth
2016-01-30kconfig_lint: merge 'git grep' and 'grep' exclude dir and filesMartin Roth
2016-01-30kconfig_lint: Don't look at IS_ENABLED() text in comments.Martin Roth
2016-01-30kconfig_lint: Exclude some Kconfig symbols from unused symbol checksMartin Roth
2016-01-30kconfig_lint: merge 'git grep' and 'grep' exclude dir and filesMartin Roth
2016-01-18util/lint/kconfig_lint: Add 3 new checksMartin Roth
2016-01-12util/lint/kconfig_lint: Run through perltidy to fix whitespaceMartin Roth
2015-12-02kconfig_lint: Fix check_is_enabled for 2 symbols on the same lineMartin Roth
2015-12-02kconfig_lint: Change from '$file at line $line' to $file:$lineMartin Roth
2015-12-02kconfig_lint: Separate errors from warningsMartin Roth
2015-10-31tree: drop last paragraph of GPL copyright headerPatrick Georgi
2015-10-29lint: Add Kconfig / Kconfig symbol lint toolMartin Roth