summaryrefslogtreecommitdiff
path: root/drivers/misc/Makefile
diff options
context:
space:
mode:
authorShawn Joo <sjoo@nvidia.com>2013-03-22 20:02:10 +0900
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 13:07:32 -0700
commitebf2fc40105e811cedca13aeb6afc4ba57c6a356 (patch)
tree096126d12023b5874c69e8b0b674cd877084f330 /drivers/misc/Makefile
parent169f59f6867717f1ea615071a57aa01170d1353a (diff)
misc: max77660-sim: sim drv to detect insert/removal
this drv sets sim configuration and detect sim insert/removal. if sim card is detected, sysfs_notify will be called for sim1_state and sim2_state. user app should poll them and read them to see current slot status. Bug 1226197 Change-Id: I4f172e7e97f80051a6d244db6ce055aaaf7ede24 Signed-off-by: Shawn Joo <sjoo@nvidia.com> Reviewed-on: http://git-master/r/212099 Reviewed-by: Automatic_Commit_Validation_User GVS: Gerrit_Virtual_Submit Reviewed-by: Steve Lin <stlin@nvidia.com>
Diffstat (limited to 'drivers/misc/Makefile')
-rw-r--r--drivers/misc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile
index 1a788ac973e3..63f86a0a6159 100644
--- a/drivers/misc/Makefile
+++ b/drivers/misc/Makefile
@@ -71,3 +71,4 @@ obj-$(CONFIG_SND_SOC_TEGRA_RT5640) += tfa9887.o
obj-$(CONFIG_FAN_THERM_EST) += therm_fan_est.o
obj-$(CONFIG_BLUEDROID_PM) += bluedroid_pm.o
obj-$(CONFIG_CPULOAD_MONITOR) += cpuload.o
+obj-$(CONFIG_SIM_MAX77660) += max77660-sim.o