summaryrefslogtreecommitdiffstats
path: root/arch/mips/Kconfig
diff options
context:
space:
mode:
authorAhmad Fatoum <ahmad@a3f.at>2019-08-27 17:09:10 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2019-08-30 12:05:16 +0200
commitcb7d858cc5a84ceca8b2989e705fa6bebad2659b (patch)
tree2698e06a2fa5962d689ffb0b94585b14516c3a8f /arch/mips/Kconfig
parent987b49d5892762d0227a6f6bdd1ca047bf23db51 (diff)
downloadbarebox-cb7d858cc5a84ceca8b2989e705fa6bebad2659b.tar.gz
barebox-cb7d858cc5a84ceca8b2989e705fa6bebad2659b.tar.xz
Kconfig: create Kconfig symbol for ARCH_HAS_DATA_ABORT_MASK
Other arch-specific features are exposed in Kconfig too, so do here likewise. Signed-off-by: Ahmad Fatoum <ahmad@a3f.at> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
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 728295d486..1395ad4c6f 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -10,6 +10,7 @@ config MIPS
select HAVE_CONFIGURABLE_TEXT_BASE
select HAVE_PBL_MULTI_IMAGES
select HAS_DMA
+ select ARCH_HAS_DATA_ABORT_MASK
select ELF
default y