1e5c46df3d
Instead of forcing use of NEWLIB_LIBC, select any available complete C library implementation. Add CONFIG_REQUIRES_FLOAT_PRINTF and adjust CONFIG_LIBC_MALLOC_ARENA_SIZE as needed. Signed-off-by: Keith Packard <keithp@keithp.com>
11 lines
274 B
Plaintext
11 lines
274 B
Plaintext
# General config
|
|
CONFIG_REQUIRES_FULL_LIBC=y
|
|
CONFIG_POSIX_API=y
|
|
CONFIG_EVENTFD=y
|
|
|
|
# eventfd() implementation currently depends on some networking APIs,
|
|
# so provide reasonable defaults so it can be built.
|
|
CONFIG_NETWORKING=y
|
|
CONFIG_NET_TEST=y
|
|
CONFIG_TEST_RANDOM_GENERATOR=y
|