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>
This commit is contained in:
Tom Rini
2025-02-27 09:29:42 -06:00
committed by Fabio Estevam
parent eeefcacb85
commit 569dceef2e
6 changed files with 7 additions and 16 deletions

View File

@@ -9,8 +9,6 @@
#include <asm/arch/imx-regs.h>
#define ESDHCI_QUIRK_BROKEN_TIMEOUT_VALUE 1
#define PHYS_SDRAM 0x80000000
#define PHYS_SDRAM_SIZE (32 * 1024 * 1024)

View File

@@ -9,8 +9,6 @@
#include <asm/arch/imx-regs.h>
#define ESDHCI_QUIRK_BROKEN_TIMEOUT_VALUE 1
#define PHYS_SDRAM 0x80000000
#define PHYS_SDRAM_SIZE (32 * 1024 * 1024)

View File

@@ -10,8 +10,6 @@
#include <asm/arch/imx-regs.h>
#define ESDHCI_QUIRK_BROKEN_TIMEOUT_VALUE 1
/*
* Configuration of the external SDRAM memory
*/