summaryrefslogtreecommitdiff
path: root/arch/xtensa/Kconfig
diff options
context:
space:
mode:
authorMax Filippov <jcmvbkbc@gmail.com>2018-08-13 04:32:13 +0300
committerMax Filippov <jcmvbkbc@gmail.com>2018-08-20 22:27:52 +0300
commitf79e4d5f92a129a1159c973735007d4ddc8541f3 (patch)
treed3dc634d028917f9a50f1c32ea99d231e761f270 /arch/xtensa/Kconfig
parent7bb516ca5424e12b42124fab2906b6da9c81ba9c (diff)
downloadlinux-f79e4d5f92a129a1159c973735007d4ddc8541f3.tar.xz
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