mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:32:45 +01:00
drivers/mtd_mci: add module to Kconfig
This commit is contained in:
parent
63407b5e5b
commit
db3349d052
@ -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
|
||||
|
12
drivers/mtd_mci/Kconfig
Normal file
12
drivers/mtd_mci/Kconfig
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user