diff options
author | Samuel Ortiz <sameo@openedhand.com> | 2008-10-24 17:10:05 +0200 |
---|---|---|
committer | Samuel Ortiz <samuel@sortiz.org> | 2008-10-24 18:34:27 +0200 |
commit | 8e2eaabfd9f7d375a1bb202e644ce2dcc0659592 (patch) | |
tree | 283ab79ae15f8bd89e22f2ec6b2fb9b9a844a03c /drivers/mfd/Makefile | |
parent | e013e13bf605b9e6b702adffbe2853cfc60e7806 (diff) |
mfd: add missing Kconfig entry for da903x
This one was accidentally left out during the rc1 mfd merge.
Signed-off-by: Samuel Ortiz <sameo@openedhand.com>
Diffstat (limited to 'drivers/mfd/Makefile')
-rw-r--r-- | drivers/mfd/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mfd/Makefile b/drivers/mfd/Makefile index 0acefe8aff8..9a5ad8af911 100644 --- a/drivers/mfd/Makefile +++ b/drivers/mfd/Makefile @@ -30,3 +30,5 @@ ifeq ($(CONFIG_SA1100_ASSABET),y) obj-$(CONFIG_MCP_UCB1200) += ucb1x00-assabet.o endif obj-$(CONFIG_UCB1400_CORE) += ucb1400_core.o + +obj-$(CONFIG_PMIC_DA903X) += da903x.o
\ No newline at end of file |