1# Copyright (c) 2020 Seagate Technology LLC
2# SPDX-License-Identifier: Apache-2.0
3
4config LED_PWM
5	bool "PWM LED driver"
6	depends on PWM
7	help
8	  Enable driver for PWM LEDs.
9