Re: [PATCH 4/4] mmc: mtk-sd: select REGULATOR

2019-05-05 Thread Chaotian Jing
On Sat, 2019-05-04 at 20:24 +1000, NeilBrown wrote: > The mtk-sd driver requires a regulator to be present, even if it is > the "fixed" regulator. So select REGULATOR to make it hard to build > unusable configurations. > > Signed-off-by: NeilBrown Reviewed-by:Chaotian Jing > --- >

[PATCH 4/4] mmc: mtk-sd: select REGULATOR

2019-05-04 Thread NeilBrown
The mtk-sd driver requires a regulator to be present, even if it is the "fixed" regulator. So select REGULATOR to make it hard to build unusable configurations. Signed-off-by: NeilBrown --- drivers/mmc/host/Kconfig |1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mmc/host/Kconfig