drivers/lis3dh: add module to Kconfig
This commit is contained in:
parent
ffc7764ef9
commit
29f4c7b678
@ -80,6 +80,7 @@ rsource "jc42/Kconfig"
|
|||||||
rsource "l3g4200d/Kconfig"
|
rsource "l3g4200d/Kconfig"
|
||||||
rsource "lc709203f/Kconfig"
|
rsource "lc709203f/Kconfig"
|
||||||
rsource "lis2dh12/Kconfig"
|
rsource "lis2dh12/Kconfig"
|
||||||
|
rsource "lis3dh/Kconfig"
|
||||||
rsource "lpsxxx/Kconfig"
|
rsource "lpsxxx/Kconfig"
|
||||||
rsource "mag3110/Kconfig"
|
rsource "mag3110/Kconfig"
|
||||||
rsource "mma8x5x/Kconfig"
|
rsource "mma8x5x/Kconfig"
|
||||||
|
|||||||
14
drivers/lis3dh/Kconfig
Normal file
14
drivers/lis3dh/Kconfig
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
# Copyright (c) 2020 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.
|
||||||
|
#
|
||||||
|
|
||||||
|
config MODULE_LIS3DH
|
||||||
|
bool "LIS3DH accelerometer"
|
||||||
|
depends on HAS_PERIPH_GPIO
|
||||||
|
depends on HAS_PERIPH_SPI
|
||||||
|
depends on TEST_KCONFIG
|
||||||
|
select MODULE_PERIPH_GPIO
|
||||||
|
select MODULE_PERIPH_SPI
|
||||||
Loading…
x
Reference in New Issue
Block a user