mirror of
https://github.com/armbian/build.git
synced 2025-08-10 13:16:58 +02:00
* Move all legacy u-boot patches under one general legacy folder * Move 32b Rockchip under 2022.04 and legacy for Miqi Tested * Move Rock 3A patch dir under legacy * Move / merge meson64 patch folder into v2022.07 Merge 2022.04 (mainly Rockchip 32) into 2022.07, tested * Remove not needed patch * Add last kernel version to config
14 lines
352 B
Diff
14 lines
352 B
Diff
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
|
|
index 8a23c76d..bb1e3cb7 100644
|
|
--- a/arch/arm/Kconfig
|
|
+++ b/arch/arm/Kconfig
|
|
@@ -1321,6 +1321,8 @@ config ARCH_ROCKCHIP
|
|
select DM_SPI_FLASH
|
|
select DM_USB if USB
|
|
select ENABLE_ARM_SOC_BOOT0_HOOK
|
|
+ select OF_LIBFDT
|
|
+ select OF_LIBFDT_OVERLAY
|
|
select OF_CONTROL
|
|
select SPI
|
|
select SPL_DM if SPL
|