diff options
author | Mark Jackson <mpfj-list@mimc.co.uk> | 2013-01-29 15:03:35 +0000 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2013-02-01 14:59:35 -0800 |
commit | 7dc0f27ea43151889ae762d321e4068dd90cd9e2 (patch) | |
tree | 8d51f82a6ba4b5d582e2a5e8638f61015ec7405e /arch/arm/configs/omap2plus_defconfig | |
parent | 749a34b37de27918c88391f8f62f65e9e26e8689 (diff) | |
download | talos-obmc-linux-7dc0f27ea43151889ae762d321e4068dd90cd9e2.tar.gz talos-obmc-linux-7dc0f27ea43151889ae762d321e4068dd90cd9e2.zip |
ARM: OMAP2+: omap2plus_defconfig: enable omap1 rtc
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>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/configs/omap2plus_defconfig')
-rw-r--r-- | arch/arm/configs/omap2plus_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig index 82200558b735..76938cb50b45 100644 --- a/arch/arm/configs/omap2plus_defconfig +++ b/arch/arm/configs/omap2plus_defconfig @@ -223,6 +223,7 @@ CONFIG_LEDS_TRIGGER_DEFAULT_ON=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 |