summaryrefslogtreecommitdiffstats
path: root/drivers/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2016-01-21 19:44:54 -0700
committerSimon Glass <sjg@chromium.org>2016-01-21 20:42:36 -0700
commitfc760cb8c4cc16061079fb45e2e0bad11e5acedc (patch)
treed796c4f0ae64c7d5d32b26f4fdcd9a145be5f52f /drivers/Kconfig
parentd4bf91ada110aeb26f844cbe95cdb9b1ddb87f19 (diff)
downloadtalos-obmc-uboot-fc760cb8c4cc16061079fb45e2e0bad11e5acedc.tar.gz
talos-obmc-uboot-fc760cb8c4cc16061079fb45e2e0bad11e5acedc.zip
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>
Diffstat (limited to 'drivers/Kconfig')
-rw-r--r--drivers/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/Kconfig b/drivers/Kconfig
index c481e93356..70993fdab8 100644
--- a/drivers/Kconfig
+++ b/drivers/Kconfig
@@ -46,6 +46,8 @@ source "drivers/pinctrl/Kconfig"
source "drivers/power/Kconfig"
+source "drivers/pwm/Kconfig"
+
source "drivers/ram/Kconfig"
source "drivers/remoteproc/Kconfig"
OpenPOWER on IntegriCloud