diff options
author | Mugunthan V N <mugunthanvnm@ti.com> | 2015-12-24 16:08:17 +0530 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-01-20 19:06:22 -0700 |
commit | 00dffc9abe9b039900cab43722a9017ef5355de2 (patch) | |
tree | 292a72af8b0f75e1c473ad4d228a9504d9d70322 /configs | |
parent | d3e25aed73143b98e3f27908f2d951345d8c617b (diff) | |
download | u-boot-imx-00dffc9abe9b039900cab43722a9017ef5355de2.zip u-boot-imx-00dffc9abe9b039900cab43722a9017ef5355de2.tar.gz u-boot-imx-00dffc9abe9b039900cab43722a9017ef5355de2.tar.bz2 |
defconfig: am335x_gp_evm: enable timer driver model
Enable timer driver model for am335x_gp_evm 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_gp_evm_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/am335x_gp_evm_defconfig b/configs/am335x_gp_evm_defconfig index 74d9ffb..49461e2 100644 --- a/configs/am335x_gp_evm_defconfig +++ b/configs/am335x_gp_evm_defconfig @@ -16,3 +16,5 @@ CONFIG_SPI_FLASH_WINBOND=y CONFIG_DM_ETH=y CONFIG_SYS_NS16550=y CONFIG_RSA=y +CONFIG_TIMER=y +CONFIG_OMAP_TIMER=y |