kernel: make kmod-mmc unavailable on UML
MMC requires IOMEM support, which UML doesn't have. Fixes mac80211 build, as mwifiex-sdio depends on MMC support. Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com>
This commit is contained in:
parent
fc859fb44b
commit
ac388ad83a
1 changed files with 1 additions and 0 deletions
|
@ -349,6 +349,7 @@ $(eval $(call KernelPackage,lp))
|
|||
define KernelPackage/mmc
|
||||
SUBMENU:=$(OTHER_MENU)
|
||||
TITLE:=MMC/SD Card Support
|
||||
DEPENDS:=@!TARGET_uml
|
||||
KCONFIG:= \
|
||||
CONFIG_MMC \
|
||||
CONFIG_MMC_BLOCK \
|
||||
|
|
Loading…
Reference in a new issue