]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
defconfig: dra74_evm: enable timer driver model
authorMugunthan V N <mugunthanvnm@ti.com>
Thu, 24 Dec 2015 10:38:22 +0000 (16:08 +0530)
committerSimon Glass <sjg@chromium.org>
Thu, 21 Jan 2016 02:06:22 +0000 (19:06 -0700)
Enable timer driver model for dra74_evm_defconfig as omap-timer
supports driver model.

Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
configs/dra74_evm_defconfig

index 6e5a7051a430eebea2b1cdecdaf78508b096604e..99462619095f4f82e9c84017bcbbb26ef2de8418 100644 (file)
@@ -21,3 +21,5 @@ CONFIG_SYS_NS16550=y
 CONFIG_TI_QSPI=y
 CONFIG_DM_SPI=y
 CONFIG_DM_SPI_FLASH=y
+CONFIG_TIMER=y
+CONFIG_OMAP_TIMER=y