mirror of
https://github.com/torvalds/linux.git
synced 2024-10-31 17:21:49 +00:00
e6b78c4f22
Add support for the qi_lb60 (a.k.a QI Ben NanoNote) clamshell device. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> Cc: linux-mips@linux-mips.org Cc: linux-kernel@vger.kernel.org Patchwork: https://patchwork.linux-mips.org/patch/1472/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
13 lines
168 B
Plaintext
13 lines
168 B
Plaintext
choice
|
|
prompt "Machine type"
|
|
depends on MACH_JZ4740
|
|
default JZ4740_QI_LB60
|
|
|
|
config JZ4740_QI_LB60
|
|
bool "Qi Hardware Ben NanoNote"
|
|
|
|
endchoice
|
|
|
|
config HAVE_PWM
|
|
bool
|