boards/arm/lpc17xx_40xx/lx_cpu/configs/nsh: Fix build test error (#161)

Add CONFIG_MMCSD_SDIO=y to configuration.  This eliminates the following error found in build testing: lpc17_40_bringup.c: undefined reference to mmcsd_initialize
This commit is contained in:
patacongo 2020-01-24 09:51:32 -06:00 committed by Abdelatif Guettouche
parent 5a3da5ef50
commit 36185d8366

View File

@ -97,6 +97,7 @@ CONFIG_M25P_SUBSECTOR_ERASE=y
CONFIG_MAX_TASKS=16
CONFIG_MAX_WDOGPARMS=2
CONFIG_MMCSD=y
CONFIG_MMCSD_SDIO=y
CONFIG_MM_REGIONS=3
CONFIG_MTD=y
CONFIG_MTD_M25P=y