summaryrefslogtreecommitdiff
path: root/src/app/i2cdetect/Makefile.inc
blob: 8a0b64e1dc0538eda0131af9e6b3130a66538d92 (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_meta_driver_i2c = y
	CONFIG_meta_driver_hardware_i2c = y
endif