commit | d053167c76bd06f1a7558b5b43f9ed96daaab2c3 | [log] [tgz] |
---|---|---|
author | Jean-Jacques Hiblot <jjhiblot@ti.com> | Thu Jan 04 15:23:32 2018 +0100 |
committer | Jaehoon Chung <jh80.chung@samsung.com> | Fri Jan 12 18:11:24 2018 +0900 |
tree | 4b6aa1319eefc5fb45162cede548c951902d12f6 | |
parent | fa6c5775ad5c8e0b2ff8e19d69885ae4271c5d7a [diff] |
mmc: add a Kconfig option to enable the support for MMC write operations This allows using CONFIG_IS_ENABLED(MMC_WRITE) to compile out code needed only if write support is required. The option is added for u-boot and for SPL Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>