1# AK8975 magnetometer configuration options
2
3# Copyright (c) 2016 Intel Corporation
4# SPDX-License-Identifier: Apache-2.0
5
6config AK8975
7 bool "AK8975 Magnetometer"
8 default y
9 depends on DT_HAS_ASAHI_KASEI_AK8975_ENABLED
10 select I2C
11 help
12 Enable driver for AK8975 magnetometer.
13