mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
11155146ab
PD#SWPL-116862 Problem: media module memory optimization. Solution: disable the unused code for zapper. reduce vmalloc used size from 17324k to 12556k. Verify: t215. Test: play video normally. Change-Id: Iaa4c95c6641d76f80a11493c5c84f624cdac6424 Signed-off-by: Jianxin Pan <jianxin.pan@amlogic.com>
22 lines
651 B
Plaintext
22 lines
651 B
Plaintext
# SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
|
|
config AMLOGIC_POWER
|
|
tristate "Amlogic power related driver support"
|
|
default n
|
|
select PM_GENERIC_DOMAINS
|
|
help
|
|
this config enables to use amlogic power management driver
|
|
Say y here if you want power related driver(pmu/dvfs) support
|
|
The use of select here is due to the PM_GENERIC_DOMAINS set by gki's QCOM walk
|
|
|
|
config AMLOGIC_POWER_EE
|
|
bool "Amlogic power domain ee support"
|
|
default y if (AMLOGIC_POWER=m || AMLOGIC_POWER=y)
|
|
depends on AMLOGIC_POWER
|
|
help
|
|
this config enables to use amlogic ee power management driver
|
|
|
|
|
|
source "$(COMMON_DRIVERS_DIR)/drivers/power/meson_pmic6b/Kconfig"
|
|
|