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

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

index 5dcb942f3900f6db65727f638da6060b20ef1313..060aa1cd98eccb2ddf37c0c7aaa32e34cc873ff0 100644 (file)
@@ -22,3 +22,5 @@ CONFIG_SPI_FLASH=y
 CONFIG_SPI_FLASH_WINBOND=y
 CONFIG_DM_ETH=y
 CONFIG_SYS_NS16550=y
+CONFIG_TIMER=y
+CONFIG_OMAP_TIMER=y