blob: cb6815e92d8618632415aeb146f2ee6de3c23050 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#
# PMIC Modules configuration
#
config MXC_PMIC_MC9S08DZ60
tristate "MC9S08DZ60 PMIC"
depends on ARCH_MXC && I2C
---help---
This is the MXC MC9S08DZ60(MCU) PMIC support.
config MXC_MC9SDZ60_RTC
tristate "MC9SDZ60 Real Time Clock (RTC) support"
depends on MXC_PMIC_MC9SDZ60
---help---
This is the MC9SDZ60 RTC module driver. This module provides kernel API
for RTC part of MC9SDZ60.
If you want MC9SDZ60 RTC support, you should say Y here
|