From: Mugunthan V N <mugunthanvnm@ti.com>
Date: Thu, 24 Dec 2015 10:38:15 +0000 (+0530)
Subject: defconfig: am335x_boneblack_vboot: enable timer driver model
X-Git-Tag: v2025.01-rc5-pxa1908~10643^2~56
X-Git-Url: http://git.dujemihanovic.xyz/contact?a=commitdiff_plain;h=3f8e517135a35bb48a86738d909089807f6ae082;p=u-boot.git

defconfig: am335x_boneblack_vboot: enable timer driver model

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>
---

diff --git a/configs/am335x_boneblack_vboot_defconfig b/configs/am335x_boneblack_vboot_defconfig
index 5dcb942f39..060aa1cd98 100644
--- a/configs/am335x_boneblack_vboot_defconfig
+++ b/configs/am335x_boneblack_vboot_defconfig
@@ -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