diff options
author | Huang Shijie <b32955@freescale.com> | 2010-08-30 09:51:18 +0800 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2012-07-20 13:10:33 +0800 |
commit | e0d227b4e316212171231ae9a32559b220178e95 (patch) | |
tree | 30f3c1973d2e10fe74b83f78405508515d52008f /drivers/char/Makefile | |
parent | e18a75c6fdf441699a168cf8f9320d05ca82ff1d (diff) | |
download | linux-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/Makefile | 1 |
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 |