xref: /openbmc/u-boot/drivers/block/Kconfig (revision e3b5f041)
1*e3b5f041SSimon Glassconfig DISK
2*e3b5f041SSimon Glass	bool "Support disk controllers with driver model"
3*e3b5f041SSimon Glass	depends on DM
4*e3b5f041SSimon Glass	default y if DM
5*e3b5f041SSimon Glass	help
6*e3b5f041SSimon Glass	  This enables a uclass for disk controllers in U-Boot. Various driver
7*e3b5f041SSimon Glass	  types can use this, such as AHCI/SATA. It does not provide any standard
8*e3b5f041SSimon Glass	  operations at present. The block device interface has not been converted
9*e3b5f041SSimon Glass	  to driver model.
10