]> git.karo-electronics.de Git - karo-tx-linux.git/commit
[media] platform: Kconfig: Select SRAM for VIDEO_CODA
authorFabio Estevam <fabio.estevam@freescale.com>
Mon, 30 Sep 2013 14:12:22 +0000 (11:12 -0300)
committerMauro Carvalho Chehab <m.chehab@samsung.com>
Mon, 28 Oct 2013 18:51:08 +0000 (16:51 -0200)
commite94363440a7e5b65e3695da8fac63f139d0d903b
treea878333d58c63db651344e45106287bd24694e97
parent867f1edbcca970f6ec6d797764dbd165f4e528ab
[media] platform: Kconfig: Select SRAM for VIDEO_CODA

Running the coda driver without CONFIG_SRAM selected leads to the following
probe error:
coda 63ff4000.vpu: iram pool not available
coda: probe of 63ff4000.vpu failed with error -12
In order to avoid it, select CONFIG_SRAM inside VIDEO_CODA.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Kamil Debski <k.debski@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
drivers/media/platform/Kconfig