Commit f8096be
committed
lib: libc: Kconfig: Correct dependencies for MINIMAL_LIBC_SUPPORTED
The MINIMAL_LIBC_SUPPORTED option is supposed to indicate that the
minimal C library implementation can be chosen and many tests use
this option as a filter for scenarios where the MINIMAL_LIBC option
is enabled.
On the other hand, the REQUIRES_FULL_LIBC option tells that the minimal
C library is insufficient and it prevents the MINIMAL_LIBC option from
being enabled. But it should also cause that MINIMAL_LIBC_SUPPORTED is
no longer enabled, otherwise for targets requiring a complete C library
implementation, tests using the filtering mentioned above will not be
actually performed with the minimal C library.
This commit removes the above discrepancy by moving the dependency on
!REQUIRES_FULL_LIBC from MINIMAL_LIBC to MINIMAL_LIBC_SUPPORTED.
Signed-off-by: Andrzej Głąbek <[email protected]>1 parent c0a0e6a commit f8096be
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
68 | 69 | | |
69 | 70 | | |
70 | 71 | | |
71 | | - | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
0 commit comments