]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/char/Kconfig
ENGR00294026-1 char: viim: modify for device tree
[karo-tx-linux.git] / drivers / char / Kconfig
index 6e9f74a5c0950369be357b60a320fcac21578d45..cc120f225a44af7034341993d55b5fb54a5a5a00 100644 (file)
@@ -82,6 +82,21 @@ config BFIN_OTP_WRITE_ENABLE
 
          If unsure, say N.
 
+config FSL_OTP
+       tristate "Freescale On-Chip OTP Memory Support"
+       depends on HAS_IOMEM && OF
+       help
+         If you say Y here, you will get support for a character device
+         interface into the One Time Programmable memory pages that are
+         stored on the some Freescale i.MX processors.  This will not get
+         you access to the secure memory pages however.  You will need to
+         write your own secure code and reader for that.
+
+         To compile this driver as a module, choose M here: the module
+         will be called fsl_otp.
+
+         If unsure, it is safe to say Y.
+
 config PRINTER
        tristate "Parallel printer support"
        depends on PARPORT
@@ -600,5 +615,11 @@ config TILE_SROM
          device appear much like a simple EEPROM, and knows
          how to partition a single ROM for multiple purposes.
 
+config MXS_VIIM
+       tristate "MXS Virtual IIM device driver"
+       depends on (SOC_IMX50 || SOC_IMX6Q || SOC_IMX6SL)
+       help
+         Support for access to MXS Virtual IIM device, most people should say N here.
+
 endmenu