commit | 00e0cd7fda11d5c508a3fc0c65b8d06d672bb1a0 | [log] [tgz] |
---|---|---|
author | Sean Anderson <sean.anderson@seco.com> | Tue Nov 23 15:03:46 2021 -0500 |
committer | Jaehoon Chung <jh80.chung@samsung.com> | Wed Jan 12 09:56:40 2022 +0900 |
tree | aae8028bf080c73e048553a9c305ac5f695ca209 | |
parent | 4f01db814aa472ab766eb2cf950400a1310a143f [diff] |
mmc: fsl_esdhc_imx: Replace more #ifdefs by if This builds on the previous patch by converting yet more preprocessor macros to C ifs. This is split off so that the changes adapted from Micheal's patch may be clearly distinguished from the ones I have authored myself. MMC_SUPPORTS_TUNING should really get a Kconfig conversion. And DM_GPIO needs some -ENOSYS stubs when it isn't defined. Signed-off-by: Sean Anderson <sean.anderson@seco.com>