commit | 27a4b3bc4c165695cac65e92a5cb2537367a2392 | [log] [tgz] |
---|---|---|
author | Jean-Jacques Hiblot <jjhiblot@ti.com> | Fri Feb 23 10:40:18 2018 +0100 |
committer | Jaehoon Chung <jh80.chung@samsung.com> | Mon Feb 26 10:52:15 2018 +0900 |
tree | ee5177226c4537bf259ba1d7bdf88e2ffe530c98 | |
parent | c7d08d80c3e792bfbd239b5aafccd5134e91251d [diff] |
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 <jjhiblot@ti.com> Tested-by: Adam Ford <aford173@gmail.com> Reviewed-by: Tom Rini <trini@konsulko.com>