aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mvebu/modules.mk
Commit message (Collapse)AuthorAgeFilesLines
* mvebu: remove duplicate CONFIG_POWER_RESET entriesSungbo Eo2022-01-291-4/+1
| | | | | | | The option is already enabled in the target config since 9149ed4f05f8 ("mvebu: cortexa9: Add support for Ctera C200-V2"). Signed-off-by: Sungbo Eo <mans0n@gorani.run>
* kernel: add disabled POWER_RESET_QNAPSungbo Eo2022-01-291-2/+1
| | | | | | Move the disabled symbol from target configs to generic configs. Signed-off-by: Sungbo Eo <mans0n@gorani.run>
* mvebu: backport linkstation-poweroff upstream driverDaniel González Cabanelas2020-08-281-0/+21
Backport the Linkstation poweroff driver from the kernel upstream (commit a7f79f99541ef) This driver is required by the Buffalo LinkStation LS421DE for a correct power off operation. It also allows to use the WoL feature. Signed-off-by: Daniel González Cabanelas <dgcbueu@gmail.com>