diff options
author | Marek VaĊĦut <marek.vasut@gmail.com> | 2008-08-03 21:34:08 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2008-08-20 23:22:22 +0100 |
commit | d9105c2b01eedb620cae96073dde4f760367817f (patch) | |
tree | 50b60caedbac9a939027f825e41a0b7cda8c7ee2 /drivers/mfd/Makefile | |
parent | 6d341675f8e715464849e5d5563a72c1d39e800d (diff) | |
download | linux-3.10-d9105c2b01eedb620cae96073dde4f760367817f.tar.gz linux-3.10-d9105c2b01eedb620cae96073dde4f760367817f.tar.bz2 linux-3.10-d9105c2b01eedb620cae96073dde4f760367817f.zip |
[ARM] 5184/1: Split ucb1400_ts into core and touchscreen
This patch splits ucb1400_ts into ucb1400_ts and ucb1400_core.
Since this chip supports more features than only touchscreen,
it was necessary to prepare it for feature addition. The
previous functionality is preserved by applying this patch.
[Build fixes for non-ARM by Stephen Rothwell and Takashi Iwai]
Signed-off-by: Marek Vasut <marek.vasut@gmail.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'drivers/mfd/Makefile')
-rw-r--r-- | drivers/mfd/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/Makefile b/drivers/mfd/Makefile index 33daa2f45dd..f7cfd5b4119 100644 --- a/drivers/mfd/Makefile +++ b/drivers/mfd/Makefile @@ -20,3 +20,4 @@ obj-$(CONFIG_MCP_UCB1200_TS) += ucb1x00-ts.o ifeq ($(CONFIG_SA1100_ASSABET),y) obj-$(CONFIG_MCP_UCB1200) += ucb1x00-assabet.o endif +obj-$(CONFIG_UCB1400_CORE) += ucb1400_core.o |