diff options
author | John Crispin <john@openwrt.org> | 2015-08-17 06:18:15 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2015-08-17 06:18:15 +0000 |
commit | b0b59a8e75242f1b9715dabf834df97d48d42cbc (patch) | |
tree | 6fb56b6c1fc11919927c8295051e9f26632e1e0f /target/linux/ipq806x/config-3.18 | |
parent | 0e33ae8e5d014a2c37e231892e56fd75a8cc4f09 (diff) | |
download | upstream-b0b59a8e75242f1b9715dabf834df97d48d42cbc.tar.gz upstream-b0b59a8e75242f1b9715dabf834df97d48d42cbc.tar.bz2 upstream-b0b59a8e75242f1b9715dabf834df97d48d42cbc.zip |
ipq806x: switch AP148 to using SMEM based MTD parser
*Enable SMEM MTD parser and its dependencies (SMEM & HW spinlocks) in
the kernel config
*Replaces the MTD layout in DT by the dynamic layout provided by the
SMEM parser for AP148
Using the OF based parser is still possible on platforms which have a
fixed MTD partition layout.
Signed-off-by: Mathieu Olivari <mathieu@codeaurora.org>
SVN-Revision: 46658
Diffstat (limited to 'target/linux/ipq806x/config-3.18')
-rw-r--r-- | target/linux/ipq806x/config-3.18 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/linux/ipq806x/config-3.18 b/target/linux/ipq806x/config-3.18 index 2a837f5282..3d4f8bb2c1 100644 --- a/target/linux/ipq806x/config-3.18 +++ b/target/linux/ipq806x/config-3.18 @@ -206,6 +206,8 @@ CONFIG_HIGHMEM=y CONFIG_HIGHPTE=y CONFIG_HOTPLUG_CPU=y CONFIG_HWMON=y +CONFIG_HWSPINLOCK=y +CONFIG_HWSPINLOCK_QCOM=y CONFIG_HW_RANDOM=y CONFIG_HW_RANDOM_MSM=y CONFIG_HZ_FIXED=0 @@ -259,6 +261,7 @@ CONFIG_MTD_M25P80=y CONFIG_MTD_NAND=y CONFIG_MTD_NAND_ECC=y CONFIG_MTD_NAND_QCOM=y +CONFIG_MTD_QCOM_SMEM_PARTS=y CONFIG_MTD_SPI_NOR=y CONFIG_MTD_SPLIT_FIRMWARE=y CONFIG_MTD_SPLIT_FIT_FW=y @@ -345,6 +348,7 @@ CONFIG_QCOM_BAM_DMA=y CONFIG_QCOM_GSBI=y CONFIG_QCOM_HFPLL=y CONFIG_QCOM_SCM=y +CONFIG_QCOM_SMEM=y CONFIG_QCOM_WDT=y CONFIG_RAS=y # CONFIG_RCU_BOOST is not set |