forked from lengxiaohua123/gki-lxc
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
53 additions
and
10 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
❯ diff gki_defconfig-android12-5.10 arch/arm64/configs/gki_defconfig (from https://github.com/aosp-mirror/kernel_common/tree/android12-5.10-2024-05) | ||
1,2d0 | ||
< CONFIG_SYSVIPC=y | ||
< CONFIG_POSIX_MQUEUE=y | ||
27d24 | ||
< CONFIG_CGROUP_DEVICE=y | ||
31c28 | ||
< CONFIG_USER_NS=y | ||
--- | ||
> # CONFIG_PID_NS is not set | ||
100c97 | ||
< CONFIG_LTO_CLANG_THIN=y | ||
--- | ||
> CONFIG_LTO_CLANG_FULL=y | ||
104a102 | ||
> CONFIG_MODULE_SCMVERSION=y | ||
169d166 | ||
< CONFIG_NETFILTER_XT_TARGET_CHECKSUM=y | ||
184d180 | ||
< CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=y | ||
233,234d228 | ||
< CONFIG_IP6_NF_NAT=y | ||
< CONFIG_IP6_NF_TARGET_MASQUERADE=y | ||
285d278 | ||
< CONFIG_BT_HCIVHCI=y | ||
297d289 | ||
< CONFIG_DEVTMPFS=y | ||
344,345d335 | ||
< # CONFIG_USB_NET_AX8817X is not set | ||
< # CONFIG_USB_NET_AX88179_178A is not set | ||
376a367 | ||
> # CONFIG_VT is not set | ||
392d382 | ||
< CONFIG_NULL_TTY=y | ||
488a479 | ||
> CONFIG_USB_XHCI_PCI_RENESAS=y | ||
705d695 | ||
< # CONFIG_DEBUG_PREEMPT is not set |