2019-07-12 21:06:30 +08:00
|
|
|
#
|
|
|
|
# Copyright (c) 2019 Antmicro <www.antmicro.com>
|
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
#
|
|
|
|
|
|
|
|
menuconfig PWM_LITEX
|
|
|
|
bool "LiteX PWM driver"
|
2022-07-22 05:13:45 +08:00
|
|
|
default y
|
|
|
|
depends on DT_HAS_LITEX_PWM_ENABLED
|
2019-07-12 21:06:30 +08:00
|
|
|
help
|
|
|
|
Enable support for LiteX PWM driver
|
|
|
|
|
|
|
|
config PWM_LITEX_INIT_PRIORITY
|
|
|
|
int "Init priority"
|
|
|
|
default 70
|
2020-02-10 05:26:07 +08:00
|
|
|
depends on PWM_LITEX
|
2019-07-12 21:06:30 +08:00
|
|
|
help
|
|
|
|
PWM device driver initialization priority.
|