diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2010-07-17 13:16:29 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-08-05 14:26:20 +0200 |
commit | e6b78c4f224925c71cce57033b1e6e30dd56add7 (patch) | |
tree | e4c4059212c7d23e9d3e5629db7367d9ed0c4a23 /arch/mips/jz4740/Makefile | |
parent | POWER: Add JZ4740 battery driver. (diff) | |
download | linux-e6b78c4f224925c71cce57033b1e6e30dd56add7.tar.xz linux-e6b78c4f224925c71cce57033b1e6e30dd56add7.zip |
MIPS: JZ4740: Add qi_lb60 board support
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>
Diffstat (limited to 'arch/mips/jz4740/Makefile')
-rw-r--r-- | arch/mips/jz4740/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/jz4740/Makefile b/arch/mips/jz4740/Makefile index a803ccb0cf6d..a604eaeb6c08 100644 --- a/arch/mips/jz4740/Makefile +++ b/arch/mips/jz4740/Makefile @@ -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 |