Remove unneeded dependency on USB
This commit is contained in:
parent
1200c6d429
commit
7f1f930a7b
1 changed files with 0 additions and 7 deletions
|
|
@ -54,15 +54,8 @@
|
|||
|
||||
/* Configuration ************************************************************/
|
||||
|
||||
#undef NSH_HAVEUSBDEV
|
||||
#define NSH_HAVEMMCSD 1
|
||||
|
||||
/* Can't support USB features if USB is not enabled */
|
||||
|
||||
#ifndef CONFIG_USBDEV
|
||||
# undef NSH_HAVEUSBDEV
|
||||
#endif
|
||||
|
||||
/* Can't support MMC/SD features if mountpoints or MMC/SPI are disabled */
|
||||
|
||||
#if defined(CONFIG_DISABLE_MOUNTPOINT) || !defined(CONFIG_MMCSD_SPI)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue