blob: 83f7cc00846bfbf4c81577e16425d00908cd79ca [file] [log] [blame]
# Kconfig - Altera HAL drivers configuration
#
# Copyright (c) 2017 Intel Corporation
#
# SPDX-License-Identifier: Apache-2.0
# Some of the Altera HAL drivers depends on newlibc
# library, So make sure to enable the NEWLIB_LIBC
# before selecting the Altera HAL.
menuconfig HAS_ALTERA_HAL
bool "Altera HAL drivers support"
depends on NIOS2
depends on NEWLIB_LIBC