blob: 3ba76324a66d957853f2aff6e793b936218abc40 [file] [log] [blame]
yang.lib06e0a82022-01-10 17:35:09 +08001# Copyright (c) 2021-2022 Amlogic, Inc. All rights reserved.
2
3# SPDX-License-Identifier: MIT
4
xiaohu.huang45c38e12022-08-31 11:37:37 +08005menuconfig LIBC
6 bool "Generic_C_lib"
xiaohu.huang45c38e12022-08-31 11:37:37 +08007 help
8 Select generic C library
9
10if LIBC
xiaohu.huang45c38e12022-08-31 11:37:37 +080011 rsource "aml/Kconfig"
xiaohu.huang45c38e12022-08-31 11:37:37 +080012 rsource "newlib/Kconfig"
13 rsource "qlibc/Kconfig"
14endif