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>
40 lines
857 B
Plaintext
40 lines
857 B
Plaintext
# SPDX-License-Identifier: (GPL-2.0+ OR MIT)
|
|
|
|
comment "RTC drivers"
|
|
|
|
if RTC_CLASS
|
|
|
|
config AMLOGIC_RTC
|
|
tristate "Platform rtc drivers support"
|
|
default n
|
|
help
|
|
rtc drivers support
|
|
select y for built-in
|
|
select m for ko
|
|
select n for disable
|
|
|
|
config AMLOGIC_RTC_DRV_MESON_VRTC
|
|
bool "Amlogic Meson Virtual RTC"
|
|
depends on AMLOGIC_RTC
|
|
default n
|
|
help
|
|
If you say yes here you will get support for the
|
|
Virtual RTC of Amlogic SoCs.
|
|
|
|
This driver can also be built as a module. If so, the module
|
|
will be called rtc-meson-vrtc.
|
|
|
|
config AMLOGIC_MESON_RTC
|
|
bool "Amlogic Meson RTC driver"
|
|
depends on AMLOGIC_RTC
|
|
default n
|
|
help
|
|
This is the Amlogic rtc driver.
|
|
|
|
This driver can also be built as a module. If so, the module
|
|
will be called meson-rtc.
|
|
|
|
source "$(COMMON_DRIVERS_DIR)/drivers/rtc/meson_pmic6b/Kconfig"
|
|
endif # RTC_CLASS
|
|
|