2019-11-01 13:45:29 +01:00
|
|
|
# DesignWare PWM configuration options
|
|
|
|
|
2016-03-17 11:37:41 -07:00
|
|
|
# Copyright (c) 2016 Intel Corporation
|
2017-01-18 17:01:01 -08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2016-03-17 11:37:41 -07:00
|
|
|
|
|
|
|
menuconfig PWM_DW
|
|
|
|
bool "DesignWare PWM"
|
|
|
|
help
|
|
|
|
Enable driver to utilize PWM on the DesignWare Timer IP block.
|
|
|
|
Care must be taken if one is also to use the timer feature, as
|
|
|
|
they both use the same set of registers.
|
|
|
|
|
2016-04-17 05:43:41 +08:00
|
|
|
config PWM_DW_0_DRV_NAME
|
2016-03-17 11:37:41 -07:00
|
|
|
string "DesignWare PWM Device Name"
|
2016-04-17 05:43:41 +08:00
|
|
|
default "PWM_0"
|
2020-02-09 22:26:07 +01:00
|
|
|
depends on PWM_DW
|
2016-03-17 11:37:41 -07:00
|
|
|
help
|
|
|
|
Specify the device name for the DesignWare PWM driver.
|