summaryrefslogtreecommitdiff
path: root/zephyr/emul/Kconfig.sn5s330
blob: aba3bb90289d18b242c672acdbd9b5b31728085b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Copyright 2021 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

DT_COMPAT_SN5S330_EMUL := cros,sn5s330-emul

menuconfig EMUL_SN5S330
	bool "sn5s330 emulator"
	default $(dt_compat_enabled,$(DT_COMPAT_SN5S330_EMUL))
	depends on I2C_EMUL
	help
	  Enable the sn5s330 emulator. This driver uses the emulated I2C bus. It
	  is used to test the sn5s330 driver. Emulator API is available in
	  zephyr/include/emul/emul_sn5s330.h

if EMUL_SN5S330

module = SN5S330_EMUL
module-str = sn5s330_emul
source "subsys/logging/Kconfig.template.log_config"

endif # EMUL_SN5S330