forked from armbian/build
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
armbian-kernel: drop
DEBUG_KERNEL
/DEBUG_INFO
disables; force `EXP…
…ERT=y` and bring back `CONFIG_GPIO_SYSFS=y` for all kernels - we had `_DEBUG=n` forced, which conflicted with `_EXPERT=y`; - some important SBC features (like _GPIO_SYSFS) depend on _EXPERT=y - we've plans to enable BTF/CO-RE kernels soon, so removing the non-debug enforcement makes some sense - also, .config's will be free to determine debug config, nothing's changing in those here - remove the `_EMBEDDED` special case handling, we can do that as well now - add a separate hook to renable `CONFIG_GPIO_SYSFS=y`; it was a victim of `EXPERT=n` in some kernels - this does not include rewrites of all the .configs -- those should be done in a separate batch -- either way effect is the same, hooks will always override .config's - during rewrites, a large number of new options will show up, since `_EXPERT=y` is used as dependency for many of Kernel's experimental-ish features
- Loading branch information
1 parent
1c4919f
commit fb17a2a
Showing
1 changed file
with
22 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters