aboutsummaryrefslogtreecommitdiffstats
path: root/arch/xtensa/Kconfig
diff options
context:
space:
mode:
authorMax Filippov <jcmvbkbc@gmail.com>2018-08-12 18:32:13 -0700
committerMax Filippov <jcmvbkbc@gmail.com>2018-08-20 12:27:52 -0700
commitf79e4d5f92a129a1159c973735007d4ddc8541f3 (patch)
treed3dc634d028917f9a50f1c32ea99d231e761f270 /arch/xtensa/Kconfig
parentxtensa: rework noMMU cache attributes initialization (diff)
downloadlinux-dev-f79e4d5f92a129a1159c973735007d4ddc8541f3.tar.xz
linux-dev-f79e4d5f92a129a1159c973735007d4ddc8541f3.zip
xtensa: drop unused {CONFIG,PLATFORM}_DEFAULT_MEM_SIZE
Now that noMMU cache attributes are set up separately drop no longer used macro PLATFORM_DEFAULT_MEM_SIZE and config symbol CONFIG_DEFAULT_MEM_SIZE used for setting it. Signed-off-by: Max Filippov <jcmvbkbc@gmail.com>
Diffstat (limited to 'arch/xtensa/Kconfig')
-rw-r--r--arch/xtensa/Kconfig11
1 files changed, 0 insertions, 11 deletions
diff --git a/arch/xtensa/Kconfig b/arch/xtensa/Kconfig
index 524b80722fd0..787515c6770e 100644
--- a/arch/xtensa/Kconfig
+++ b/arch/xtensa/Kconfig
@@ -541,17 +541,6 @@ config DEFAULT_MEM_START
If unsure, leave the default value here.
-config DEFAULT_MEM_SIZE
- hex "Maximal size of the default memory area"
- depends on PLATFORM_WANT_DEFAULT_MEM
- default 0x04000000
- help
- This is the size of the default memory area.
- Default memory area has platform-specific meaning, it may be used
- for e.g. early cache initialization.
-
- If unsure, leave the default value here.
-
config XTFPGA_LCD
bool "Enable XTFPGA LCD driver"
depends on XTENSA_PLATFORM_XTFPGA