]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
defconfig: am437x_gp_evm: enable timer driver model
authorMugunthan V N <mugunthanvnm@ti.com>
Thu, 24 Dec 2015 10:38:12 +0000 (16:08 +0530)
committerSimon Glass <sjg@chromium.org>
Thu, 21 Jan 2016 02:06:21 +0000 (19:06 -0700)
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>
configs/am437x_gp_evm_defconfig

index 7155c98f8f9421ff46580394fb82a1ff1c617357..1d79ba19ebd7e6874b0442b52a646db53a387282 100644 (file)
@@ -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