diff options
| author | Masahiro Yamada <[email protected]> | 2016-12-07 22:10:30 +0900 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2016-12-29 13:08:17 -0500 |
| commit | 3d3a74cc8c774345be7d1661b215555ad41f4515 (patch) | |
| tree | 4443935050a306452ec6e8ee96a5bfd281722278 /include | |
| parent | 45a68fe267f14aae05c5d244b1bcda075de7d0a6 (diff) | |
mmc: move MMC_SDHCI_IO_ACCESSORS to Kconfig
This is a user-unconfigurable option that is selected by the
drivers that need to overwrite SDHCI IO memory accessors.
(BCM2835 SDHCI seems the only driver that needs to do so.)
Signed-off-by: Masahiro Yamada <[email protected]>
Reviewed-by: Tom Rini <[email protected]>
Reviewed-by: Jaehoon Chung <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/rpi.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/rpi.h b/include/configs/rpi.h index 8005ac1ec6b..45d88247afa 100644 --- a/include/configs/rpi.h +++ b/include/configs/rpi.h @@ -83,7 +83,6 @@ /* SD/MMC configuration */ #define CONFIG_GENERIC_MMC -#define CONFIG_MMC_SDHCI_IO_ACCESSORS #ifdef CONFIG_CMD_USB #define CONFIG_USB_DWC2 |
