Kconfig: Standardize board LED and button configurations
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5112 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
74e24323b5
commit
3f958a3e8c
@ -202,6 +202,7 @@ config NSH_MMCSDMINOR
|
|||||||
config NSH_ROMFSETC
|
config NSH_ROMFSETC
|
||||||
bool "Support ROMFS start-up script"
|
bool "Support ROMFS start-up script"
|
||||||
default n
|
default n
|
||||||
|
depends on FS_ROMFS
|
||||||
---help---
|
---help---
|
||||||
Mount a ROMFS filesystem at /etc and provide a startup script
|
Mount a ROMFS filesystem at /etc and provide a startup script
|
||||||
at /etc/init.d/rcS. The default startup script will mount
|
at /etc/init.d/rcS. The default startup script will mount
|
||||||
@ -242,8 +243,6 @@ config NSH_ROMFSSECTSIZE
|
|||||||
increased if the ROMFS volume were to be become large. Any value
|
increased if the ROMFS volume were to be become large. Any value
|
||||||
selected must be a power of 2.
|
selected must be a power of 2.
|
||||||
|
|
||||||
endif
|
|
||||||
|
|
||||||
config NSH_FATDEVNO
|
config NSH_FATDEVNO
|
||||||
int "FAT block device minor number"
|
int "FAT block device minor number"
|
||||||
default 0
|
default 0
|
||||||
@ -279,7 +278,9 @@ config NSH_FATMOUNTPT
|
|||||||
---help---
|
---help---
|
||||||
When the default rcS file used when NSH_ROMFSETC is selected, it
|
When the default rcS file used when NSH_ROMFSETC is selected, it
|
||||||
will mount a FAT FS under /tmp. This is the location where the FAT
|
will mount a FAT FS under /tmp. This is the location where the FAT
|
||||||
FS will be mounted. Default is /tmp.
|
FS will be mounted. Default is "/tmp".
|
||||||
|
|
||||||
|
endif
|
||||||
|
|
||||||
if NSH_LIBRARY
|
if NSH_LIBRARY
|
||||||
config NSH_CONSOLE
|
config NSH_CONSOLE
|
||||||
|
Loading…
x
Reference in New Issue
Block a user