2020-04-22 23:28:48 +08:00
|
|
|
# General config
|
|
|
|
CONFIG_NEWLIB_LIBC=y
|
2020-06-16 18:38:52 +08:00
|
|
|
CONFIG_NEWLIB_LIBC_NANO=n
|
2020-04-22 23:28:48 +08:00
|
|
|
CONFIG_POSIX_API=y
|
|
|
|
CONFIG_EVENTFD=y
|
|
|
|
|
2020-06-10 19:23:24 +08:00
|
|
|
# eventfd() implementation currently depends on some networking APIs,
|
|
|
|
# so provide reasonable defaults so it can be built.
|
2020-04-22 23:28:48 +08:00
|
|
|
CONFIG_NETWORKING=y
|
2020-06-10 19:23:24 +08:00
|
|
|
CONFIG_NET_SLIP_TAP=n
|
|
|
|
CONFIG_TEST_RANDOM_GENERATOR=y
|