mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH master] sandbox: Kconfig: select all of PARTITION_DISK's dependencies
@ 2021-02-03 17:05 Ahmad Fatoum
  2021-02-04 10:10 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Ahmad Fatoum @ 2021-02-03 17:05 UTC (permalink / raw)
  To: barebox; +Cc: Ahmad Fatoum

`make hosttools_defconfig` shows that PARTITION_DISK was selected
without all its dependencies being enabled as well.
Select the missing PARTITION symbol to fix this.

Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
---
 arch/sandbox/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/sandbox/Kconfig b/arch/sandbox/Kconfig
index 113b619fc35b..d597eb62858b 100644
--- a/arch/sandbox/Kconfig
+++ b/arch/sandbox/Kconfig
@@ -9,6 +9,7 @@ config SANDBOX
 	select HAS_DMA
 	select BLOCK
 	select BLOCK_WRITE
+	select PARTITION
 	select PARTITION_DISK
 	select ARCH_HAS_STACK_DUMP if ASAN
 	default y
-- 
2.30.0


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH master] sandbox: Kconfig: select all of PARTITION_DISK's dependencies
  2021-02-03 17:05 [PATCH master] sandbox: Kconfig: select all of PARTITION_DISK's dependencies Ahmad Fatoum
@ 2021-02-04 10:10 ` Sascha Hauer
  0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2021-02-04 10:10 UTC (permalink / raw)
  To: Ahmad Fatoum; +Cc: barebox

On Wed, Feb 03, 2021 at 06:05:11PM +0100, Ahmad Fatoum wrote:
> `make hosttools_defconfig` shows that PARTITION_DISK was selected
> without all its dependencies being enabled as well.
> Select the missing PARTITION symbol to fix this.
> 
> Signed-off-by: Ahmad Fatoum <a.fatoum@pengutronix.de>
> ---
>  arch/sandbox/Kconfig | 1 +
>  1 file changed, 1 insertion(+)

Applied, thanks

Sascha

> 
> diff --git a/arch/sandbox/Kconfig b/arch/sandbox/Kconfig
> index 113b619fc35b..d597eb62858b 100644
> --- a/arch/sandbox/Kconfig
> +++ b/arch/sandbox/Kconfig
> @@ -9,6 +9,7 @@ config SANDBOX
>  	select HAS_DMA
>  	select BLOCK
>  	select BLOCK_WRITE
> +	select PARTITION
>  	select PARTITION_DISK
>  	select ARCH_HAS_STACK_DUMP if ASAN
>  	default y
> -- 
> 2.30.0
> 
> 
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
> 

-- 
Pengutronix e.K.                           |                             |
Steuerwalder Str. 21                       | http://www.pengutronix.de/  |
31137 Hildesheim, Germany                  | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-02-04 10:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-03 17:05 [PATCH master] sandbox: Kconfig: select all of PARTITION_DISK's dependencies Ahmad Fatoum
2021-02-04 10:10 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox