diff options
| author | Anup Patel <[email protected]> | 2022-08-08 09:33:37 +0530 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2022-08-08 09:33:37 +0530 |
| commit | 013dbb3a60db0f7d9c92990b266c3df9d3552c0c (patch) | |
| tree | 0877b1be509158a7cac99ad68b6101671dab7dbc /platform/nuclei | |
| parent | 3e76a607b5df33b2bc200c942fa76e6d06689cf6 (diff) | |
lib: utils/timer: Use kconfig for enabling/disabling drivers
We update timer drivers makefile to use kconfig for enabling/disabling
drivers. To avoid compile errors, we also enable appropriate timer
drivers for each platform.
Signed-off-by: Anup Patel <[email protected]>
Tested-by: Andrew Jones <[email protected]>
Acked-by: Atish Patra <[email protected]>
Tested-by: Atish Patra <[email protected]>
Diffstat (limited to 'platform/nuclei')
| -rw-r--r-- | platform/nuclei/ux600/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/nuclei/ux600/Kconfig b/platform/nuclei/ux600/Kconfig index 69fe8f84..dec26542 100644 --- a/platform/nuclei/ux600/Kconfig +++ b/platform/nuclei/ux600/Kconfig @@ -3,4 +3,5 @@ config PLATFORM_NUCLEI_UX600 bool select SERIAL_SIFIVE + select TIMER_MTIMER default y |
