From: Mugunthan V N Date: Thu, 24 Dec 2015 10:38:20 +0000 (+0530) Subject: defconfig: dra72_evm: enable timer driver model X-Git-Url: http://git.dujemihanovic.xyz/%22/img/sics.gif/%22/static/git-favicon.png?a=commitdiff_plain;h=09bdea0188118341fc44893d4caeed151b5ac584;p=u-boot.git defconfig: dra72_evm: enable timer driver model Enable timer driver model for dra72_evm_defconfig as omap-timer supports driver model. Signed-off-by: Mugunthan V N Reviewed-by: Tom Rini --- diff --git a/configs/dra72_evm_defconfig b/configs/dra72_evm_defconfig index b57ecca696..32d1dc1d2b 100644 --- a/configs/dra72_evm_defconfig +++ b/configs/dra72_evm_defconfig @@ -22,3 +22,5 @@ CONFIG_SYS_NS16550=y CONFIG_TI_QSPI=y CONFIG_DM_SPI=y CONFIG_DM_SPI_FLASH=y +CONFIG_TIMER=y +CONFIG_OMAP_TIMER=y