commit | 511dcc3b902f5c2201bf5cf73276942d32e025ae | [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 | ac549ac82d1b09fa9b912f64784426dec9052c20 [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>