mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
a9dda40fe2
Rebase patches and port SATA driver to work with Linux > 5.13. Tested on Shuttle KD-20. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
11 lines
284 B
Diff
11 lines
284 B
Diff
--- a/arch/arm/mach-oxnas/Kconfig
|
|
+++ b/arch/arm/mach-oxnas/Kconfig
|
|
@@ -2,6 +2,7 @@
|
|
menuconfig ARCH_OXNAS
|
|
bool "Oxford Semiconductor OXNAS Family SoCs"
|
|
select ARCH_HAS_RESET_CONTROLLER
|
|
+ select ARCH_WANT_LIBATA_LEDS
|
|
select COMMON_CLK_OXNAS
|
|
select GPIOLIB
|
|
select MFD_SYSCON
|