diff --git a/drivers/Kconfig b/drivers/Kconfig index 113aea2249..0a383b5783 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig @@ -113,6 +113,7 @@ rsource "at25xxx/Kconfig" rsource "mtd/Kconfig" rsource "mtd_flashpage/Kconfig" rsource "mtd_mapper/Kconfig" +rsource "mtd_mci/Kconfig" rsource "mtd_sdcard/Kconfig" rsource "sdcard_spi/Kconfig" endmenu # Storage Device Drivers diff --git a/drivers/mtd_mci/Kconfig b/drivers/mtd_mci/Kconfig new file mode 100644 index 0000000000..626cacb76a --- /dev/null +++ b/drivers/mtd_mci/Kconfig @@ -0,0 +1,12 @@ +# 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_MCI + bool "MTD interface for LPC23XX MCI" + depends on TEST_KCONFIG + depends on MODULE_MCI + select MODULE_MTD