diff options
author | Mugunthan V N <mugunthanvnm@ti.com> | 2015-12-24 16:08:15 +0530 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-01-20 19:06:21 -0700 |
commit | 3f8e517135a35bb48a86738d909089807f6ae082 (patch) | |
tree | e868063d98f75ead97b33ce3c00943336cc1c153 /configs | |
parent | c7bd870462231d2b0ea2b093b5e10c6f1f6d5f55 (diff) | |
download | u-boot-imx-3f8e517135a35bb48a86738d909089807f6ae082.zip u-boot-imx-3f8e517135a35bb48a86738d909089807f6ae082.tar.gz u-boot-imx-3f8e517135a35bb48a86738d909089807f6ae082.tar.bz2 |
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_defconfig | 2 |
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 |