Merge tag 'for-5.13/io_uring-2021-04-27' of git://git.kernel.dk/linux-block
[linux-2.6-microblaze.git] / drivers / pwm / Kconfig
index 9a4f66a..43d9f18 100644 (file)
@@ -423,6 +423,15 @@ config PWM_PXA
          To compile this driver as a module, choose M here: the module
          will be called pwm-pxa.
 
+config PWM_RASPBERRYPI_POE
+       tristate "Raspberry Pi Firwmware PoE Hat PWM support"
+       # Make sure not 'y' when RASPBERRYPI_FIRMWARE is 'm'. This can only
+       # happen when COMPILE_TEST=y, hence the added !RASPBERRYPI_FIRMWARE.
+       depends on RASPBERRYPI_FIRMWARE || (COMPILE_TEST && !RASPBERRYPI_FIRMWARE)
+       help
+         Enable Raspberry Pi firmware controller PWM bus used to control the
+         official RPI PoE hat
+
 config PWM_RCAR
        tristate "Renesas R-Car PWM support"
        depends on ARCH_RENESAS || COMPILE_TEST