mirror of
https://github.com/armbian/build.git
synced 2025-08-13 22:56:57 +02:00
* Change DEV to EDGE * Renaming patches dev folder to edge * Move patches into subdir where they will be archived. * Relink patch directories properly
14 lines
330 B
Diff
14 lines
330 B
Diff
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
|
|
index 0e8dc01..22170d2 100644
|
|
--- a/arch/arm/Kconfig
|
|
+++ b/arch/arm/Kconfig
|
|
@@ -1125,6 +1125,8 @@ config ARCH_ROCKCHIP
|
|
imply TPL_SYSRESET
|
|
imply ADC
|
|
imply SARADC_ROCKCHIP
|
|
+ select OF_LIBFDT
|
|
+ select OF_LIBFDT_OVERLAY
|
|
|
|
config TARGET_THUNDERX_88XX
|
|
bool "Support ThunderX 88xx"
|