diff --git a/drivers/Kconfig.net b/drivers/Kconfig.net index 76c44d1b62..d3f719ba8d 100644 --- a/drivers/Kconfig.net +++ b/drivers/Kconfig.net @@ -12,6 +12,7 @@ rsource "cc110x/Kconfig" rsource "dose/Kconfig" rsource "mcp2515/Kconfig" rsource "mrf24j40/Kconfig" +rsource "ncv7356/Kconfig" rsource "pn532/Kconfig" rsource "rn2xx3/Kconfig" rsource "slipdev/Kconfig" diff --git a/drivers/ncv7356/Kconfig b/drivers/ncv7356/Kconfig new file mode 100644 index 0000000000..ddb14f8492 --- /dev/null +++ b/drivers/ncv7356/Kconfig @@ -0,0 +1,13 @@ +# 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_NCV7356 + bool "NCV7356 Single Wire CAN Transceiver" + depends on HAS_PERIPH_GPIO + depends on TEST_KCONFIG + select MODULE_PERIPH_GPIO + select MODULE_CAN_TRX