From bfe5dcd235b469b42246924d8a825ac451eec6bc Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Sun, 15 Sep 2013 17:03:29 +0000 Subject: kernel/3.10: add new Kconfig option for firmware partition split Add a new kernel config option for generic firmware partition split support and change the uImage split support to depend on the new option. Aslo rename the MTD_UIMAGE_SPLIT_NAME option to MTD_SPLIT_FIRMWARE_NAME to make it more generic. The patch is in preparation for multiple firmware format support. Signed-off-by: Gabor Juhos git-svn-id: svn://svn.openwrt.org/openwrt/trunk@38002 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- target/linux/lantiq/config-default | 1 + 1 file changed, 1 insertion(+) (limited to 'target/linux/lantiq/config-default') diff --git a/target/linux/lantiq/config-default b/target/linux/lantiq/config-default index 574fee3970..0ba6de9a40 100644 --- a/target/linux/lantiq/config-default +++ b/target/linux/lantiq/config-default @@ -105,6 +105,7 @@ CONFIG_MTD_CMDLINE_PARTS=y CONFIG_MTD_LANTIQ=y CONFIG_MTD_OF_PARTS=y CONFIG_MTD_PHYSMAP_OF=y +CONFIG_MTD_SPLIT_FIRMWARE=y CONFIG_MTD_UIMAGE_SPLIT=y CONFIG_NEED_DMA_MAP_STATE=y CONFIG_NEED_PER_CPU_KM=y -- cgit v1.2.3