diff --git a/drivers/Kconfig b/drivers/Kconfig index 46ce5e6ce2..f71c3432fd 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig @@ -80,6 +80,7 @@ rsource "jc42/Kconfig" rsource "l3g4200d/Kconfig" rsource "lc709203f/Kconfig" rsource "lis2dh12/Kconfig" +rsource "lis3dh/Kconfig" rsource "lpsxxx/Kconfig" rsource "mag3110/Kconfig" rsource "mma8x5x/Kconfig" diff --git a/drivers/lis3dh/Kconfig b/drivers/lis3dh/Kconfig new file mode 100644 index 0000000000..749b39329b --- /dev/null +++ b/drivers/lis3dh/Kconfig @@ -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