summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorMugunthan V N <mugunthanvnm@ti.com>2015-12-24 10:38:15 (GMT)
committerSimon Glass <sjg@chromium.org>2016-01-21 02:06:21 (GMT)
commit3f8e517135a35bb48a86738d909089807f6ae082 (patch)
treee868063d98f75ead97b33ce3c00943336cc1c153 /configs
parentc7bd870462231d2b0ea2b093b5e10c6f1f6d5f55 (diff)
downloadu-boot-3f8e517135a35bb48a86738d909089807f6ae082.tar.xz
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>
Diffstat (limited to 'configs')
-rw-r--r--configs/am335x_boneblack_vboot_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/am335x_boneblack_vboot_defconfig b/configs/am335x_boneblack_vboot_defconfig
index 5dcb942..060aa1c 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