Skip to content

Commit

Permalink
ARM: SAMSUNG: Make RTC driver dependency SoC specific instead of mach…
Browse files Browse the repository at this point in the history
…ine specific

This patch moves the dependency of RTC driver from MACH_XXX(board) to
ARCH_XXX(SoC). This will enable all machines using Samsung S5P6440, S5PC100
and S5PV210 SoCs to use RTC driver by default.

Signed-off-by: Atul Dahiya <atul.dahiya@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
  • Loading branch information
Atul Dahiya authored and Kukjin Kim committed Aug 5, 2010
1 parent 16f4efe commit 03eb274
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/arm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -672,6 +672,7 @@ config ARCH_S5P6440
select GENERIC_GPIO
select HAVE_CLK
select ARCH_USES_GETTIMEOFFSET
select HAVE_S3C_RTC
help
Samsung S5P6440 CPU based systems

Expand All @@ -691,6 +692,7 @@ config ARCH_S5PC100
select CPU_V7
select ARM_L1_CACHE_SHIFT_6
select ARCH_USES_GETTIMEOFFSET
select HAVE_S3C_RTC
help
Samsung S5PC100 series based systems

Expand All @@ -701,6 +703,7 @@ config ARCH_S5PV210
select HAVE_CLK
select ARM_L1_CACHE_SHIFT_6
select ARCH_USES_GETTIMEOFFSET
select HAVE_S3C_RTC
help
Samsung S5PV210/S5PC110 series based systems

Expand Down

0 comments on commit 03eb274

Please sign in to comment.