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:
Daniel Leung 2015-09-21 15:39:22 -07:00 committed by Anas Nashif
commit 56bfe61544
5 changed files with 252 additions and 0 deletions

View file

@ -55,4 +55,6 @@ source "drivers/spi/Kconfig"
source "drivers/i2c/Kconfig"
source "drivers/pwm/Kconfig"
endmenu