blob: 933df6b89342a35d1d644fa3095fce099dd798fa (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# vim:ft=make
#
# Copyright 2020 Daniel Friesel
#
# SPDX-License-Identifier: CC0-1.0
ifdef app
override arch_drivers += ,i2c
CONFIG_driver_ccS811 = y
CONFIG_loop = y
endif
|