diff options
author | Alban Bedel <albeu@free.fr> | 2015-04-19 14:30:00 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2015-06-21 21:53:48 +0200 |
commit | da628e8b8b824b15c75fbc6b3defed2ff38475fe (patch) | |
tree | be31768277a11ae75b742c772572c1169aa9e9a7 /arch | |
parent | 25aae561373280ab0c18d81d0ef9301aee4f5988 (diff) | |
download | linux-stable-da628e8b8b824b15c75fbc6b3defed2ff38475fe.tar.gz linux-stable-da628e8b8b824b15c75fbc6b3defed2ff38475fe.tar.bz2 linux-stable-da628e8b8b824b15c75fbc6b3defed2ff38475fe.zip |
MIPS: ath79: Enable ZBOOT support
ZBOOT is working fine, so allow using it.
Signed-off-by: Alban Bedel <albeu@free.fr>
Cc: linux-mips@linux-mips.org
Cc: Andrew Bresticker <abrestic@chromium.org>
Cc: Qais Yousef <qais.yousef@imgtec.com>
Cc: Wolfram Sang <wsa@the-dreams.de>
Cc: Sergey Ryazanov <ryazanov.s.a@gmail.com>
Cc: Gabor Juhos <juhosg@openwrt.org>
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/9770/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/mips/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index e38f6111b20f..e34660cddf9d 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -132,6 +132,7 @@ config ATH79 select SYS_SUPPORTS_32BIT_KERNEL select SYS_SUPPORTS_BIG_ENDIAN select SYS_SUPPORTS_MIPS16 + select SYS_SUPPORTS_ZBOOT help Support for the Atheros AR71XX/AR724X/AR913X SoCs. |