| # Kconfig.qmsi - QMSI PWM configuration options |
| # Copyright (c) 2016 Intel Corporation |
| # SPDX-License-Identifier: Apache-2.0 |
| Enable QMSI PWM driver. This driver will use the QMSI library to |
| access the SOC underlying timer IP block. This driver uses the |
| DesignWare IP block that can be also handled by the PWM_DW driver |
| string "QMSI PWM Device Name" |
| Specify the device name for the PWM driver. |
| config PWM_QMSI_NUM_PORTS |
| int "Number of PWM ports for PWM" |
| Specify how many PWM ports on the IP block. |
| config PWM_QMSI_API_REENTRANCY |
| prompt "PWM shim driver API reentrancy" |
| Enable support for PWM shim driver API reentrancy. |