summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2023-05-24 09:54:46 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2023-05-24 09:54:46 +0200
commit4aa6a437522b46cfb1f1a72cb9b19f14ff178769 (patch)
treec767af934f18de639f7517a8f660e693d57b4362 /common/Kconfig
parent630e1e2232c9ce710939dd47e592ad365889c854 (diff)
parent89db65620d09222ce5c4f5076a50ac663cad9293 (diff)
downloadbarebox-4aa6a437522b46cfb1f1a72cb9b19f14ff178769.tar.gz
barebox-4aa6a437522b46cfb1f1a72cb9b19f14ff178769.tar.xz
Merge branch 'for-next/arm-mmu'
Diffstat (limited to 'common/Kconfig')
-rw-r--r--common/Kconfig13
1 files changed, 5 insertions, 8 deletions
diff --git a/common/Kconfig b/common/Kconfig
index 2483a1089d..bac9993641 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -144,6 +144,9 @@ config MEMINFO
bool "display memory info"
default y
+config MEMTEST
+ bool
+
config ENVIRONMENT_VARIABLES
bool "environment variables support"
@@ -185,14 +188,8 @@ config MMU
to enable the data cache which depends on the MMU. See Documentation/mmu.txt
for further information.
-config MMU_EARLY
- bool "Enable MMU early"
- depends on ARM
- depends on MMU
- default y
- help
- This enables the MMU during early startup. This speeds up things during startup
- of barebox, but may lead to harder to debug code. If unsure say yes here.
+config MMUINFO
+ bool
config HAVE_CONFIGURABLE_TEXT_BASE
bool