• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# LEDC drivers configuration
4#
5
6menu "LED Drivers"
7	depends on AW_BSP
8
9config AW_LEDC
10        tristate "LEDC Support for Allwinner SoCs"
11	select NEW_LEDS
12	select LEDS_CLASS
13	select LEDS_TRIGGERS
14	select LEDS_TRIGGER_TIMER
15	help
16	  This enables support for LED Controller on Allwinner SoCs.
17
18endmenu
19