aboutsummaryrefslogtreecommitdiffstats
path: root/package/kernel/linux/modules/gpio.mk
Commit message (Collapse)AuthorAgeFilesLines
* kernel: modules: add irq support for pca953xOskari Lemmela2024-09-221-1/+2
| | | | | | | | Enable interrupt controller support for PCA953x kernel module Signed-off-by: Oskari Lemmela <oskari@lemmela.net> Link: https://github.com/openwrt/openwrt/pull/15926 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* kernel: modules: move gpio modules to gpio menuChukun Pan2024-02-011-0/+118
| | | | | | | | Since we have the 'GPIO support' menu, it is strange to look up gpio related modules in 'Other modules' menu. So move these modules and put them in the gpio menu. Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>
* kernel: modules: gpio.mk: renamed from gpio-cascade.mkChukun Pan2024-02-011-0/+20
This can be used to place the gpio module, so rename it. Signed-off-by: Chukun Pan <amadeus@jmu.edu.cn>