diff options
| author | Simon Glass <[email protected]> | 2016-01-21 19:44:54 -0700 |
|---|---|---|
| committer | Simon Glass <[email protected]> | 2016-01-21 20:42:36 -0700 |
| commit | fc760cb8c4cc16061079fb45e2e0bad11e5acedc (patch) | |
| tree | d796c4f0ae64c7d5d32b26f4fdcd9a145be5f52f /drivers/Kconfig | |
| parent | d4bf91ada110aeb26f844cbe95cdb9b1ddb87f19 (diff) | |
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 <[email protected]>
Diffstat (limited to 'drivers/Kconfig')
| -rw-r--r-- | drivers/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/Kconfig b/drivers/Kconfig index c481e93356d..70993fdab80 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" |
