summaryrefslogtreecommitdiff
path: root/drivers/misc/Makefile
diff options
context:
space:
mode:
authorRichard Zhao <rizhao@nvidia.com>2013-03-14 16:36:47 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2013-09-14 13:27:54 -0700
commit2b5b4ae5f7c531eabb30d6b9fb4d7b45325103a5 (patch)
tree68bc1e667377365d07db261cd29de2f78b8d6732 /drivers/misc/Makefile
parentbd0820048231835be95906792897d580d3f51afb (diff)
misc: issp: add issp driver support
Cypress in-system serial programming (ISSP) interface is used to program Cypress micro controllers. This driver uses gpios to simulate issp protocol. Notes: - Please make sure firmware is builtin before add device, because the driver will hang on waiting for the firmware. - If issp shares pins with other driver, please make sure the other driver initialize after issp driver. - It's better use firmware that disable version block read protect, because the driver force firmware upgrade if the block's protected. Bug 1245803 Change-Id: I0fcc3c764ff8eea90cb71e76f43a57d8d2696d12 Signed-off-by: Richard Zhao <rizhao@nvidia.com> Reviewed-on: http://git-master/r/209784 (cherry picked from commit b8ce6f703a8cae74ba2e63dcfc197a5e317d3a03) Reviewed-on: http://git-master/r/244253 Reviewed-by: Tao Xie <txie@nvidia.com> Reviewed-by: Laxman Dewangan <ldewangan@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 97c874451044..e869a631a3b5 100644
--- a/drivers/misc/Makefile
+++ b/drivers/misc/Makefile
@@ -74,3 +74,4 @@ obj-$(CONFIG_BLUEDROID_PM) += bluedroid_pm.o
obj-$(CONFIG_CPULOAD_MONITOR) += cpuload.o
obj-$(CONFIG_SIM_MAX77660) += max77660-sim.o
obj-$(CONFIG_SIM_PALMAS) += palmas-sim.o
+obj-y += issp/