From: Gabor Juhos <juhosg@openwrt.org>
Date: Sun, 15 Sep 2013 15:16:16 +0000 (+0000)
Subject: kernel/3.10: move OpenWrt MTD options into a submenu
X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=4beccfcccb68f904285ed7f915e797fb8c45ada7;p=openwrt%2Fstaging%2Fldir.git

kernel/3.10: move OpenWrt MTD options into a submenu

Separate OpenWrt specific MTD options from the mainline
option by moving those into a new submenu in the kernel
configuration interface.

Signed-off-by: Gabor Juhos <juhosg@openwrt.org>

SVN-Revision: 37997
---

diff --git a/target/linux/generic/patches-3.10/400-mtd-add-rootfs-split-support.patch b/target/linux/generic/patches-3.10/400-mtd-add-rootfs-split-support.patch
index f6ef8c7a6e..edbb704115 100644
--- a/target/linux/generic/patches-3.10/400-mtd-add-rootfs-split-support.patch
+++ b/target/linux/generic/patches-3.10/400-mtd-add-rootfs-split-support.patch
@@ -1,9 +1,11 @@
 --- a/drivers/mtd/Kconfig
 +++ b/drivers/mtd/Kconfig
-@@ -23,6 +23,23 @@ config MTD_TESTS
- 	  WARNING: some of the tests will ERASE entire MTD device which they
- 	  test. Do not use these tests unless you really know what you do.
+@@ -12,6 +12,27 @@ menuconfig MTD
  
+ if MTD
+ 
++menu "OpenWrt specific MTD options"
++
 +config MTD_ROOTFS_ROOT_DEV
 +	bool "Automatically set 'rootfs' partition to be root filesystem"
 +	default y
@@ -21,9 +23,11 @@
 +	depends on MTD_UIMAGE_SPLIT
 +	default "firmware"
 +
- config MTD_REDBOOT_PARTS
- 	tristate "RedBoot partition table parsing"
- 	---help---
++endmenu
++
+ config MTD_TESTS
+ 	tristate "MTD tests support (DANGEROUS)"
+ 	depends on m
 --- a/drivers/mtd/mtdpart.c
 +++ b/drivers/mtd/mtdpart.c
 @@ -29,6 +29,8 @@