diff options
author | 송은봉 <eunb.song@samsung.com> | 2013-11-27 04:42:41 +0400 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2014-03-07 08:50:11 +0400 |
commit | 847443774b8b4187c7abbb3ed45683249a5ab884 (patch) | |
tree | 5ffa435e62ec8cece823004b651826c41389e177 /arch/powerpc/configs/44x/eiger_defconfig | |
parent | a5b2cf5b1af424ee3dd9e3ce6d5cea18cb927e67 (diff) | |
download | linux-847443774b8b4187c7abbb3ed45683249a5ab884.tar.xz |
powerpc: : Kill CONFIG_MTD_PARTITIONS
This patch removes CONFIG_MTD_PARTITIONS in config files for powerpc.
Because CONFIG_MTD_PARTITIONS was removed by commit 6a8a98b22b10f1560d5f90aded4a54234b9b2724.
Signed-off-by: Eunbong Song <eunb.song@samsung.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/configs/44x/eiger_defconfig')
-rw-r--r-- | arch/powerpc/configs/44x/eiger_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/powerpc/configs/44x/eiger_defconfig b/arch/powerpc/configs/44x/eiger_defconfig index 9be089038fd7..faccaf65f394 100644 --- a/arch/powerpc/configs/44x/eiger_defconfig +++ b/arch/powerpc/configs/44x/eiger_defconfig @@ -34,7 +34,6 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" CONFIG_CONNECTOR=y CONFIG_MTD=y CONFIG_MTD_CONCAT=y -CONFIG_MTD_PARTITIONS=y CONFIG_MTD_CMDLINE_PARTS=y CONFIG_MTD_OF_PARTS=y CONFIG_MTD_CHAR=y |