blob: b66976a5b76bbbb6888173c504481628519851b7 [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.Huang60a7f2f2021-10-25 15:40:57 +08005config LIBC_AML
Xiaohu.Huangf3174402022-01-07 11:09:38 +08006 bool "Libc implement by AML"
kelvin.zhangdeb1e902022-01-19 14:48:07 +08007 select KERNEL
Xiaohu.Huangf3174402022-01-07 11:09:38 +08008 help
9 Enable libc of AML's implementation.
xiaohu.huangbf62d7b2023-07-18 18:02:43 +080010
11if LIBC_AML
12config LIBC_AML_FLOAT_PRINT
13 bool "Float number print supported"
14 help
15 Float number print supported
xiaohu.huangee0b3352024-11-26 10:32:42 +080016
17config LIBC_AML_LONG_LONG_PRINT
18 bool "Long long number print supported"
19 help
20 Long long number print supported
xiaohu.huangbf62d7b2023-07-18 18:02:43 +080021endif