diff options
author | David Brownell <david-b@pacbell.net> | 2006-12-13 03:33:46 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-13 12:05:46 -0500 |
commit | 8c1bc04e793a7ff4004180aa42890c3d382ec87f (patch) | |
tree | 997652e60f0c99ca16b057241876ee35cfc77629 /arch | |
parent | 05b3e0c2c791a70bf0735aaec53cdf6d340eef85 (diff) |
[PATCH] fix more workqueue build breakage (tps65010)
More fixes to build breakage from the work_struct changes ... this updates
the tps65010 driver. Plus, fix some dependencies related to the way it's
used on the OMAP OSK: force static linking there, since the resulting
kernel can't link.
NOTE that until the i2c core gets fixed to work without SMBUS_QUICK,
kernels needing this driver must still use "tps65010.force=0,0x48" on the
command line.
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Cc: Jean Delvare <khali@linux-fr.org>
Cc: Russell King <rmk@arm.linux.org.uk>
Cc: David Howells <dhowells@redhat.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-omap1/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-omap1/Kconfig b/arch/arm/mach-omap1/Kconfig index d135568dc9e7..8781aaeb576b 100644 --- a/arch/arm/mach-omap1/Kconfig +++ b/arch/arm/mach-omap1/Kconfig | |||
@@ -43,6 +43,7 @@ config MACH_OMAP_H3 | |||
43 | config MACH_OMAP_OSK | 43 | config MACH_OMAP_OSK |
44 | bool "TI OSK Support" | 44 | bool "TI OSK Support" |
45 | depends on ARCH_OMAP1 && ARCH_OMAP16XX | 45 | depends on ARCH_OMAP1 && ARCH_OMAP16XX |
46 | select TPS65010 | ||
46 | help | 47 | help |
47 | TI OMAP 5912 OSK (OMAP Starter Kit) board support. Say Y here | 48 | TI OMAP 5912 OSK (OMAP Starter Kit) board support. Say Y here |
48 | if you have such a board. | 49 | if you have such a board. |