diff options
| author | Mugunthan V N <[email protected]> | 2015-12-24 16:08:22 +0530 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2016-01-20 19:06:22 -0700 |
| commit | 9ab401ae0eb0386e300f24262c3b9178892769aa (patch) | |
| tree | 184f7839000a1bfd74e7674f7c085d5fc3e2116c | |
| parent | 87a2127f9f5b3d6a8e14b64be0dbaf888079fa30 (diff) | |
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 <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
| -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 6e5a7051a43..99462619095 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 |
