mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
29655631ae
PD#SWPL-112358 Problem: ad403 is missing pmic6b driver in kernel5.15. Solution: base Yu Tu 76117 and 78726; base Jian yi 189702 and 192916,216774; and yao jie 216898; Verify: A113L-AD401 #1 +Battery. all driver use ko; Change-Id: I911ca92dbe6f8c0f623e32fd14bdcf23a6318861 Signed-off-by: chengbing wu <chengbing.wu@amlogic.com>
28 lines
613 B
Plaintext
28 lines
613 B
Plaintext
# SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
|
|
config AMLOGIC_GPIO
|
|
tristate "Amlogic gpio support"
|
|
default n
|
|
help
|
|
gpio device support
|
|
select y for built-in
|
|
select m for ko
|
|
select n for disable
|
|
|
|
if AMLOGIC_GPIO
|
|
|
|
config AMLOGIC_GPIOLIB
|
|
bool "Amlogic gpiolib expand"
|
|
depends on AMLOGIC_GPIO
|
|
depends on GPIOLIB
|
|
default n
|
|
help
|
|
Say Y here if you want to use the
|
|
amlogic gpiolib expand.
|
|
|
|
source "$(COMMON_DRIVERS_DIR)/drivers/gpio/irqchip/Kconfig"
|
|
source "$(COMMON_DRIVERS_DIR)/drivers/gpio/pinctrl/Kconfig"
|
|
source "$(COMMON_DRIVERS_DIR)/drivers/gpio/meson_pmic6b/Kconfig"
|
|
|
|
endif # AMLOGIC_GPIO
|