# # 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