# AK8975 magnetometer configuration options

# Copyright (c) 2016 Intel Corporation
# SPDX-License-Identifier: Apache-2.0

config AK8975
	bool "AK8975 Magnetometer"
	default y
	depends on DT_HAS_ASAHI_KASEI_AK8975_ENABLED
	select I2C
	help
	  Enable driver for AK8975 magnetometer.
