summaryrefslogtreecommitdiff
path: root/lib/utils/reset
diff options
context:
space:
mode:
authorAnup Patel <[email protected]>2022-08-08 09:34:08 +0530
committerAnup Patel <[email protected]>2022-08-08 09:34:08 +0530
commit68d7b85ec75119787d7c672062de5d29156c44be (patch)
tree36d2d61805ffc90e20969ad46e6a5df2fd40d982 /lib/utils/reset
parent5616aa4f4a6d88b1099b90a7e4b1fcf996cf5dab (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/reset')
-rw-r--r--lib/utils/reset/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/utils/reset/Kconfig b/lib/utils/reset/Kconfig
index 71996cb7..2e83ff63 100644
--- a/lib/utils/reset/Kconfig
+++ b/lib/utils/reset/Kconfig
@@ -4,6 +4,7 @@ menu "System Reset Support"
config FDT_RESET
bool "FDT based reset drivers"
+ depends on FDT
default n
if FDT_RESET