Skip to content

Commit

Permalink
MIPS: JZ4740: Add qi_lb60 board support
Browse files Browse the repository at this point in the history
Add support for the qi_lb60 (a.k.a QI Ben NanoNote) clamshell device.

Signed-off-by: Lars-Peter Clausen <[email protected]>
Cc: [email protected]
Cc: [email protected]
Patchwork: https://patchwork.linux-mips.org/patch/1472/
Signed-off-by: Ralf Baechle <[email protected]>
  • Loading branch information
larsclausen authored and ralfbaechle committed Aug 5, 2010
1 parent f6a2138 commit e6b78c4
Show file tree
Hide file tree
Showing 3 changed files with 477 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arch/mips/jz4740/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
choice
prompt "Machine type"
depends on MACH_JZ4740
default JZ4740_QI_LB60

config JZ4740_QI_LB60
bool "Qi Hardware Ben NanoNote"

endchoice

Expand Down
2 changes: 2 additions & 0 deletions arch/mips/jz4740/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ obj-$(CONFIG_DEBUG_FS) += clock-debugfs.o

# board specific support

obj-$(CONFIG_JZ4740_QI_LB60) += board-qi_lb60.o

# PM support

obj-$(CONFIG_PM) += pm.o
Expand Down
Loading

0 comments on commit e6b78c4

Please sign in to comment.