aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig
Commit message (Collapse)AuthorAgeFilesLines
* build: Update kconfig to always emit symbols - even when false.Kevin O'Connor2014-08-231-1/+9
| | | | | | | Always emit CONFIG_X definitions in autoconf.h - set them to 0 when they are disabled. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* build: Update kconfig to work outside of kbuild make system.Kevin O'Connor2014-08-231-7/+17
| | | | | | Minor tweaks to the kconfig Makefile to work with local build system. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* build: Add kconfig menu system.Kevin O'Connor2014-08-2343-0/+26868
This is an initial commit of the kconfig system. It is an unmodified copy from Linux v3.16. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>