summaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2013-05-26 15:27:00 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2013-05-28 08:06:07 +0200
commit41448848fc3f40d11191787a686038d8ba0531a4 (patch)
tree0739dd96d153ae526d060fa270f3588127e0f07a /arch/mips/Kconfig
parentde9afb4d6e7bf0c70ddcbe47dfd9ab02b27cf2ba (diff)
downloadbarebox-41448848fc3f40d11191787a686038d8ba0531a4.tar.gz
barebox-41448848fc3f40d11191787a686038d8ba0531a4.tar.xz
MIPS: XBurst: enable pbl support
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index d58b804b9a..555dbb2f8b 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -61,6 +61,8 @@ config MACH_MIPS_XBURST
select SYS_SUPPORTS_32BIT_KERNEL
select DRIVER_SERIAL_NS16550
select HAS_DEBUG_LL
+ select HAVE_PBL_IMAGE
+ select HAVE_IMAGE_COMPRESSION
endchoice
source arch/mips/mach-malta/Kconfig