From: Mugunthan V N Date: Thu, 24 Dec 2015 10:38:22 +0000 (+0530) Subject: defconfig: dra74_evm: enable timer driver model X-Git-Tag: v2016.03-rc1~243^2~49 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9ab401ae0eb0386e300f24262c3b9178892769aa;p=platform%2Fkernel%2Fu-boot.git defconfig: dra74_evm: enable timer driver model Enable timer driver model for dra74_evm_defconfig as omap-timer supports driver model. Signed-off-by: Mugunthan V N Reviewed-by: Tom Rini --- diff --git a/configs/dra74_evm_defconfig b/configs/dra74_evm_defconfig index 6e5a705..9946261 100644 --- a/configs/dra74_evm_defconfig +++ b/configs/dra74_evm_defconfig @@ -21,3 +21,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