Creation of Cybook 2416 (actually Gen4) repository
This commit is contained in:
33
drivers/pwm/Kconfig
Normal file
33
drivers/pwm/Kconfig
Normal file
@@ -0,0 +1,33 @@
|
||||
#
|
||||
# PWM Timer configuration
|
||||
#
|
||||
|
||||
menu "Pulse Width Modulation Timer"
|
||||
|
||||
config PWM
|
||||
tristate "Pulse Width Modulation (PWM) Timer support"
|
||||
|
||||
config S3C2443_PWM
|
||||
bool "S3C2443 PWM support"
|
||||
depends on CPU_S3C2443 && PWM
|
||||
help
|
||||
S3C2443 PWM support.
|
||||
|
||||
config S3C2450_PWM
|
||||
bool "S3C2450 PWM support"
|
||||
depends on CPU_S3C2450 && PWM
|
||||
help
|
||||
S3C2450 PWM support.
|
||||
|
||||
config S3C2416_PWM
|
||||
bool "S3C2416 PWM support"
|
||||
depends on CPU_S3C2416 && PWM
|
||||
help
|
||||
S3C2416 PWM support.
|
||||
|
||||
config S3C6400_PWM
|
||||
bool "S3C6400/10 PWM support"
|
||||
depends on (CPU_S3C6400 || CPU_S3C6410) && PWM
|
||||
help
|
||||
S3C6400 PWM support.
|
||||
endmenu
|
||||
Reference in New Issue
Block a user