diff options
Diffstat (limited to 'drivers/mxc/mcu_pmic/Kconfig')
-rw-r--r-- | drivers/mxc/mcu_pmic/Kconfig | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/drivers/mxc/mcu_pmic/Kconfig b/drivers/mxc/mcu_pmic/Kconfig new file mode 100644 index 000000000000..43addf06f82e --- /dev/null +++ b/drivers/mxc/mcu_pmic/Kconfig @@ -0,0 +1,19 @@ +# +# 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 + + |