]> git.ipfire.org Git - people/ms/u-boot.git/commit
mmc: make UHS and HS200 optional
authorJean-Jacques Hiblot <jjhiblot@ti.com>
Thu, 30 Nov 2017 16:44:01 +0000 (17:44 +0100)
committerJaehoon Chung <jh80.chung@samsung.com>
Fri, 12 Jan 2018 09:11:04 +0000 (18:11 +0900)
commitf99c2efe5672d7355a632dcae3551ffadea1163a
treebd12a9d5857427fb65aca36c0640b5e594e82865
parentd8e3d420891a5563fb307871581092c57aa1191e
mmc: make UHS and HS200 optional

Supporting USH and HS200 increases the code size as it brings in IO voltage
control, tuning and fatter data structures.
Use Kconfig configuration to select which of those features should be
built in.

Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
drivers/mmc/Kconfig
drivers/mmc/mmc-uclass.c
drivers/mmc/mmc.c
include/mmc.h