summaryrefslogtreecommitdiff
path: root/cmd/Kconfig
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2025-07-01 12:42:34 -0600
committerTom Rini <[email protected]>2025-07-09 10:39:31 -0600
commitb7c87e28289140d2b1087f0dc54669a91a39d09d (patch)
tree9170af01eb415a3040af9dd32ea9dadc863e7311 /cmd/Kconfig
parentda31f4a07ce5fc0e167bd7ce6a17a7a70725ca54 (diff)
cmd: Remove "tsi148" command
We have had no platforms that make use of this since 2021, so drop it. Signed-off-by: Tom Rini <[email protected]>
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r--cmd/Kconfig7
1 files changed, 0 insertions, 7 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 1e86773a143..c3942bf3c31 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -1693,13 +1693,6 @@ config CMD_TEMPERATURE
help
Provides a way to list thermal sensors and to get their readings.
-config CMD_TSI148
- bool "tsi148 - Command to access tsi148 device"
- depends on DM_PCI_COMPAT
- help
- This provides various sub-commands to initialise and configure the
- Turndra tsi148 device. See the command help for full details.
-
config CMD_UFS
bool "ufs - Universal Flash Storage commands"
depends on UFS