1# Copyright (c) 2023 Google LLC
2# SPDX-License-Identifier: Apache-2.0
3
4config AKM09918C
5	bool "AKM09918C Magnetometer"
6	default y
7	depends on DT_HAS_ASAHI_KASEI_AKM09918C_ENABLED
8	select I2C
9	help
10	  Enable driver for AK8975 magnetometer.
11
12config EMUL_AKM09918C
13	bool "Emulator for AKM09918C"
14	default y
15	depends on AKM09918C
16	depends on EMUL
17	help
18	  Enable the hardware emulator for the AKM09918C. Doing so allows exercising
19	  sensor APIs for this magnetometer in native_sim and qemu.
20