iotrace: Finish migrating this to Kconfig
authorTom Rini <trini@konsulko.com>
Wed, 1 Oct 2025 20:30:52 +0000 (14:30 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 10 Oct 2025 20:25:24 +0000 (14:25 -0600)
commit16bbc225fed7931988616ba4e223954ae5ccc06b
tree52f02214484508f987e97e992655715961563aa8
parentb30155c08e95550296668766bfd7d3da27c970fe
iotrace: Finish migrating this to Kconfig

When I migrated this to Kconfig in commit 68e54040ccc3 ("sandbox: Move
CONFIG_IO_TRACE to Kconfig") I didn't look hard enough for other
details. As explained in the README, this is valid for ARM too. So start
by making this be a prompted question and CMD_IOTRACE depend on IO_TRACE
being enabled.  Next, migrate the information out of README and in to
the appropriate help text for existing options in Kconfig. Finally, make
this option be default y on SANDBOX but not selected as it's valid to
build without it.

Signed-off-by: Tom Rini <trini@konsulko.com>
README
arch/Kconfig
cmd/Kconfig
common/Kconfig