diff options
author | Mugunthan V N <mugunthanvnm@ti.com> | 2015-12-24 16:08:22 +0530 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2016-01-20 19:06:22 -0700 |
commit | 9ab401ae0eb0386e300f24262c3b9178892769aa (patch) | |
tree | 184f7839000a1bfd74e7674f7c085d5fc3e2116c /configs/dra74_evm_defconfig | |
parent | 87a2127f9f5b3d6a8e14b64be0dbaf888079fa30 (diff) | |
download | u-boot-9ab401ae0eb0386e300f24262c3b9178892769aa.tar.gz |
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 <mugunthanvnm@ti.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/dra74_evm_defconfig')
-rw-r--r-- | configs/dra74_evm_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/dra74_evm_defconfig b/configs/dra74_evm_defconfig index 6e5a7051a4..9946261909 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 |