From 770f98d3bf9e0b8e7d2c93bebff3c85305046711 Mon Sep 17 00:00:00 2001 From: Antony Pavlov Date: Tue, 3 Nov 2015 08:23:52 +0300 Subject: MIPS: ath79: add black-swift board support Black Swift is a tiny coin-sized embedded computer based on AR9331 SoC. See http://www.black-swift.com/ for details. See also Black Swift kickstarter page: https://www.kickstarter.com/projects/1133560316/black-swift-tiny-wireless-computer Signed-off-by: Antony Pavlov Signed-off-by: Sascha Hauer --- arch/mips/mach-ath79/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'arch/mips/mach-ath79') diff --git a/arch/mips/mach-ath79/Kconfig b/arch/mips/mach-ath79/Kconfig index f730b37ac5..9b8e3946e6 100644 --- a/arch/mips/mach-ath79/Kconfig +++ b/arch/mips/mach-ath79/Kconfig @@ -13,6 +13,12 @@ config BOARD_TPLINK_MR3020 select HAVE_IMAGE_COMPRESSION select HAS_NMON +config BOARD_BLACK_SWIFT + bool "Black Swift" + select HAVE_PBL_IMAGE + select HAVE_IMAGE_COMPRESSION + select HAS_NMON + endchoice endif -- cgit v1.2.3