yang.li | b06e0a8 | 2022-01-10 17:35:09 +0800 | [diff] [blame] | 1 | # Copyright (c) 2021-2022 Amlogic, Inc. All rights reserved. |
| 2 | |
| 3 | # SPDX-License-Identifier: MIT |
| 4 | |
Xiaohu.Huang | 60a7f2f | 2021-10-25 15:40:57 +0800 | [diff] [blame] | 5 | config LIBC_AML |
Xiaohu.Huang | f317440 | 2022-01-07 11:09:38 +0800 | [diff] [blame] | 6 | bool "Libc implement by AML" |
kelvin.zhang | deb1e90 | 2022-01-19 14:48:07 +0800 | [diff] [blame] | 7 | select KERNEL |
Xiaohu.Huang | f317440 | 2022-01-07 11:09:38 +0800 | [diff] [blame] | 8 | help |
| 9 | Enable libc of AML's implementation. |
xiaohu.huang | bf62d7b | 2023-07-18 18:02:43 +0800 | [diff] [blame] | 10 | |
| 11 | if LIBC_AML |
| 12 | config LIBC_AML_FLOAT_PRINT |
| 13 | bool "Float number print supported" |
| 14 | help |
| 15 | Float number print supported |
xiaohu.huang | ee0b335 | 2024-11-26 10:32:42 +0800 | [diff] [blame] | 16 | |
| 17 | config LIBC_AML_LONG_LONG_PRINT |
| 18 | bool "Long long number print supported" |
| 19 | help |
| 20 | Long long number print supported |
xiaohu.huang | bf62d7b | 2023-07-18 18:02:43 +0800 | [diff] [blame] | 21 | endif |