diff options
| author | Mugunthan V N <[email protected]> | 2015-12-24 16:08:12 +0530 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2016-01-20 19:06:21 -0700 |
| commit | 49d3fe52e2866903dc7ac4485d453f7b7ae2688f (patch) | |
| tree | d70c292cba1f20f160b0f314eb7591c0eebbdd27 | |
| parent | ff9e612651074aa2317fdb607b337928994be725 (diff) | |
defconfig: am437x_gp_evm: enable timer driver model
Enable timer driver model for am437x_gp_evm as omap-timer supports
driver model.
Signed-off-by: Mugunthan V N <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
| -rw-r--r-- | configs/am437x_gp_evm_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/am437x_gp_evm_defconfig b/configs/am437x_gp_evm_defconfig index 7155c98f8f9..1d79ba19ebd 100644 --- a/configs/am437x_gp_evm_defconfig +++ b/configs/am437x_gp_evm_defconfig @@ -18,3 +18,5 @@ CONFIG_SPI_FLASH=y CONFIG_SPI_FLASH_MACRONIX=y CONFIG_SYS_NS16550=y CONFIG_TI_QSPI=y +CONFIG_TIMER=y +CONFIG_OMAP_TIMER=y |
