With over a dozen LED samples, grouping them in a common drivers/led/ folder helps keep things tidy and lays the groundwork for further improvements in the way samples are showing up in the docs. Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
5 lines
120 B
Plaintext
5 lines
120 B
Plaintext
# SPDX-License-Identifier: Apache-2.0
|
|
# Copyright 2022 Daniel DeGrasse <daniel@degrasse.com>
|
|
CONFIG_LED=y
|
|
CONFIG_GPIO=y
|