mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 07:12:54 +08:00
apps/examples/nettest and poll: Complete Kconfig files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5556 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -3,6 +3,14 @@
|
||||
# see misc/tools/kconfig-language.txt.
|
||||
#
|
||||
|
||||
config DISABLE_POLL
|
||||
bool "Disable driver poll interfaces"
|
||||
default n
|
||||
---help---
|
||||
The sizes of drivers can be reduced if the poll() method is not
|
||||
supported. If you do not use poll() or select(), then you can
|
||||
select DISABLE_POLL to reduce the code footprint by a small amount.
|
||||
|
||||
config DEV_NULL
|
||||
bool "Enable /dev/null"
|
||||
default y
|
||||
|
||||
Reference in New Issue
Block a user