ANDROID: GKI: disable the android debug symbols "driver"

A number of kernel symbols that the debug driver was wanting to export
for various reasons are no longer present, so disable the driver from
the build and remove it from the gki_defconfig files.

Bug: 170851792
Bug: 169101608
Change-Id: I785de30e29a012ef073896c0dd44cb0ce9630125
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
This commit is contained in:
Greg Kroah-Hartman
2023-07-17 20:39:51 +00:00
parent 7214a4f791
commit 8f7e7b71c4
4 changed files with 1 additions and 3 deletions
-1
View File
@@ -559,7 +559,6 @@ CONFIG_POWERCAP=y
CONFIG_ANDROID_BINDER_IPC=y
CONFIG_ANDROID_BINDERFS=y
CONFIG_ANDROID_VENDOR_HOOKS=y
CONFIG_ANDROID_DEBUG_KINFO=y
CONFIG_LIBNVDIMM=y
CONFIG_INTERCONNECT=y
CONFIG_EXT4_FS=y
-1
View File
@@ -509,7 +509,6 @@ CONFIG_POWERCAP=y
CONFIG_ANDROID_BINDER_IPC=y
CONFIG_ANDROID_BINDERFS=y
CONFIG_ANDROID_VENDOR_HOOKS=y
CONFIG_ANDROID_DEBUG_KINFO=y
CONFIG_LIBNVDIMM=y
CONFIG_INTERCONNECT=y
CONFIG_EXT4_FS=y
-1
View File
@@ -512,7 +512,6 @@ CONFIG_POWERCAP=y
CONFIG_ANDROID_BINDER_IPC=y
CONFIG_ANDROID_BINDERFS=y
CONFIG_ANDROID_VENDOR_HOOKS=y
CONFIG_ANDROID_DEBUG_KINFO=y
CONFIG_LIBNVDIMM=y
CONFIG_INTERCONNECT=y
CONFIG_EXT4_FS=y
+1
View File
@@ -59,6 +59,7 @@ config ANDROID_VENDOR_HOOKS
config ANDROID_DEBUG_KINFO
bool "Android Debug Kernel Information Support"
depends on KALLSYMS
depends on BROKEN
help
This supports kernel information backup for bootloader usage.
Specifics: