summaryrefslogtreecommitdiff
path: root/drivers/char/Makefile
diff options
context:
space:
mode:
authorHuang Shijie <b32955@freescale.com>2010-08-30 09:51:18 +0800
committerJason Liu <r64343@freescale.com>2012-07-20 13:10:33 +0800
commite0d227b4e316212171231ae9a32559b220178e95 (patch)
tree30f3c1973d2e10fe74b83f78405508515d52008f /drivers/char/Makefile
parente18a75c6fdf441699a168cf8f9320d05ca82ff1d (diff)
downloadlinux-e0d227b4e316212171231ae9a32559b220178e95.tar.gz
ENGR00141399-5 OCOTP: add the ocotp driver
Add a new driver for On-Chip OTP controller. The driver will register all the register names of all the banks to /sys/. You can use the following commands to manipulate the OTP banks: read: #cat HW_OCOTP_MAC0 write: #echo 0x11223344 > HW_OCOTP_MAC0 Signed-off-by: Huang Shijie <b32955@freescale.com>
Diffstat (limited to 'drivers/char/Makefile')
-rw-r--r--drivers/char/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/char/Makefile b/drivers/char/Makefile
index caaf67a94c57..0103fecd7927 100644
--- a/drivers/char/Makefile
+++ b/drivers/char/Makefile
@@ -18,6 +18,7 @@ obj-$(CONFIG_IBM_BSR) += bsr.o
obj-$(CONFIG_SGI_MBCS) += mbcs.o
obj-$(CONFIG_BRIQ_PANEL) += briq_panel.o
obj-$(CONFIG_BFIN_OTP) += bfin-otp.o
+obj-$(CONFIG_FSL_OTP) += fsl_otp.o
obj-$(CONFIG_PRINTER) += lp.o