12 lines
294 B
Diff
12 lines
294 B
Diff
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
|
|
index d7a9b11..388d19b 100644
|
|
--- a/arch/arm/Kconfig
|
|
+++ b/arch/arm/Kconfig
|
|
@@ -562,6 +562,7 @@ config ARCH_SUNXI
|
|
select CMD_GPIO
|
|
select CMD_MMC if MMC
|
|
select CMD_USB
|
|
+ select OF_LIBFDT_OVERLAY
|
|
select DM
|
|
select DM_ETH
|
|
select DM_GPIO
|