Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: Update kconfig to always emit symbols - even when false. | Kevin O'Connor | 2014-08-23 | 1 | -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: Add kconfig menu system. | Kevin O'Connor | 2014-08-23 | 1 | -0/+1242 |
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> |