commit | db36b146e110b8c9039e7fd24a6e8285e4ba9094 | [log] [tgz] |
---|---|---|
author | David Leach <david.leach@nxp.com> | Thu Jul 23 14:13:09 2020 -0500 |
committer | Ioannis Glaropoulos <Ioannis.Glaropoulos@nordicsemi.no> | Fri Jul 24 10:19:47 2020 +0200 |
tree | e9ebc4adda8cd6600e91e4cc7e66eb813204f6dc | |
parent | d8e63e716153e398fea2a16bffa81c48851eb860 [diff] |
kernel: Remove supported size comments from HEAP_MEM_POOL_SIZE The mempool implementation doesn't require specific sizes and can support arbitrary sizes up to the limit of available memory. The Kconfig documentation on this configuration was confusing user. Fixes #20418 Signed-off-by: David Leach <david.leach@nxp.com>