mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
ANDROID: gki_defconfig: disable CONFIG_DEBUG_DEVRES
Disable CONFIG_DEBUG_DEVRES to fix ABI differences caused by changes to devres_alloc_node function when this debug option is enabled. Bug: 151110905 Test: build Signed-off-by: Suren Baghdasaryan <surenb@google.com> Change-Id: I27ba172843c80ffd1dfbcc6cc4d706c5b18eb5d3
This commit is contained in:
committed by
Alistair Delva
parent
6b7c9207cb
commit
5f71d61342
@@ -206,7 +206,6 @@ CONFIG_RFKILL=y
|
||||
# CONFIG_UEVENT_HELPER is not set
|
||||
# CONFIG_FW_CACHE is not set
|
||||
# CONFIG_ALLOW_DEV_COREDUMP is not set
|
||||
CONFIG_DEBUG_DEVRES=y
|
||||
CONFIG_DMA_CMA=y
|
||||
CONFIG_GNSS=y
|
||||
CONFIG_ZRAM=y
|
||||
|
||||
@@ -176,7 +176,6 @@ CONFIG_RFKILL=y
|
||||
# CONFIG_UEVENT_HELPER is not set
|
||||
# CONFIG_FW_CACHE is not set
|
||||
# CONFIG_ALLOW_DEV_COREDUMP is not set
|
||||
CONFIG_DEBUG_DEVRES=y
|
||||
CONFIG_GNSS=y
|
||||
CONFIG_OF=y
|
||||
CONFIG_ZRAM=y
|
||||
|
||||
Reference in New Issue
Block a user