aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/kconfig
Commit message (Collapse)AuthorAgeFilesLines
* scripts: Remove no longer used kconfig codeKevin O'Connor2020-11-2343-26884/+0
| | | | Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* kconfig: Remove Save and Load buttons from "make menuconfig"Kevin O'Connor2019-02-151-4/+2
| | | | | | | These two options don't provide any value and it is causing confustion with some users. Remove the buttons. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
* 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>