diff options
author | Pawel Dembicki <paweldembicki@gmail.com> | 2022-04-22 09:05:52 +0200 |
---|---|---|
committer | Sungbo Eo <mans0n@gorani.run> | 2022-05-01 13:40:13 +0900 |
commit | 8e6ee6cbaf3269d81410322ab464f920432eb843 (patch) | |
tree | 72e9d92f4f90bafa7ea5fbae07cb6ae545d36250 /target/linux/kirkwood/patches-5.15/201-enable-sata-port-specific-led-triggers.patch | |
parent | daee22c7c0a6801a5e6de26a6039424d045788e7 (diff) | |
download | upstream-8e6ee6cbaf3269d81410322ab464f920432eb843.tar.gz upstream-8e6ee6cbaf3269d81410322ab464f920432eb843.tar.bz2 upstream-8e6ee6cbaf3269d81410322ab464f920432eb843.zip |
kirkwood: copy config and patches to 5.15
This patch makes only a copy of 5.10 config and patches.
Patches merged in upstream was omited.
Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
Diffstat (limited to 'target/linux/kirkwood/patches-5.15/201-enable-sata-port-specific-led-triggers.patch')
-rw-r--r-- | target/linux/kirkwood/patches-5.15/201-enable-sata-port-specific-led-triggers.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/kirkwood/patches-5.15/201-enable-sata-port-specific-led-triggers.patch b/target/linux/kirkwood/patches-5.15/201-enable-sata-port-specific-led-triggers.patch new file mode 100644 index 0000000000..35db065727 --- /dev/null +++ b/target/linux/kirkwood/patches-5.15/201-enable-sata-port-specific-led-triggers.patch @@ -0,0 +1,10 @@ +--- a/arch/arm/mach-mvebu/Kconfig ++++ b/arch/arm/mach-mvebu/Kconfig +@@ -116,6 +116,7 @@ config MACH_DOVE + config MACH_KIRKWOOD + bool "Marvell Kirkwood boards" + depends on ARCH_MULTI_V5 ++ select ARCH_WANT_LIBATA_LEDS + select CPU_FEROCEON + select GPIOLIB + select KIRKWOOD_CLK |