Files
kernel_common_drivers/drivers/power/Kconfig
T
Jianxin Pan 11155146ab zapper: remove unused code of media module. [1/1]
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>
2023-04-27 21:24:07 -07:00

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"