From: Jean-Jacques Hiblot Date: Fri, 23 Feb 2018 09:40:18 +0000 (+0100) Subject: mmc: omap_hsmmc: make it possible to compile out ADMA support X-Git-Url: http://git.ipfire.org/?p=people%2Fms%2Fu-boot.git;a=commitdiff_plain;h=27a4b3bc4c165695cac65e92a5cb2537367a2392;hp=27a4b3bc4c165695cac65e92a5cb2537367a2392 mmc: omap_hsmmc: make it possible to compile out ADMA support Some platforms don't have ADMA controllers. For those platforms, compiling it out reduces the size of the binary by about 600 bytes. Leaving the support in doesn't break things as the driver checks at runtime if the ADMA2 controller is present. Signed-off-by: Jean-Jacques Hiblot Tested-by: Adam Ford Reviewed-by: Tom Rini ---