Skip to content

Update kedge2_defconfig #77

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: khadas-edge2-android12
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions arch/arm64/configs/kedge2_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1008,3 +1008,4 @@ CONFIG_ENABLE_DEFAULT_TRACERS=y
# CONFIG_RUNTIME_TESTING_MENU is not set
CONFIG_KHADAS_WATCHDOG=y
CONFIG_KHADAS_MCU=y
CONFIG_NFS_FS=y
2 changes: 1 addition & 1 deletion kernel/configs/android-11.config
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# CONFIG_IP6_NF_NAT is not set
# CONFIG_MODULE_FORCE_UNLOAD is not set
# CONFIG_NFSD is not set
# CONFIG_NFS_FS is not set
CONFIG_NFS_FS=y
# CONFIG_PM_AUTOSLEEP is not set
# CONFIG_RT_GROUP_SCHED is not set
# CONFIG_SDCARD_FS is not set
Expand Down