commit | fc760cb8c4cc16061079fb45e2e0bad11e5acedc | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Jan 21 19:44:54 2016 -0700 |
committer | Simon Glass <sjg@chromium.org> | Thu Jan 21 20:42:36 2016 -0700 |
tree | d796c4f0ae64c7d5d32b26f4fdcd9a145be5f52f | |
parent | d4bf91ada110aeb26f844cbe95cdb9b1ddb87f19 [diff] [blame] |
dm: pwm: Add a PWM uclass Add a uclass that supports Pulse Width Modulation (PWM) devices. It provides methods to enable/disable and configure the device. Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/drivers/Kconfig b/drivers/Kconfig index c481e93..70993fd 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig
@@ -46,6 +46,8 @@ source "drivers/power/Kconfig" +source "drivers/pwm/Kconfig" + source "drivers/ram/Kconfig" source "drivers/remoteproc/Kconfig"