From: Andrew F. Davis <afd@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 2/7] disk: Add CONFIG_PARTITION to Kconfig
Date: Thu, 8 Dec 2016 16:04:28 -0600 [thread overview]
Message-ID: <20161208220433.20847-2-afd@ti.com> (raw)
In-Reply-To: <20161208220433.20847-1-afd@ti.com>
Signed-off-by: Andrew F. Davis <afd@ti.com>
---
Kconfig | 2 ++
disk/Kconfig | 11 +++++++++++
include/config_defaults.h | 1 -
3 files changed, 13 insertions(+), 1 deletion(-)
create mode 100644 disk/Kconfig
diff --git a/Kconfig b/Kconfig
index a44ac91..de1dcb9 100644
--- a/Kconfig
+++ b/Kconfig
@@ -313,6 +313,8 @@ source "common/Kconfig"
source "cmd/Kconfig"
+source "disk/Kconfig"
+
source "dts/Kconfig"
source "net/Kconfig"
diff --git a/disk/Kconfig b/disk/Kconfig
new file mode 100644
index 0000000..7df73fc
--- /dev/null
+++ b/disk/Kconfig
@@ -0,0 +1,11 @@
+menu "Disk Partition Support"
+
+config PARTITIONS
+ bool "Support Disk Partitions"
+ default y
+ help
+ Enable U-Boot's disk partition functions. This provides a means
+ for U-Boot to process disk partition and load images from partitioned
+ drives.
+
+endmenu
diff --git a/include/config_defaults.h b/include/config_defaults.h
index ad08c1d..7ef928b 100644
--- a/include/config_defaults.h
+++ b/include/config_defaults.h
@@ -18,6 +18,5 @@
#define CONFIG_GZIP 1
#define CONFIG_ZLIB 1
-#define CONFIG_PARTITIONS 1
#endif
--
2.10.2
next prev parent reply other threads:[~2016-12-08 22:04 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-12-08 22:04 [U-Boot] [PATCH 1/7] configs: Fixup defconfigs ordering Andrew F. Davis
2016-12-08 22:04 ` Andrew F. Davis [this message]
2016-12-09 12:27 ` [U-Boot] [PATCH 2/7] disk: Add CONFIG_PARTITION to Kconfig Tom Rini
2016-12-09 15:03 ` Andrew F. Davis
2016-12-08 22:04 ` [U-Boot] [PATCH 3/7] disk: Convert CONFIG_MAC_PARTITION " Andrew F. Davis
2016-12-08 22:04 ` [U-Boot] [PATCH 4/7] disk: Convert CONFIG_DOS_PARTITION " Andrew F. Davis
2016-12-08 22:04 ` [U-Boot] [PATCH 5/7] disk: Convert CONFIG_ISO_PARTITION " Andrew F. Davis
2016-12-08 22:04 ` [U-Boot] [PATCH 6/7] disk: Convert CONFIG_AMIGA_PARTITION " Andrew F. Davis
2016-12-08 22:04 ` [U-Boot] [PATCH 7/7] disk: Convert CONFIG_EFI_PARTITION " Andrew F. Davis
2016-12-08 22:24 ` [U-Boot] [PATCH 1/7] configs: Fixup defconfigs ordering Andrew F. Davis
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20161208220433.20847-2-afd@ti.com \
--to=afd@ti.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.