diff options
| author | Michal Simek <[email protected]> | 2026-07-30 08:49:18 +0200 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2026-08-12 06:55:15 +0200 |
| commit | fafbcbdc977a7cc9cd686642a15935966500c05a (patch) | |
| tree | 9e377d68bc66595bcc000993a8302206dc89ca94 | |
| parent | f2294a98b28627b7b2075d5d19d2909de6b27667 (diff) | |
ufs: amd-versal2: Remove ZYNQMP_FIRMWARE dependency
There are EEMI firmware hooks available but they are also IO versions of it
that's why remove ZYNQMP_FIRMWARE depency from UFS driver.
Signed-off-by: Michal Simek <[email protected]>
Link: https://patch.msgid.link/85cbacdc7492890c76396974d24fff607c2088ad.1785394153.git.michal.simek@amd.com
| -rw-r--r-- | drivers/ufs/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ufs/Kconfig b/drivers/ufs/Kconfig index c1b84bd7559..6dffdc00b32 100644 --- a/drivers/ufs/Kconfig +++ b/drivers/ufs/Kconfig @@ -10,7 +10,7 @@ config UFS config UFS_AMD_VERSAL2 bool "AMD Versal Gen 2 UFS controller platform driver" - depends on UFS && ZYNQMP_FIRMWARE + depends on UFS && ARCH_VERSAL2 help This selects the AMD specific additions to UFSHCD platform driver. UFS host on AMD needs some vendor specific configuration before accessing |
