drivers: mfd: add class skeleton
Introduce the skeleton for multi-function device drivers. This driver class is inspired by the same class found in Linux. Multi-function devices expose multiple functionalities, for example, a LED driver, regulator, GPIO controller, etc. The MFD driver class serves as a kind of "parent" device where common functionality can be managed: bus access, IRQ sharing, initialization code, etc. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
64c41022e2
commit
0d3f18d3c4
4 changed files with 27 additions and 0 deletions
|
@ -47,6 +47,7 @@ source "drivers/lora/Kconfig"
|
|||
source "drivers/mbox/Kconfig"
|
||||
source "drivers/mdio/Kconfig"
|
||||
source "drivers/memc/Kconfig"
|
||||
source "drivers/mfd/Kconfig"
|
||||
source "drivers/mipi_dsi/Kconfig"
|
||||
source "drivers/misc/Kconfig"
|
||||
source "drivers/mm/Kconfig"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue