linux-imx/drivers/counter/Kconfig
Linus Torvalds d8723062a2 - New Drivers
- Add support for the Cirrus Logic CS42L43 Audio CODEC
 
  - Fix-ups
    - Make use of specific printk() format tags for various optimisations
    - Kconfig / module modifications / tweaking
    - Simplify obtaining resources (memory, device data) using unified API helpers
    - Bunch of Device Tree additions, conversions and adaptions
    - Convert a bunch of Regmap configurations to use the Maple Tree cache
    - Ensure correct includes are present and remove some that are not required
    - Remove superfluous code
    - Reduce amount of cycles spent in critical sections
    - Omit the use of redundant casts and if relevant replace with better ones
    - Swap out raw_spin_{un}lock_irq{save,restore}() for spin_{un}lock_irq{save,restore}()
 
  - Bug Fixes
    - Repair theoretical deadlock situation
    - Fix some link-time dependencies
    - Use more appropriate datatype when casting
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEdrbJNaO+IJqU8IdIUa+KL4f8d2EFAmT14v8ACgkQUa+KL4f8
 d2F+jw/+MqR0pdOuHiwRAWkPB+Zpk1+aOySF/gZynViSv0aVA/IGXvdTiXSvueut
 toCcA5LvfrEHzo4wOHF2NeHIs9ogGjuCPRhYTEnBWv8pRkD3fLI2x9nDCxrr6uje
 6vvCoDZ8klHcjNw8AJTM/37UFCiqrN9EYb4aoKFVhc1331Fxhc3vYxPbCWr7MZyn
 A3AVpM5pHeS0+/huwwCwX44azYc8wdBMrqQ5t0FB/YNyndz2Sd0WBUbxqiSn+i94
 p6J7xhP8mG2JveCcezxX7ixVta4rkinGnlSNjt3ej41OTr4rbMCY55CHuyR3KnL2
 KtRm8MqFofnOUqMGr8LH21mVm6QgLEel19QsG4HVkIKSAJ7xWnPS9Gw7RzUhKGJP
 gHPqrwjgbzqyPBj5oCnVHiSuqjpnzYyMG1zUSYFzMY1eTe98fdHwAKHqsAQO9Zgp
 lFACynrGIFfcjbV2PKbmshBUdpX2rk5aM/QdOFN4/8X6oaxgzFndWBhKTJew5Jir
 ZRoTFONzdZRCK23YB7k4AncEYwy0fdsbNLuOJFHk3nHxmrTllpnXn1fcDL/H+vsF
 3CGe7RBxRkzU06Sq4SlLBbqj5H4eeyyq8pP3kRF7y7KsI9G3GLeEW69LNkqYANxf
 3tkC7MKt3qZp6UHx47gAqNaCS/cniF3rsLe7LgwTaxqg1+LNIbU=
 =MNYe
 -----END PGP SIGNATURE-----

Merge tag 'mfd-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd

Pull NFD updates from Lee Jones:
 "New Drivers:
   - Add support for the Cirrus Logic CS42L43 Audio CODEC

  Fix-ups:
   - Make use of specific printk() format tags for various optimisations
   - Kconfig / module modifications / tweaking
   - Simplify obtaining resources (memory, device data) using unified
     API helpers
   - Bunch of Device Tree additions, conversions and adaptions
   - Convert a bunch of Regmap configurations to use the Maple Tree
     cache
   - Ensure correct includes are present and remove some that are not
     required
   - Remove superfluous code
   - Reduce amount of cycles spent in critical sections
   - Omit the use of redundant casts and if relevant replace with better
     ones
   - Swap out raw_spin_{un}lock_irq{save,restore}() for
     spin_{un}lock_irq{save,restore}()

  Bug Fixes:
   - Repair theoretical deadlock situation
   - Fix some link-time dependencies
   - Use more appropriate datatype when casting"

* tag 'mfd-next-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd: (70 commits)
  mfd: mc13xxx: Simplify device data fetching in probe()
  mfd: rz-mtu3: Replace raw_spin_lock->spin_lock()
  mfd: rz-mtu3: Reduce critical sections
  mfd: mxs-lradc: Fix Wvoid-pointer-to-enum-cast warning
  mfd: wm31x: Fix Wvoid-pointer-to-enum-cast warning
  mfd: wm8994: Fix Wvoid-pointer-to-enum-cast warning
  mfd: tc3589: Fix Wvoid-pointer-to-enum-cast warning
  mfd: lp87565: Fix Wvoid-pointer-to-enum-cast warning
  mfd: hi6421-pmic: Fix Wvoid-pointer-to-enum-cast warning
  mfd: max77541: Fix Wvoid-pointer-to-enum-cast warning
  mfd: max14577: Fix Wvoid-pointer-to-enum-cast warning
  mfd: stmpe: Fix Wvoid-pointer-to-enum-cast warning
  mfd: rn5t618: Remove redundant of_match_ptr()
  mfd: lochnagar-i2c: Remove redundant of_match_ptr()
  mfd: stpmic1: Remove redundant of_match_ptr()
  mfd: act8945a: Remove redundant of_match_ptr()
  mfd: rsmu_spi: Remove redundant of_match_ptr()
  mfd: altera-a10sr: Remove redundant of_match_ptr()
  mfd: rsmu_i2c: Remove redundant of_match_ptr()
  mfd: tc3589x: Remove redundant of_match_ptr()
  ...
2023-09-04 13:47:59 -07:00

4.6 KiB

SPDX-License-Identifier: GPL-2.0-only

Counter devices

config I8254 tristate select COUNTER select REGMAP help Enables support for the i8254 interface library functions. The i8254 interface library provides functions to facilitate communication with interfaces compatible with the venerable Intel 8254 Programmable Interval Timer (PIT). The Intel 825x family of chips was first released in the early 1980s but compatible interfaces are nowadays typically found embedded in larger VLSI processing chips and FPGA components.

  If built as a module its name will be i8254.

menuconfig COUNTER tristate "Counter support" help This enables counter device support through the Generic Counter interface. You only need to enable this, if you also want to enable one or more of the counter device drivers below.

if COUNTER

config 104_QUAD_8 tristate "ACCES 104-QUAD-8 driver" depends on (PC104 && X86) || COMPILE_TEST depends on HAS_IOPORT_MAP select ISA_BUS_API select REGMAP_MMIO help Say yes here to build support for the ACCES 104-QUAD-8 quadrature encoder counter/interface device family (104-QUAD-8, 104-QUAD-4).

  A counter's respective error flag may be cleared by performing a write
  operation on the respective count value attribute. The 104-QUAD-8
  counters may be set either directly or via the counter's preset
  attribute.

  The base port addresses for the devices may be configured via the base
  array module parameter. The interrupt line numbers for the devices may
  be configured via the irq array module parameter.

config FTM_QUADDEC tristate "Flex Timer Module Quadrature decoder driver" depends on SOC_LS1021A || COMPILE_TEST depends on HAS_IOMEM && OF help Select this option to enable the Flex Timer Quadrature decoder driver.

  To compile this driver as a module, choose M here: the
  module will be called ftm-quaddec.

config INTEL_QEP tristate "Intel Quadrature Encoder Peripheral driver" depends on X86 depends on PCI help Select this option to enable the Intel Quadrature Encoder Peripheral driver.

  To compile this driver as a module, choose M here: the module
  will be called intel-qep.

config INTERRUPT_CNT tristate "Interrupt counter driver" depends on GPIOLIB help Select this option to enable interrupt counter driver. Any interrupt source can be used by this driver as the event source.

  To compile this driver as a module, choose M here: the
  module will be called interrupt-cnt.

config MICROCHIP_TCB_CAPTURE tristate "Microchip Timer Counter Capture driver" depends on SOC_AT91SAM9 || SOC_SAM_V7 || COMPILE_TEST depends on HAS_IOMEM && OF select REGMAP_MMIO help Select this option to enable the Microchip Timer Counter Block capture driver.

  To compile this driver as a module, choose M here: the
  module will be called microchip-tcb-capture.

config RZ_MTU3_CNT tristate "Renesas RZ/G2L MTU3a counter driver" depends on RZ_MTU3 help Enable support for MTU3a counter driver found on Renesas RZ/G2L alike SoCs. This IP supports both 16-bit and 32-bit phase counting mode support.

  To compile this driver as a module, choose M here: the
  module will be called rz-mtu3-cnt.

config STM32_LPTIMER_CNT tristate "STM32 LP Timer encoder counter driver" depends on MFD_STM32_LPTIMER || COMPILE_TEST help Select this option to enable STM32 Low-Power Timer quadrature encoder and counter driver.

  To compile this driver as a module, choose M here: the
  module will be called stm32-lptimer-cnt.

config STM32_TIMER_CNT tristate "STM32 Timer encoder counter driver" depends on MFD_STM32_TIMERS || COMPILE_TEST help Select this option to enable STM32 Timer quadrature encoder and counter driver.

  To compile this driver as a module, choose M here: the
  module will be called stm32-timer-cnt.

config TI_ECAP_CAPTURE tristate "TI eCAP capture driver" depends on ARCH_OMAP2PLUS || ARCH_DAVINCI_DA8XX || ARCH_KEYSTONE || ARCH_K3 || COMPILE_TEST depends on HAS_IOMEM select REGMAP_MMIO help Select this option to enable the Texas Instruments Enhanced Capture (eCAP) driver in input mode.

  It can be used to timestamp events (falling/rising edges) detected
  on ECAP input signal.

  To compile this driver as a module, choose M here: the module
  will be called ti-ecap-capture.

config TI_EQEP tristate "TI eQEP counter driver" depends on (SOC_AM33XX || COMPILE_TEST) select REGMAP_MMIO help Select this option to enable the Texas Instruments Enhanced Quadrature Encoder Pulse (eQEP) counter driver.

  To compile this driver as a module, choose M here: the module will be
  called ti-eqep.

endif # COUNTER