Re: [U-Boot] [RFC] CONFIG_DM_MMC should depend on CONFIG_MMC

2017-12-02 Thread Tom Rini
On Sat, Dec 02, 2017 at 11:07:53AM +0100, Heinrich Schuchardt wrote: > Hello Simon, > > do you remember reason why you chose that CONFIG_DM_MMC should not depend on > CONFIG_MMC? > > [PATCH] dm: mmc: Add an MMC uclass > e7ecf7cb5a6b873daf2d88daf03034d51fad4acc > > My gut feeling is that it

[U-Boot] [RFC] CONFIG_DM_MMC should depend on CONFIG_MMC

2017-12-02 Thread Heinrich Schuchardt
Hello Simon, do you remember reason why you chose that CONFIG_DM_MMC should not depend on CONFIG_MMC? [PATCH] dm: mmc: Add an MMC uclass e7ecf7cb5a6b873daf2d88daf03034d51fad4acc My gut feeling is that it should have that dependency like DM_USB depends on USB and DM_PCI depends PCI. The same