diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2019-05-21 20:59:34 +0200 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2019-05-22 06:30:49 +0200 |
commit | 2c0e4d1e9bf9a8ec731ac35aabcbfd265ccb866e (patch) | |
tree | 8786b93cc859afc2fd69eb271ed1002394346f8c /~lukeshu | |
parent | 6201066a6bf0ab5cae37202993700a0571f01e15 (diff) | |
download | abslibre-2c0e4d1e9bf9a8ec731ac35aabcbfd265ccb866e.tar.gz abslibre-2c0e4d1e9bf9a8ec731ac35aabcbfd265ccb866e.tar.bz2 abslibre-2c0e4d1e9bf9a8ec731ac35aabcbfd265ccb866e.zip |
kernels: linux-libre: configuration: make sure that no user input is required
Sometimes the defconfig and the source code are out of sync, this
can result in issues like this one:
| ==> Starting build()...
| scripts/kconfig/conf --syncconfig Kconfig
| *
| * Restart config...
| *
| *
| * General architecture-dependent options
| *
| OProfile system profiling (OPROFILE) [M/n/y/?] m
| OProfile multiplexing support (EXPERIMENTAL) (OPROFILE_EVENT_MULTIPLEX) [N/y/?] n
| Kprobes (KPROBES) [Y/n/?] y
| Optimize very unlikely/likely branches (JUMP_LABEL) [Y/n/?] y
| Static key selftest (STATIC_KEYS_SELFTEST) [N/y/?] n
| Stack Protector buffer overflow detection (STACKPROTECTOR) [Y/n/?] (NEW)
This makes sure that in such case, the default choice is used instead of
asking the user about it.
This feature has been requested by bill-auger as part of this bugreport:
https://labs.parabola.nu/issues/2319
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to '~lukeshu')
0 files changed, 0 insertions, 0 deletions