ARM: mx31_3ds: Fix build due to missing IMX_HAVE_PLATFORM_IMX_SSI
authorFabio Estevam <fabio.estevam@freescale.com>
Mon, 21 May 2012 19:09:06 +0000 (16:09 -0300)
committerSascha Hauer <s.hauer@pengutronix.de>
Tue, 29 May 2012 09:08:25 +0000 (11:08 +0200)
commit3ef7cf1839061b275ee1fc59c042194dc452b7e2
treeaea8e7e9cf6be33d5f27a956bc5ae7324b359d89
parent76e10d158efb6d4516018846f60c2ab5501900bc
ARM: mx31_3ds: Fix build due to missing IMX_HAVE_PLATFORM_IMX_SSI

commit 5fb86e5 (ARM: mx31_3ds: Add sound support) missed to select IMX_HAVE_PLATFORM_IMX_SSI,
which causes the following build error when only mx31_3ds is selected:

arch/arm/mach-imx/built-in.o: In function `mx31_3ds_init':
mach-mx31_3ds.c:(.init.text+0x15dc): undefined reference to `imx_add_imx_ssi'
mach-mx31_3ds.c:(.init.text+0x16b8): undefined reference to `imx31_imx_ssi_data'

Select IMX_HAVE_PLATFORM_IMX_SSI to fix it.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
arch/arm/mach-imx/Kconfig