rtc: ds1307: factor out century bit handling
[linux-2.6/btrfs-unstable.git] / drivers / soc / samsung / Kconfig
blob8b25bd55e64803aa528aa97dabf6090641d619ab
2 # SAMSUNG SoC drivers
4 menuconfig SOC_SAMSUNG
5         bool "Samsung SoC driver support" if COMPILE_TEST
7 if SOC_SAMSUNG
9 config EXYNOS_PMU
10         bool "Exynos PMU controller driver" if COMPILE_TEST
11         depends on ARCH_EXYNOS || ((ARM || ARM64) && COMPILE_TEST)
12         select EXYNOS_PMU_ARM_DRIVERS if ARM && ARCH_EXYNOS
14 # There is no need to enable these drivers for ARMv8
15 config EXYNOS_PMU_ARM_DRIVERS
16         bool "Exynos PMU ARMv7-specific driver extensions" if COMPILE_TEST
17         depends on EXYNOS_PMU
19 config EXYNOS_PM_DOMAINS
20         bool "Exynos PM domains" if COMPILE_TEST
21         depends on PM_GENERIC_DOMAINS || COMPILE_TEST
23 endif