From b22da3d8526a935aa31e086e63f60ff3246cb61c Mon Sep 17 00:00:00 2001 From: hc <hc@nodka.com> Date: Sat, 09 Dec 2023 07:24:11 +0000 Subject: [PATCH] add stmac read mac form eeprom --- kernel/drivers/staging/android/Kconfig | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/kernel/drivers/staging/android/Kconfig b/kernel/drivers/staging/android/Kconfig index ec81395..549120c 100644 --- a/kernel/drivers/staging/android/Kconfig +++ b/kernel/drivers/staging/android/Kconfig @@ -1,10 +1,10 @@ +# SPDX-License-Identifier: GPL-2.0 menu "Android" if ANDROID config ASHMEM bool "Enable the Anonymous Shared Memory Subsystem" - default n depends on SHMEM help The ashmem subsystem is a new shared memory allocator, similar to @@ -14,18 +14,18 @@ It is, in theory, a good memory allocator for low-memory devices, because it can discard shared memory units when under memory pressure. -config ANDROID_VSOC - tristate "Android Virtual SoC support" - default n - depends on PCI_MSI +config DEBUG_KINFO + bool "Debug Kernel Information Support" + depends on KALLSYMS help - This option adds support for the Virtual SoC driver needed to boot - a 'cuttlefish' Android image inside QEmu. The driver interacts with - a QEmu ivshmem device. If built as a module, it will be called vsoc. + This supports kernel information backup for bootloader usage. + Specifics: + - The kallsyms symbols for unwind_backtrace + - Page directory pointer + - UTS_RELEASE + - BUILD_INFO(ro.build.fingerprint) source "drivers/staging/android/ion/Kconfig" - -source "drivers/staging/android/fiq_debugger/Kconfig" endif # if ANDROID -- Gitblit v1.6.2