mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/herbert/cryptodev-2.6.git
synced 2026-05-01 15:15:19 -04:00
ARM: omap1: move perseus spi pinconf to board file
The driver has always had a FIXME about this, and it seems like this trivial code move avoids a mach header inclusion, so just do it. With that out of the way, and the header file inclusions changed to global files, the driver can also be compile-tested on other platforms. Acked-by: Mark Brown <broonie@kernel.org> Acked-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
@@ -631,7 +631,7 @@ config SPI_OCTEON
|
||||
|
||||
config SPI_OMAP_UWIRE
|
||||
tristate "OMAP1 MicroWire"
|
||||
depends on ARCH_OMAP1
|
||||
depends on ARCH_OMAP1 || (ARM && COMPILE_TEST)
|
||||
select SPI_BITBANG
|
||||
help
|
||||
This hooks up to the MicroWire controller on OMAP1 chips.
|
||||
|
||||
Reference in New Issue
Block a user