aboutsummaryrefslogtreecommitdiff
path: root/target/linux/apm821xx/modules.mk
Commit message (Collapse)AuthorAge
* apm821xx: fix autoloading of kmod-hw-crypto4xxRani Hod2023-07-08
| | | | | Fixes: 55fbcad20a2d (apm821xx: make crypto4xx as a standalone module) Signed-off-by: Rani Hod <rani.hod@gmail.com>
* apm821xx: put crypto4xx into crypto subsectionChristian Lamparter2023-06-01
| | | | | | | | module is only useful for apm821xx targets, so limit visability to just this target. Fixes: 55fbcad20a2d ("apm821xx: make crypto4xx as a standalone module") Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
* apm821xx: make crypto4xx as a standalone moduleChristian Lamparter2023-05-30
| | | | | | | Make the crypto4xx crypto accelerator support as a standalone module. This saves 90kb on a gzipped kernel. Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
* apm821xx: make ata-dwc as a standalone moduleChristian Lamparter2023-05-30
In order to cut down on the Netgear WNDR4700, the ata driver can be outsourced. This helps other apm821xx devices too to save up on kernel size (~200 kb). Signed-off-by: Christian Lamparter <chunkeey@gmail.com>