aboutsummaryrefslogtreecommitdiffstats
path: root/arch/csky/Kconfig
diff options
context:
space:
mode:
authorGuo Ren <guoren@linux.alibaba.com>2019-12-01 22:34:19 +0800
committerGuo Ren <guoren@linux.alibaba.com>2020-02-21 15:43:24 +0800
commitf136008f31e91060d6b6e6e031cb2c827448e280 (patch)
treec3b978edb1107ca151b85c75c729f6f78c543bf4 /arch/csky/Kconfig
parentcsky: Tightly-Coupled Memory or Sram support (diff)
downloadlinux-dev-f136008f31e91060d6b6e6e031cb2c827448e280.tar.xz
linux-dev-f136008f31e91060d6b6e6e031cb2c827448e280.zip
csky: Separate fixaddr_init from highmem
After fixaddr_init is separated from highmem, we could use tcm without highmem selected. (610 (abiv1) don't support highmem, but it could use tcm now.) Signed-off-by: Guo Ren <guoren@linux.alibaba.com>
Diffstat (limited to 'arch/csky/Kconfig')
-rw-r--r--arch/csky/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/csky/Kconfig b/arch/csky/Kconfig
index fc92f08f0017..00ac7bc5558a 100644
--- a/arch/csky/Kconfig
+++ b/arch/csky/Kconfig
@@ -191,7 +191,6 @@ endchoice
menuconfig HAVE_TCM
bool "Tightly-Coupled/Sram Memory"
- depends on HIGHMEM
select GENERIC_ALLOCATOR
help
The implementation are not only used by TCM (Tightly-Coupled Meory)