diff options
author | Sungbo Eo <mans0n@gorani.run> | 2021-02-17 21:17:03 +0900 |
---|---|---|
committer | Adrian Schmutzler <freifunk@adrianschmutzler.de> | 2021-02-24 02:53:53 +0100 |
commit | e464d365fe66bd6b5b238a18b32650a8b1d1ef63 (patch) | |
tree | 58cefcef426c76d5a580d9c9c95dd65890703818 /target/linux/kirkwood/patches-5.10/201-enable-sata-port-specific-led-triggers.patch | |
parent | 8d766aa669702f8291a95f985a0b4dd16b1cca2d (diff) | |
download | upstream-e464d365fe66bd6b5b238a18b32650a8b1d1ef63.tar.gz upstream-e464d365fe66bd6b5b238a18b32650a8b1d1ef63.tar.bz2 upstream-e464d365fe66bd6b5b238a18b32650a8b1d1ef63.zip |
kirkwood: copy files to kernel 5.10
Copy config and patches to kernel 5.10.
Signed-off-by: Sungbo Eo <mans0n@gorani.run>
Diffstat (limited to 'target/linux/kirkwood/patches-5.10/201-enable-sata-port-specific-led-triggers.patch')
-rw-r--r-- | target/linux/kirkwood/patches-5.10/201-enable-sata-port-specific-led-triggers.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/linux/kirkwood/patches-5.10/201-enable-sata-port-specific-led-triggers.patch b/target/linux/kirkwood/patches-5.10/201-enable-sata-port-specific-led-triggers.patch new file mode 100644 index 0000000000..c1645367a4 --- /dev/null +++ b/target/linux/kirkwood/patches-5.10/201-enable-sata-port-specific-led-triggers.patch @@ -0,0 +1,10 @@ +--- a/arch/arm/mach-mvebu/Kconfig ++++ b/arch/arm/mach-mvebu/Kconfig +@@ -119,6 +119,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 |