mirror of
https://github.com/armbian/build.git
synced 2025-08-23 23:41:12 +02:00
It uses the same kernel as next, but it uses mainline u-boot with DT overlay support, but without SPI, USB and possibly SATA support
14 lines
328 B
Diff
14 lines
328 B
Diff
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
|
|
index 53eae8953e..4eddc58062 100644
|
|
--- a/arch/arm/Kconfig
|
|
+++ b/arch/arm/Kconfig
|
|
@@ -330,6 +330,8 @@ config ARCH_MVEBU
|
|
select DM_SERIAL
|
|
select DM_SPI
|
|
select DM_SPI_FLASH
|
|
+ select OF_LIBFDT
|
|
+ select OF_LIBFDT_OVERLAY
|
|
|
|
config TARGET_DEVKIT3250
|
|
bool "Support devkit3250"
|