diff mbox

ARM: OMAP2+: omap2plus_defconfig: enable omap1 rtc

Message ID 5107E4C7.6000008@mimc.co.uk (mailing list archive)
State New, archived
Headers show

Commit Message

Mark Jackson Jan. 29, 2013, 3:03 p.m. UTC
The BeagleBone dev kit uses the built-in RTC module, so
it would be nice to have this built by default in the
omap2plus defconfig.

Signed-off-by: Mark Jackson <mpfj@newflow.co.uk>
---
 arch/arm/configs/omap2plus_defconfig |    1 +
 1 file changed, 1 insertion(+)

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Comments

Tony Lindgren Feb. 1, 2013, 6:55 p.m. UTC | #1
* Mark Jackson <mpfj-list@mimc.co.uk> [130129 07:07]:
> The BeagleBone dev kit uses the built-in RTC module, so
> it would be nice to have this built by default in the
> omap2plus defconfig.

Thanks applying into omap-for-v3.9/board.

Regards,

Tony
--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
index 82ce8d7..d852775 100644
--- a/arch/arm/configs/omap2plus_defconfig
+++ b/arch/arm/configs/omap2plus_defconfig
@@ -199,6 +199,7 @@  CONFIG_MMC_OMAP_HS=y
 CONFIG_RTC_CLASS=y
 CONFIG_RTC_DRV_TWL92330=y
 CONFIG_RTC_DRV_TWL4030=y
+CONFIG_RTC_DRV_OMAP=y
 CONFIG_DMADEVICES=y
 CONFIG_DMA_OMAP=y
 CONFIG_EXT2_FS=y