commit | 0bf1f4956d2677e60558c84a10b3dba2b8539680 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Oct 01 14:43:19 2016 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Oct 11 10:17:03 2016 -0600 |
tree | afd6e751f25a018f28d58559f0f1bc996eeb2e02 | |
parent | 7b8492ea40e1307b4fe89615ee7fa8b1d2d4940b [diff] |
dm: mmc: Enable DM_MMC_OPS by default with DM_MMC These two options go together and it is best to do the conversion in one step. So enable DM_MMC_OPS by default if DM_MMC is enabled. Signed-off-by: Simon Glass <sjg@chromium.org>