mirror of
https://github.com/torvalds/linux.git
synced 2024-10-31 17:21:49 +00:00
f6b8a57000
This commit moves the driver to drivers/pwm and converts it to the new PWM framework. Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de> Acked-by: Lars-Peter Clausen <lars@metafoo.de> Tested-by: Lars-Peter Clausen <lars@metafoo.de> Acked-by: Ralf Baechle <ralf@linux-mips.org>
10 lines
145 B
Plaintext
10 lines
145 B
Plaintext
choice
|
|
prompt "Machine type"
|
|
depends on MACH_JZ4740
|
|
default JZ4740_QI_LB60
|
|
|
|
config JZ4740_QI_LB60
|
|
bool "Qi Hardware Ben NanoNote"
|
|
|
|
endchoice
|