commit | a265171a76042389359ee9b4845200a7bdb8519a | [log] [tgz] |
---|---|---|
author | Hari Prasath <Hari.PrasathGE@microchip.com> | Mon Dec 13 10:30:03 2021 +0530 |
committer | Eugen Hristev <eugen.hristev@microchip.com> | Thu Dec 16 11:41:45 2021 +0200 |
tree | c602157c14218315f3b01d4254fa734e79f444fc | |
parent | aaf8aae8c80da9ae31fc9a91507e6f01a55cb370 [diff] |
ARM: mach-at91: Add compile time option to choose proper timer New SoC's of AT91 family with ARM-9 core includes a regular timer and a 64-bit timer.This patch adds a compile time option to the Makefile such that the old timer driver is chosen and compiled as default if none of timer configuration options are explicitly defined in the board configs. Signed-off-by: Hari Prasath <Hari.PrasathGE@microchip.com> Reviewed-by: Eugen Hristev <eugen.hristev@microchip.com>