kirkwood: move mmc/sd features to modules
All devices are using nand images. Built-in MMC/SD modules are not needed anymore. Run tested: pogo v4 Reviewed-by: Sungbo Eo <mans0n@gorani.run> Signed-off-by: Pawel Dembicki <paweldembicki@gmail.com>
This commit is contained in:
		 Pawel Dembicki
					Pawel Dembicki
				
			
				
					committed by
					
						 Adrian Schmutzler
						Adrian Schmutzler
					
				
			
			
				
	
			
			
			 Adrian Schmutzler
						Adrian Schmutzler
					
				
			
						parent
						
							73c3ba23a4
						
					
				
				
					commit
					c5356d10c0
				
			| @@ -391,6 +391,23 @@ endef | ||||
| $(eval $(call KernelPackage,mmc)) | ||||
|  | ||||
|  | ||||
| define KernelPackage/mvsdio | ||||
|   SUBMENU:=$(OTHER_MENU) | ||||
|   TITLE:=Marvell MMC/SD/SDIO host driver | ||||
|   DEPENDS:=+kmod-mmc @TARGET_kirkwood | ||||
|   KCONFIG:= CONFIG_MMC_MVSDIO | ||||
|   FILES:= \ | ||||
| 	$(LINUX_DIR)/drivers/mmc/host/mvsdio.ko | ||||
|   AUTOLOAD:=$(call AutoProbe,mvsdio,1) | ||||
| endef | ||||
|  | ||||
| define KernelPackage/mvsdio/description | ||||
|  Kernel support for the Marvell SDIO host driver. | ||||
| endef | ||||
|  | ||||
| $(eval $(call KernelPackage,mvsdio)) | ||||
|  | ||||
|  | ||||
| define KernelPackage/sdhci | ||||
|   SUBMENU:=$(OTHER_MENU) | ||||
|   TITLE:=Secure Digital Host Controller Interface support | ||||
|   | ||||
		Reference in New Issue
	
	Block a user