msm: Kconfig: Enable ARM_HAS_SG_CHAIN on msm8610/msm8226

msm has the capability of chaining scatterlists. This allows
scatterlists to be much larger than they would be without
chaining. Enable the config option to take advantage of this.

Change-Id: I81cf59f361302acbea2e941d9b4cbf4b938f69ba
Signed-off-by: Mitchel Humpherys <mitchelh@codeaurora.org>
This commit is contained in:
Mitchel Humpherys 2013-03-04 20:21:19 -08:00 committed by Stephen Boyd
parent ddee70e73e
commit 21cf090bf4
1 changed files with 2 additions and 0 deletions

View File

@ -416,6 +416,7 @@ config ARCH_MSM8610
select CPU_FREQ_GOV_ONDEMAND
select MSM_PIL
select MSM_RUN_QUEUE_STATS
select ARM_HAS_SG_CHAIN
config ARCH_MSM8226
bool "MSM8226"
@ -443,6 +444,7 @@ config ARCH_MSM8226
select MEMORY_HOLE_CARVEOUT
select DONT_MAP_HOLE_AFTER_MEMBANK0
select MSM_BUS_SCALING
select ARM_HAS_SG_CHAIN
endmenu
choice