diff mbox series

[U-Boot,v3,23/28] mtd: ubi: remove dependency on command in Kconfig

Message ID 20181204235714.11805-24-miquel.raynal@bootlin.com
State Superseded
Delegated to: Jagannadha Sutradharudu Teki
Headers show
Series MTD defconfigs/Kconfigs/Makefiles heavy cleanup | expand

Commit Message

Miquel Raynal Dec. 4, 2018, 11:57 p.m. UTC
Now that the defconfigs have been fixed, remove the dependencies on
commands in Kconfig. The necessary symbols are enabled so this will
not break anything.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
---
 drivers/mtd/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Boris Brezillon Dec. 5, 2018, 10:39 a.m. UTC | #1
On Wed,  5 Dec 2018 00:57:09 +0100
Miquel Raynal <miquel.raynal@bootlin.com> wrote:

> Now that the defconfigs have been fixed, remove the dependencies on
> commands in Kconfig.

No changes in Kconfig in this patch.

> The necessary symbols are enabled so this will
> not break anything.
> 
> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
> ---
>  drivers/mtd/Makefile | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/mtd/Makefile b/drivers/mtd/Makefile
> index 486634b562..68b1029734 100644
> --- a/drivers/mtd/Makefile
> +++ b/drivers/mtd/Makefile
> @@ -24,5 +24,5 @@ ifeq ($(CONFIG_SPL_BUILD)$(CONFIG_TPL_BUILD),)
>  obj-y += nand/
>  obj-y += onenand/
>  obj-y += spi/
> -obj-$(CONFIG_CMD_UBI) += ubi/
> +obj-$(CONFIG_MTD_UBI) += ubi/
>  endif
diff mbox series

Patch

diff --git a/drivers/mtd/Makefile b/drivers/mtd/Makefile
index 486634b562..68b1029734 100644
--- a/drivers/mtd/Makefile
+++ b/drivers/mtd/Makefile
@@ -24,5 +24,5 @@  ifeq ($(CONFIG_SPL_BUILD)$(CONFIG_TPL_BUILD),)
 obj-y += nand/
 obj-y += onenand/
 obj-y += spi/
-obj-$(CONFIG_CMD_UBI) += ubi/
+obj-$(CONFIG_MTD_UBI) += ubi/
 endif