Skip to content

Commit

Permalink
RTC: let Dove soc select the rtc-mv driver.
Browse files Browse the repository at this point in the history
Signed-off-by: Saeed Bishara <saeed@marvell.com>
Signed-off-by: Nicolas Pitre <nico@marvell.com>
  • Loading branch information
Saeed Bishara authored and Nicolas Pitre committed Nov 27, 2009
1 parent 573a652 commit da43243
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion arch/arm/configs/dove_defconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.32-rc6
# Tue Nov 24 13:51:23 2009
# Tue Nov 24 13:53:37 2009
#
CONFIG_ARM=y
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
Expand Down Expand Up @@ -1209,6 +1209,7 @@ CONFIG_RTC_INTF_DEV=y
#
# on-CPU RTC drivers
#
CONFIG_RTC_DRV_MV=y
CONFIG_DMADEVICES=y

#
Expand Down
2 changes: 1 addition & 1 deletion drivers/rtc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ config RTC_DRV_TX4939

config RTC_DRV_MV
tristate "Marvell SoC RTC"
depends on ARCH_KIRKWOOD
depends on ARCH_KIRKWOOD || ARCH_DOVE
help
If you say yes here you will get support for the in-chip RTC
that can be found in some of Marvell's SoC devices, such as
Expand Down

0 comments on commit da43243

Please sign in to comment.