aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-11-19 18:45:23 -0500
committerTom Rini <trini@konsulko.com>2022-12-05 16:07:13 -0500
commit68e54040ccc3c5432be720e0cc6da3489eaceef6 (patch)
treed231a98f4f94b7c68ad2064022152aa284f34e2c /common
parentc136a861054e698dec86f5f7b2a326ad38cd197f (diff)
downloadu-boot-68e54040ccc3c5432be720e0cc6da3489eaceef6.zip
u-boot-68e54040ccc3c5432be720e0cc6da3489eaceef6.tar.gz
u-boot-68e54040ccc3c5432be720e0cc6da3489eaceef6.tar.bz2
sandbox: Move CONFIG_IO_TRACE to Kconfig
This is only used on sandbox, so select it there. Cc: Simon Glass <sjg@chromium.org> Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'common')
-rw-r--r--common/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 053e93e..8c71d3c 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -1086,3 +1086,6 @@ config FDT_SIMPLEFB
These functions can be used by board to indicate to the OS
the presence of the simple frame buffer with associated reserved
memory
+
+config IO_TRACE
+ bool