Re: [PATCH] cmd: part: add explicit dependency on PARTITIONS

2022-04-25 Thread Tom Rini
On Fri, Apr 22, 2022 at 10:44:30AM +0900, AKASHI Takahiro wrote: > This is a follow-up patch for my "disk: don't compile in partition > support for spl/tpl if not really necessary". > > "part" command is useful only if, at least, one of partition table types > is selected. So it should have a dep

Re: [PATCH] cmd: part: add explicit dependency on PARTITIONS

2022-04-22 Thread Tom Rini
On Fri, Apr 22, 2022 at 10:44:30AM +0900, AKASHI Takahiro wrote: > This is a follow-up patch for my "disk: don't compile in partition > support for spl/tpl if not really necessary". > > "part" command is useful only if, at least, one of partition table types > is selected. So it should have a dep

[PATCH] cmd: part: add explicit dependency on PARTITIONS

2022-04-21 Thread AKASHI Takahiro
This is a follow-up patch for my "disk: don't compile in partition support for spl/tpl if not really necessary". "part" command is useful only if, at least, one of partition table types is selected. So it should have a dependency on PARTITIONS which is now automatically selected if one of partitio