diff mbox

[U-Boot,12/19] defconfig: am335x_boneblack_vboot: enable timer driver model

Message ID 1448613098-1579-13-git-send-email-mugunthanvnm@ti.com
State Accepted
Commit 3f8e517135a35bb48a86738d909089807f6ae082
Delegated to: Tom Rini
Headers show

Commit Message

Mugunthan V N Nov. 27, 2015, 8:31 a.m. UTC
Enable timer driver model for am335x_boneblack_vboot as
omap-timer supports driver model.

Signed-off-by: Mugunthan V N <mugunthanvnm@ti.com>
---
 configs/am335x_boneblack_vboot_defconfig | 2 ++
 1 file changed, 2 insertions(+)
diff mbox

Patch

diff --git a/configs/am335x_boneblack_vboot_defconfig b/configs/am335x_boneblack_vboot_defconfig
index ad40b07..888d5b1 100644
--- a/configs/am335x_boneblack_vboot_defconfig
+++ b/configs/am335x_boneblack_vboot_defconfig
@@ -18,3 +18,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