[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20100903180156.af17d4a8.randy.dunlap@oracle.com>
Date: Fri, 3 Sep 2010 18:01:56 -0700
From: Randy Dunlap <randy.dunlap@...cle.com>
To: Stephen Rothwell <sfr@...b.auug.org.au>, gregkh@...e.de
Cc: linux-next@...r.kernel.org, LKML <linux-kernel@...r.kernel.org>,
sreedhara.ds@...el.com
Subject: [PATCH -next] staging: mrst touchscreen depends on SPI
From: Randy Dunlap <randy.dunlap@...cle.com>
Moorestown touchscreen driver should depend on SPI.
Fixes these build errors:
intel-mid-touch.c:(.init.text+0xdd34): undefined reference to `spi_register_driver'
drivers/built-in.o:(.data+0x21778): undefined reference to `spi_bus_type'
Signed-off-by: Randy Dunlap <randy.dunlap@...cle.com>
Cc: sreedhara.ds@...el.com
---
drivers/staging/mrst-touchscreen/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- linux-next-20100903.orig/drivers/staging/mrst-touchscreen/Kconfig
+++ linux-next-20100903/drivers/staging/mrst-touchscreen/Kconfig
@@ -1,6 +1,6 @@
config TOUCHSCREEN_INTEL_MID
tristate "Intel MID platform resistive touchscreen"
- depends on INTEL_SCU_IPC
+ depends on INTEL_SCU_IPC && SPI
default y
help
Say Y here if you have a Intel MID based touchscreen
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists