commit | 133facb26cc9a64d0b647122292956c628671923 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu Feb 27 09:29:42 2025 -0600 |
committer | Fabio Estevam <festevam@gmail.com> | Thu Mar 13 15:15:50 2025 -0300 |
tree | b6eb510676f4b5d1649def92e5bd3da5ca7e79cb | |
parent | bdd7d6d5c4f75641cef1cd9e384f60229cc17580 [diff] |
mmc: fsl_esdhc: Migrate ESDHCI_QUIRK_BROKEN_TIMEOUT_VALUE to Kconfig The flag for enabling the ESDHCI_QUIRK_BROKEN_TIMEOUT_VALUE quirk can be handled easily enough in Kconfig. This lets us remove a function but not obviously correct usage of the IS_ENABLED() macro. Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Peng Fan <peng.fan@nxp.com>