Contrary to what was written in its Kconfig, hal/altera depends not on Newlib, but on a baseline POSIXish define like O_NONBLOCK. Minimal libc now provides them, so there're no issues with building Altera for either minimal on newlib libc. Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
11 lines
207 B
Plaintext
11 lines
207 B
Plaintext
# Kconfig - Altera HAL drivers configuration
|
|
|
|
#
|
|
# Copyright (c) 2017 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
menuconfig HAS_ALTERA_HAL
|
|
bool "Altera HAL drivers support"
|
|
depends on NIOS2
|