2012-04-06 18:33:17 +02:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2015-06-28 16:14:53 +02:00
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
2012-04-06 18:33:17 +02:00
|
|
|
#
|
2012-04-14 22:01:08 +02:00
|
|
|
|
2012-10-04 01:36:54 +02:00
|
|
|
config SYSTEM_SDCARD
|
2015-04-07 21:23:39 +02:00
|
|
|
bool "SD Card"
|
2012-04-14 22:01:08 +02:00
|
|
|
default n
|
|
|
|
---help---
|
|
|
|
Enable support for the NSH sdcard command.
|
|
|
|
|
2012-10-04 01:36:54 +02:00
|
|
|
if SYSTEM_SDCARD
|
2012-04-14 22:01:08 +02:00
|
|
|
endif
|
|
|
|
|