summaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2015-06-09 09:26:44 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2015-06-09 09:26:44 +0200
commit03510ac4fa51a1f4dda2a42d157df12b98a9b49a (patch)
treed498848e4a95b4f51d58639eba93014e872ee4ad /arch/mips/Kconfig
parent7a429bfb3b11a4af5ab0a328a22c354b3838a7a7 (diff)
parent866cb8ea77ffb4fbd4358d4a6782083240ab290e (diff)
downloadbarebox-03510ac4fa51a1f4dda2a42d157df12b98a9b49a.tar.gz
barebox-03510ac4fa51a1f4dda2a42d157df12b98a9b49a.tar.xz
Merge branch 'for-next/posix_types'
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r--arch/mips/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index ed6e1ab2df..aeb5c04fce 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -269,6 +269,7 @@ config 32BIT
config 64BIT
bool "64-bit barebox"
depends on CPU_SUPPORTS_64BIT_KERNEL && SYS_SUPPORTS_64BIT_KERNEL
+ select ARCH_DMA_ADDR_T_64BIT
help
Select this option if you want to build a 64-bit barebox.