diff options
author | Mugunthan V N <mugunthanvnm@ti.com> | 2015-12-24 16:08:20 +0530 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-01-20 19:06:22 -0700 |
commit | 09bdea0188118341fc44893d4caeed151b5ac584 (patch) | |
tree | f071a8d6c09094a85f4a901dcbb1844b14596bf7 /configs | |
parent | 6c3401ad862428d6865eb0bf232804e37bd2735d (diff) |
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 <mugunthanvnm@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/dra72_evm_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
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 |