Creation of Cybook 2416 (actually Gen4) repository

This commit is contained in:
mlt
2009-12-18 17:10:00 +00:00
committed by godzil
commit 76f20f4d40
13791 changed files with 6812321 additions and 0 deletions

33
drivers/pwm/Kconfig Normal file
View 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