android_kernel_modules_leno.../drivers/pwm/Kconfig

30 lines
801 B
Plaintext
Raw Permalink Normal View History

2020-06-06 17:23:24 +00:00
if PWM
config PWM_BYT_CORE
tristate "Intel Baytrail SoC PWM Core Logic"
help
Core logic for generic PWM framework driver for Intel Baytrail SoC.
To compile this driver as a module, choose M here: the module
will be called pwm_byt_core.
config PWM_BYT_PCI
tristate "Intel Baytrail SoC PWM PCI support"
depends on PWM && PWM_BYT_CORE
help
PCI based generic PWM framework driver for Intel Baytrail SoC.
To compile this driver as a module, choose M here: the module
will be called pwm-byt.
config PWM_BYT_PLATFORM
tristate "Intel Baytrail SoC PWM PCI support"
depends on PWM && PWM_BYT_CORE
help
Platform driver based generic PWM framework driver for Intel Baytrail SoC.
To compile this driver as a module, choose M here: the module
will be called pwm-byt.
endif