• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
    • Help
      • Online help
      • Learn Git
      • Welcome to Bitbucket
      • Keyboard shortcuts
    • Log In
    Android SDK
    1. Android SDK

    linux-imx

    Public
    Actions
    • Clone

    Learn more about cloning repositories

    You have read-only access

    Navigation
    • Source
    • Commits
    • Branches
    • Forks
    1. Android SDK
    2. linux-imx

    Source

    linux-imx/drivers/nvmem/Kconfig
    Thomas GleixnerThomas Gleixner committed ec8f24b7faa19 May 2019
    Raw file
    Source viewDiff to previous
    ​x
          This is a driver for Low Power General Purpose Register (LPGPR) available on
     
    1
    # SPDX-License-Identifier: GPL-2.0-only
    2
    menuconfig NVMEM
    3
        bool "NVMEM Support"
    4
        help
    5
          Support for NVMEM(Non Volatile Memory) devices like EEPROM, EFUSES...
    6
    ​
    7
          This framework is designed to provide a generic interface to NVMEM
    8
          from both the Linux Kernel and the userspace.
    9
    ​
    10
          This driver can also be built as a module. If so, the module
    11
          will be called nvmem_core.
    12
    ​
    13
          If unsure, say no.
    14
    ​
    15
    if NVMEM
    16
    ​
    17
    config NVMEM_SYSFS
    18
        bool "/sys/bus/nvmem/devices/*/nvmem (sysfs interface)"
    19
        depends on SYSFS
    20
        default y
    21
        help
    22
         Say Y here to add a sysfs interface for NVMEM.
    23
    ​
    24
         This interface is mostly used by userspace applications to
    25
         read/write directly into nvmem.
    26
    ​
    27
    config NVMEM_IMX_IIM
    28
        tristate "i.MX IC Identification Module support"
    29
        depends on ARCH_MXC || COMPILE_TEST
    30
        help
    31
          This is a driver for the IC Identification Module (IIM) available on
    32
          i.MX SoCs, providing access to 4 Kbits of programmable
    33
          eFuses.
    34
    ​
    35
          This driver can also be built as a module. If so, the module
    36
          will be called nvmem-imx-iim.
    37
    ​
    38
    config NVMEM_IMX_OCOTP
    39
        tristate "i.MX 6/7/8 On-Chip OTP Controller support"
    40
        depends on ARCH_MXC || COMPILE_TEST
    41
        depends on HAS_IOMEM
    42
        help
    43
          This is a driver for the On-Chip OTP Controller (OCOTP) available on
    44
          i.MX6 SoCs, providing access to 4 Kbits of one-time programmable
    45
          eFuses.
    46
    ​
    47
          This driver can also be built as a module. If so, the module
    48
          will be called nvmem-imx-ocotp.
    49
    ​
    50
    config NVMEM_LPC18XX_EEPROM
    51
        tristate "NXP LPC18XX EEPROM Memory Support"
    52
        depends on ARCH_LPC18XX || COMPILE_TEST
    53
        depends on HAS_IOMEM
    54
        help
    55
          Say Y here to include support for NXP LPC18xx EEPROM memory found in
    56
          NXP LPC185x/3x and LPC435x/3x/2x/1x devices.
    57
          To compile this driver as a module, choose M here: the module
    58
          will be called nvmem_lpc18xx_eeprom.
    59
    ​
    60
    config NVMEM_LPC18XX_OTP
    61
        tristate "NXP LPC18XX OTP Memory Support"
    62
        depends on ARCH_LPC18XX || COMPILE_TEST
    63
        depends on HAS_IOMEM
    64
        help
    65
          Say Y here to include support for NXP LPC18xx OTP memory found on
    66
          all LPC18xx and LPC43xx devices.
    67
          To compile this driver as a module, choose M here: the module
    68
          will be called nvmem_lpc18xx_otp.
    69
    ​
    70
    config NVMEM_MXS_OCOTP
    71
        tristate "Freescale MXS On-Chip OTP Memory Support"
    72
        depends on ARCH_MXS || COMPILE_TEST
    73
        depends on HAS_IOMEM
    74
        help
    75
          If you say Y here, you will get readonly access to the
    76
          One Time Programmable memory pages that are stored
    77
          on the Freescale i.MX23/i.MX28 processor.
    78
    ​
    79
          This driver can also be built as a module. If so, the module
    80
          will be called nvmem-mxs-ocotp.
    81
    ​
    82
    config MTK_EFUSE
    83
        tristate "Mediatek SoCs EFUSE support"
    84
        depends on ARCH_MEDIATEK || COMPILE_TEST
    85
        depends on HAS_IOMEM
    86
        help
    87
          This is a driver to access hardware related data like sensor
    88
          calibration, HDMI impedance etc.
    89
    ​
    90
          This driver can also be built as a module. If so, the module
    91
          will be called efuse-mtk.
    92
    ​
    • Git repository management for enterprise teams powered by Atlassian Bitbucket
    • Atlassian Bitbucket v5.10.0
    • Documentation
    • Contact Support
    • Request a feature
    • About
    • Contact Atlassian
    Atlassian

    Everything looks good. Well let you know here if theres anything you should know about.