summaryrefslogtreecommitdiff
path: root/kconfiglib.py
AgeCommit message (Expand)Author
2018-09-08Clean up kernel Makefile patch and add new targetsUlf Magnusson
2018-09-05Clean up _expand_name() commentsUlf Magnusson
2018-09-04Fix outdated comment re. $() yielding non-const symbolsUlf Magnusson
2018-09-04Allow macro expansion within symbol namesUlf Magnusson
2018-09-03Test symbolic constants with 'is (not)'Ulf Magnusson
2018-08-30Allow user values on 'option env' symbolsUlf Magnusson
2018-08-29Improve the running-without-Makefile-patch documentationUlf Magnusson
2018-08-29_check_undef_syms() nitUlf Magnusson
2018-08-26Improve menu structure for promptless choicesUlf Magnusson
2018-08-25Add a Kconfig.env_vars attribute that lists env. variablesUlf Magnusson
2018-08-25Add a Kconfig.kconfig_filenames attributeUlf Magnusson
2018-08-25Simplify _check_undefined_syms() with node_iter()Ulf Magnusson
2018-08-25Clean up expr_str() a bitUlf Magnusson
2018-08-24Show include paths in menuconfig symbol informationUlf Magnusson
2018-08-23Fix recursive 'source' error reportingUlf Magnusson
2018-08-23Fix file descriptor leak for the top-level Kconfig fileUlf Magnusson
2018-08-23Flag extra tokens after 'if'/'depends on'/'visible if' expressionsUlf Magnusson
2018-08-22Add a generic node iteratorUlf Magnusson
2018-08-22Introduce Kconfig.unique_defined_syms and Kconfig.unique_choicesUlf Magnusson
2018-08-21Merge Symbol._checked and Symbol._writtenUlf Magnusson
2018-08-21Handle multiple definition locations in a nicer wayUlf Magnusson
2018-08-21Make auto.conf symbol order match .config symbol orderUlf Magnusson
2018-08-21Make header symbol order match .config symbol order againUlf Magnusson
2018-08-21Refactor write_config() a bitUlf Magnusson
2018-08-18Grammar nitUlf Magnusson
2018-08-18Document that MenuNode.filename is relative to $srctreeUlf Magnusson
2018-08-18Look up the top-level Kconfig file relative to $srctreeUlf Magnusson
2018-08-18Revert "Fix $srctree logic for the top-level Kconfig file"Ulf Magnusson
2018-08-17rsource documentation nitsUlf Magnusson
2018-08-17Fix $srctree logic for the top-level Kconfig fileUlf Magnusson
2018-08-14Use += instead of extend()Ulf Magnusson
2018-08-12Simplify menuconfig-without-prompt warningUlf Magnusson
2018-08-12Simplify _warn_select_unsatisfied_deps() a bitUlf Magnusson
2018-08-11Don't pass encoding= to Popen()Ulf Magnusson
2018-08-10Improve naming in the custom expr. printing functionsUlf Magnusson
2018-08-10Support custom printing of symbols/choices in expressionsUlf Magnusson
2018-07-31Look for '$(' instead of '$' for inline macro expansionsUlf Magnusson
2018-07-24Restore compatibility with old kernelsUlf Magnusson
2018-07-24Use universal newlines mode in $(shell) implementationUlf Magnusson
2018-07-20Fix detection of hex literalsUlf Magnusson
2018-07-20Mention KCONFIG_STRICT in the READMEUlf Magnusson
2018-07-20Add KCONFIG_STRICT flag for flagging refs. to undefined symsUlf Magnusson
2018-07-20Simplify self.srctree assignmentUlf Magnusson
2018-07-19Simplify enabling universal newlines modeUlf Magnusson
2018-07-18Add def_int, def_hex, and def_string keywordsUlf Magnusson
2018-07-17Factor out isinstance(str) check in set_value()Ulf Magnusson
2018-07-17Simplify defconfig_filename() returnsUlf Magnusson
2018-07-17Remove outdated commentUlf Magnusson
2018-07-16Refactor _T_*SOURCE implementation a bitUlf Magnusson
2018-07-16Fix outdated _T_*SOURCE commentUlf Magnusson