mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
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:
committed by
Abdelatif Guettouche
parent
5a3da5ef50
commit
36185d8366
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user