diff options
| author | Anup Patel <[email protected]> | 2022-08-08 09:34:08 +0530 |
|---|---|---|
| committer | Anup Patel <[email protected]> | 2022-08-08 09:34:08 +0530 |
| commit | 68d7b85ec75119787d7c672062de5d29156c44be (patch) | |
| tree | 36d2d61805ffc90e20969ad46e6a5df2fd40d982 /lib/utils/timer | |
| parent | 5616aa4f4a6d88b1099b90a7e4b1fcf996cf5dab (diff) | |
lib: utils/fdt: Use kconfig for enabling/disabling
We update FDT support makefile to use kconfig for enabling/disabling.
To avoid compilation errors, we also enable FDT 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 'lib/utils/timer')
| -rw-r--r-- | lib/utils/timer/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/utils/timer/Kconfig b/lib/utils/timer/Kconfig index 0a1c7271..23c48c5f 100644 --- a/lib/utils/timer/Kconfig +++ b/lib/utils/timer/Kconfig @@ -4,6 +4,7 @@ menu "Timer Device Support" config FDT_TIMER bool "FDT based timer drivers" + depends on FDT default n if FDT_TIMER |
