From 0bab2b6e6fb960673de231be51df14117605b0f1 Mon Sep 17 00:00:00 2001 From: Ian Lepore Date: Mon, 24 Jun 2019 02:39:56 +0000 Subject: [PATCH] Add pwm devices to NOTES. --- sys/conf/NOTES | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 65154ab178cf..dfa5ff68d802 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -2493,6 +2493,10 @@ device gpioregulator # extres/regulator glue for gpio pin device gpiospi # SPI via gpio bitbang device gpioths # 1-wire temp/humidity sensor on gpio pin +# Pulse width modulation +device pwmbus # pwm interface and bus support +device pwmc # userland control access to pwm outputs + # # Etherswitch framework and drivers #