From 8abd8bc3d49ad9be7bb7ae4daf2de556525531bd Mon Sep 17 00:00:00 2001 From: Leandro Lanzieri Date: Wed, 11 Nov 2020 16:51:01 +0100 Subject: [PATCH] drivers/mtd: add module to Kconfig --- drivers/Kconfig | 1 + drivers/mtd/Kconfig | 10 ++++++++++ 2 files changed, 11 insertions(+) create mode 100644 drivers/mtd/Kconfig diff --git a/drivers/Kconfig b/drivers/Kconfig index 1e6d28c846..a38e2c82ab 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig @@ -45,6 +45,7 @@ rsource "tmp00x/Kconfig" endmenu # Sensor Device Drivers menu "Storage Device Drivers" +rsource "mtd/Kconfig" rsource "mtd_sdcard/Kconfig" endmenu # Storage Device Drivers diff --git a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig new file mode 100644 index 0000000000..a969e5cb54 --- /dev/null +++ b/drivers/mtd/Kconfig @@ -0,0 +1,10 @@ +# 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_MTD + bool "Memory Technology Device interface (MTD)" + depends on TEST_KCONFIG