summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-05-31Reorder compatibility testsUlf Magnusson
2018-05-31Simplify allyesconfigUlf Magnusson
2018-05-30Add an allmodconfig implementationUlf Magnusson
2018-05-30Update source links in READMEUlf Magnusson
2018-05-30Add an alldefconfig.py scriptUlf Magnusson
2018-05-30Remove unused all{no,yes}config importsUlf Magnusson
2018-05-30Add tool helper for loading/saving .config filesUlf Magnusson
2018-05-30Add tool helper for selecting the top-level KconfigUlf Magnusson
2018-05-30allyesconfig: Prepare for packagingUlf Magnusson
2018-05-28Simplify allyesconfig.py example with Kconfig.choicesUlf Magnusson
2018-05-27Provide lists with all menus and commentsUlf Magnusson
2018-05-27Make Kconfig._choices publicUlf Magnusson
2018-05-27Actually commit new allnoconfig.pyUlf Magnusson
2018-05-27allnoconfig: Move from examples/ to rootUlf Magnusson
2018-05-27oldconfig: Move from examples/ to rootUlf Magnusson
2018-05-27oldconfig: Prepare for packagingUlf Magnusson
2018-05-27menuconfig: Always prompt for save when output file is missingUlf Magnusson
2018-05-27oldconfig: Show help with '?' instead of '??'Ulf Magnusson
2018-05-27Simplify error exitsUlf Magnusson
2018-05-27Get rid of the predefined UNAME_RELEASE symbolUlf Magnusson
2018-05-27menuconfig: Prepare for packagingUlf Magnusson
2018-05-27Simplify unquoted string default checkUlf Magnusson
2018-05-26Micro-optimize _parse_help() loopUlf Magnusson
2018-05-25Style nitUlf Magnusson
2018-05-25Warn if quotes are omitted around string defaultsUlf Magnusson
2018-05-23Update genrest.py link to new locationUlf Magnusson
2018-05-22menuconfig: Move symbol name from title into info textUlf Magnusson
2018-05-22menuconfig: Rearrange symbol name printing conditionUlf Magnusson
2018-05-22menuconfig: Add mode for showing all symbol namesUlf Magnusson
2018-05-21Fix link to genrest.pyUlf Magnusson
2018-05-21menuconfig: Don't show implicit menus in symbol infoUlf Magnusson
2018-05-21menuconfig: Quote symbol values in jump-to dialogUlf Magnusson
2018-05-21menuconfig: Show symbol values in search resultsUlf Magnusson
2018-05-20menuconfig: Use lower() instead of re.IGNORECASE in searchUlf Magnusson
2018-05-20menuconfig: Style nitUlf Magnusson
2018-05-20menuconfig: Fix outdated 'matches' commentUlf Magnusson
2018-05-20menuconfig: Search names and prompts separatelyUlf Magnusson
2018-05-20menuconfig: Formatting nitUlf Magnusson
2018-05-20menuconfig: Fix bad regex crash on Python 3.4-Ulf Magnusson
2018-05-19menuconfig: Implement scroll offset for text boxesUlf Magnusson
2018-05-19menuconfig: Add info and allow ~ in save/load dialogsUlf Magnusson
2018-05-19Warn for incompatible uses of 'option env=...'Ulf Magnusson
2018-05-19Micro-optimize help text parsing some moreUlf Magnusson
2018-05-18menuconfig: Remove redundant information for menus and commentsUlf Magnusson
2018-05-18Get rid of _dedent_rstrip()Ulf Magnusson
2018-05-18Warn if prompt contains leading or trailing whitespaceUlf Magnusson
2018-05-18Restore compatibility with $UNAME_RELEASEUlf Magnusson
2018-05-18menuconfig: Add .config loading dialogUlf Magnusson
2018-05-18menuconfig: Don't show indentation-based menus in menu pathUlf Magnusson
2018-05-18Refactor help text parsing loopUlf Magnusson