mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
drivers/qmc5883l: add module to Kconfig
This commit is contained in:
parent
ded45e8d5f
commit
26e2e7548f
@ -86,6 +86,7 @@ rsource "pcd8544/Kconfig"
|
||||
rsource "ph_oem/Kconfig"
|
||||
rsource "pir/Kconfig"
|
||||
rsource "pulse_counter/Kconfig"
|
||||
rsource "qmc5883l/Kconfig"
|
||||
rsource "sps30/Kconfig"
|
||||
rsource "tcs37727/Kconfig"
|
||||
rsource "tmp00x/Kconfig"
|
||||
|
20
drivers/qmc5883l/Kconfig
Normal file
20
drivers/qmc5883l/Kconfig
Normal file
@ -0,0 +1,20 @@
|
||||
# Copyright (c) 2021 HAW Hamburg
|
||||
#
|
||||
# This file is subject to the terms and conditions of the GNU Lesser
|
||||
# General Public License v2.1. See the file LICENSE in the top level
|
||||
# directory for more details.
|
||||
#
|
||||
|
||||
menuconfig MODULE_QMC5883L
|
||||
bool "QMC5883L 3-Axis Digital Magnetic sensor"
|
||||
depends on HAS_PERIPH_I2C
|
||||
depends on TEST_KCONFIG
|
||||
select MODULE_PERIPH_I2C
|
||||
|
||||
config MODULE_QMC5883L_INT
|
||||
bool "Interrupt support"
|
||||
depends on HAS_PERIPH_GPIO
|
||||
depends on HAS_PERIPH_GPIO_IRQ
|
||||
depends on MODULE_QMC5883L
|
||||
select MODULE_PERIPH_GPIO
|
||||
select MODULE_PERIPH_GPIO_IRQ
|
Loading…
Reference in New Issue
Block a user