u-boot/doc/develop/driver-model
Tom Rini 66bda092cf Convert CONFIG_SPL_SYS_MALLOC_SIMPLE to Kconfig
This converts the following to Kconfig:
   CONFIG_SPL_SYS_MALLOC_SIMPLE

The problem here is that a few platforms have been doing:
#ifdef CONFIG_SPL_BUILD
#define CONFIG_SYS_MALLOC_SIMPLE
#endif

instead of defining CONFIG_SPL_SYS_MALLOC_SIMPLE directly.  Correct this
and update the documentation in a few places to match usage.

Signed-off-by: Tom Rini <trini@konsulko.com>
2022-06-06 12:09:12 -04:00
..
bind.rst doc: Move driver model docs under develop/ 2021-03-26 17:03:10 +13:00
debugging.rst doc: Move driver model docs under develop/ 2021-03-26 17:03:10 +13:00
design.rst Convert CONFIG_SPL_SYS_MALLOC_SIMPLE to Kconfig 2022-06-06 12:09:12 -04:00
ethernet.rst doc: Move driver model docs under develop/ 2021-03-26 17:03:10 +13:00
fdt-fixup.rst doc: Move driver model docs under develop/ 2021-03-26 17:03:10 +13:00
fs_firmware_loader.rst doc: Move driver model docs under develop/ 2021-03-26 17:03:10 +13:00
i2c-howto.rst doc: Move driver model docs under develop/ 2021-03-26 17:03:10 +13:00
index.rst doc: develop: Convert README.nvme to reST 2021-06-23 17:21:14 +08:00
livetree.rst doc: Move driver model docs under develop/ 2021-03-26 17:03:10 +13:00
migration.rst dm: serial: Add a migration deadline for serial 2022-01-28 17:58:41 -05:00
nvme.rst nvme: Split out PCI support 2022-02-10 16:44:23 -05:00
of-plat.rst dm: doc: Add a note about of-platdata header files 2021-09-25 09:46:15 -06:00
pci-info.rst doc: Move driver model docs under develop/ 2021-03-26 17:03:10 +13:00
pmic-framework.rst doc: Move driver model docs under develop/ 2021-03-26 17:03:10 +13:00
remoteproc-framework.rst doc: Move driver model docs under develop/ 2021-03-26 17:03:10 +13:00
serial-howto.rst dm: Add docs to explain how to enable DM_SERIAL for a board 2022-04-09 21:06:31 +02:00
soc-framework.rst doc: Move driver model docs under develop/ 2021-03-26 17:03:10 +13:00
spi-howto.rst doc: Move driver model docs under develop/ 2021-03-26 17:03:10 +13:00
usb-info.rst doc: Move driver model docs under develop/ 2021-03-26 17:03:10 +13:00
virtio.rst doc: develop: Convert README.virtio to reST 2021-05-10 13:56:12 +08:00