commit | 3d81f02a65b6d132b8ae88da9d7f9d654bcb6440 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Mon Feb 15 20:01:44 2021 +0800 |
committer | Simon Glass <sjg@chromium.org> | Mon Mar 22 19:23:26 2021 +1300 |
tree | e5af8ff426dd08d531b76397d2bcb286490d8ac1 | |
parent | 32b49557a2a37bbf03968e776e2d17ac9b88666f [diff] |
mmc: pci: Fix Kconfig dependency The PCI MMC driver depends on the generic MMC SDHCI driver, otherwise it does not compile. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>