All drivers using the pinctrl API must select the PINCTRL option. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
11 lines
317 B
Text
11 lines
317 B
Text
# Copyright (c) 2022 Microchip Technology Inc.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config LED_XEC
|
|
bool "Microchip XEC BB-LED driver"
|
|
default y
|
|
depends on DT_HAS_MICROCHIP_XEC_BBLED_ENABLED
|
|
select PINCTRL
|
|
help
|
|
Enable driver for the Microchip XEC Breathing-Blinking
|
|
LED controller for MEC15xx and MEC172x
|