diff options
author | Guo Ren <guoren@linux.alibaba.com> | 2019-12-01 15:34:19 +0100 |
---|---|---|
committer | Guo Ren <guoren@linux.alibaba.com> | 2020-02-21 08:43:24 +0100 |
commit | f136008f31e91060d6b6e6e031cb2c827448e280 (patch) | |
tree | c3b978edb1107ca151b85c75c729f6f78c543bf4 /arch/csky/Kconfig | |
parent | csky: Tightly-Coupled Memory or Sram support (diff) | |
download | linux-f136008f31e91060d6b6e6e031cb2c827448e280.tar.xz linux-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/Kconfig | 1 |
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) |