Skip to content
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
6 changes: 4 additions & 2 deletions config/arm64/default
Original file line number Diff line number Diff line change
Expand Up @@ -13277,8 +13277,10 @@ CONFIG_USB4=m

#
# Android
#
# CONFIG_ANDROID_BINDER_IPC is not set
CONFIG_ANDROID=y
CONFIG_ANDROID_BINDER_IPC=y
CONFIG_ANDROID_BINDERFS=y
CONFIG_ANDROID_BINDER_DEVICES="binder,hwbinder,vndbinder"
# end of Android

CONFIG_LIBNVDIMM=m
Expand Down
6 changes: 4 additions & 2 deletions config/x86_64/default
Original file line number Diff line number Diff line change
Expand Up @@ -10721,8 +10721,10 @@ CONFIG_USB4=m

#
# Android
#
# CONFIG_ANDROID_BINDER_IPC is not set
CONFIG_ANDROID=y
CONFIG_ANDROID_BINDER_IPC=y
CONFIG_ANDROID_BINDERFS=y
CONFIG_ANDROID_BINDER_DEVICES="binder,hwbinder,vndbinder"
# end of Android

CONFIG_LIBNVDIMM=m
Expand Down