PWM: add public APIs for PWM drivers
This adds the public APIs for PWM drivers. Also, this adds a Kconfig and an empty makefile for drivers to extend. Change-Id: I1cc0c908b6f5aeeb678b6368640d5b9a1cc9751d Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
parent
d9af71bcff
commit
56bfe61544
5 changed files with 252 additions and 0 deletions
|
@ -55,4 +55,6 @@ source "drivers/spi/Kconfig"
|
|||
|
||||
source "drivers/i2c/Kconfig"
|
||||
|
||||
source "drivers/pwm/Kconfig"
|
||||
|
||||
endmenu
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue