summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2022-11-19 18:45:23 -0500
committerTom Rini <[email protected]>2022-12-05 16:07:13 -0500
commit68e54040ccc3c5432be720e0cc6da3489eaceef6 (patch)
treed231a98f4f94b7c68ad2064022152aa284f34e2c /arch
parentc136a861054e698dec86f5f7b2a326ad38cd197f (diff)
sandbox: Move CONFIG_IO_TRACE to Kconfig
This is only used on sandbox, so select it there. Cc: Simon Glass <[email protected]> Signed-off-by: Tom Rini <[email protected]> Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'arch')
-rw-r--r--arch/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig
index ae397166979..51d46a45fef 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -146,6 +146,7 @@ config SANDBOX
select DM_SPI
select DM_SPI_FLASH
select GZIP_COMPRESSED
+ select IO_TRACE
select LZO
select OF_BOARD_SETUP
select PCI_ENDPOINT