diff options
author | Mugunthan V N <mugunthanvnm@ti.com> | 2015-12-24 16:08:12 +0530 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-01-20 19:06:21 -0700 |
commit | 49d3fe52e2866903dc7ac4485d453f7b7ae2688f (patch) | |
tree | d70c292cba1f20f160b0f314eb7591c0eebbdd27 /configs | |
parent | ff9e612651074aa2317fdb607b337928994be725 (diff) | |
download | u-boot-imx-49d3fe52e2866903dc7ac4485d453f7b7ae2688f.zip u-boot-imx-49d3fe52e2866903dc7ac4485d453f7b7ae2688f.tar.gz u-boot-imx-49d3fe52e2866903dc7ac4485d453f7b7ae2688f.tar.bz2 |
defconfig: am437x_gp_evm: enable timer driver model
Enable timer driver model for am437x_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/am437x_gp_evm_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/am437x_gp_evm_defconfig b/configs/am437x_gp_evm_defconfig index 7155c98..1d79ba19 100644 --- a/configs/am437x_gp_evm_defconfig +++ b/configs/am437x_gp_evm_defconfig @@ -18,3 +18,5 @@ CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_MACRONIX=y CONFIG_SYS_NS16550=y CONFIG_TI_QSPI=y +CONFIG_TIMER=y +CONFIG_OMAP_TIMER=y |