* [PATCH] make dos partition support default yes if we have disk partition support
@ 2011-12-07 9:48 Sascha Hauer
2011-12-07 10:14 ` Juergen Beisert
0 siblings, 1 reply; 2+ messages in thread
From: Sascha Hauer @ 2011-12-07 9:48 UTC (permalink / raw)
To: barebox
DOS partitions are the only partitions we handle at the moment
and without it most MMC/SD enabled configs are useless, so make
it default yes. Also, use 'depends on' instead of 'if'
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Cc: Juergen Beisert <jbe@pengutronix.de>
---
common/Kconfig | 10 +++-------
1 files changed, 3 insertions(+), 7 deletions(-)
diff --git a/common/Kconfig b/common/Kconfig
index 1318e7d..27464d1 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -406,24 +406,20 @@ config PARTITION
bool
prompt "Enable Partitions"
-if PARTITION
-
config PARTITION_DISK
+ depends on PARTITION
bool "DISK partition support"
help
Add support for handling common partition tables on all kind of disk
like devices (harddisks, CF cards, SD cards and so on)
-if PARTITION_DISK
-
config PARTITION_DISK_DOS
+ depends on PARTITION_DISK
+ default y
bool "DOS partition support"
help
Add support to handle partitions in DOS style.
-endif
-endif
-
config DEFAULT_ENVIRONMENT
bool
default y
--
1.7.7.3
_______________________________________________
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] make dos partition support default yes if we have disk partition support
2011-12-07 9:48 [PATCH] make dos partition support default yes if we have disk partition support Sascha Hauer
@ 2011-12-07 10:14 ` Juergen Beisert
0 siblings, 0 replies; 2+ messages in thread
From: Juergen Beisert @ 2011-12-07 10:14 UTC (permalink / raw)
To: barebox
Sascha Hauer wrote:
> DOS partitions are the only partitions we handle at the moment
> and without it most MMC/SD enabled configs are useless, so make
> it default yes. Also, use 'depends on' instead of 'if'
>
> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
> Cc: Juergen Beisert <jbe@pengutronix.de>
Acked-by: Juergen Beisert <jbe@pengutronix.de>
> ---
> common/Kconfig | 10 +++-------
> 1 files changed, 3 insertions(+), 7 deletions(-)
>
> diff --git a/common/Kconfig b/common/Kconfig
> index 1318e7d..27464d1 100644
> --- a/common/Kconfig
> +++ b/common/Kconfig
> @@ -406,24 +406,20 @@ config PARTITION
> bool
> prompt "Enable Partitions"
>
> -if PARTITION
> -
> config PARTITION_DISK
> + depends on PARTITION
> bool "DISK partition support"
> help
> Add support for handling common partition tables on all kind of disk
> like devices (harddisks, CF cards, SD cards and so on)
>
> -if PARTITION_DISK
> -
> config PARTITION_DISK_DOS
> + depends on PARTITION_DISK
> + default y
> bool "DOS partition support"
> help
> Add support to handle partitions in DOS style.
>
> -endif
> -endif
> -
> config DEFAULT_ENVIRONMENT
> bool
> default y
The "if PARTITION_DISK" was only for future updates to add more partition
table support than the old DOS type. World domination...you know? ;-)
jbe
--
Pengutronix e.K. | Juergen Beisert |
Linux Solutions for Science and Industry | http://www.pengutronix.de/ |
_______________________________________________
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:[~2011-12-07 10:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-07 9:48 [PATCH] make dos partition support default yes if we have disk partition support Sascha Hauer
2011-12-07 10:14 ` Juergen Beisert
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox