mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 21:15:53 +02:00
Revert "ANDROID: disable ANDROID_VENDOR_HOOKS"
This reverts commitff0771e5f8. ANDROID_VENDOR_HOOKS was temporarily disabled since it needed refactoring to work with commitd25e37d89d("tracepoint: Optimize using static_call()"). It can be enabled again now. Change-Id: Id4920fe20cf07736679f22228d192a251467bbb2 Signed-off-by: Todd Kjos <tkjos@google.com>
This commit is contained in:
parent
5e767aa07e
commit
0695bfe5fb
|
|
@ -466,6 +466,7 @@ CONFIG_RAS=y
|
|||
CONFIG_ANDROID=y
|
||||
CONFIG_ANDROID_BINDER_IPC=y
|
||||
CONFIG_ANDROID_BINDERFS=y
|
||||
CONFIG_ANDROID_VENDOR_HOOKS=y
|
||||
CONFIG_LIBNVDIMM=y
|
||||
# CONFIG_ND_BLK is not set
|
||||
CONFIG_INTERCONNECT=y
|
||||
|
|
|
|||
|
|
@ -404,6 +404,7 @@ CONFIG_RAS=y
|
|||
CONFIG_ANDROID=y
|
||||
CONFIG_ANDROID_BINDER_IPC=y
|
||||
CONFIG_ANDROID_BINDERFS=y
|
||||
CONFIG_ANDROID_VENDOR_HOOKS=y
|
||||
CONFIG_LIBNVDIMM=y
|
||||
# CONFIG_ND_BLK is not set
|
||||
CONFIG_INTERCONNECT=y
|
||||
|
|
|
|||
|
|
@ -57,7 +57,6 @@ config ANDROID_BINDER_IPC_SELFTEST
|
|||
config ANDROID_VENDOR_HOOKS
|
||||
bool "Android Vendor Hooks"
|
||||
depends on TRACEPOINTS
|
||||
depends on BROKEN
|
||||
help
|
||||
Enable vendor hooks implemented as tracepoints
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user