From: INAGAKI Hiroshi Date: Sat, 25 May 2024 17:25:13 +0000 (+0900) Subject: realtek: rtl930x: enable HIGHMEM for large memory (>256M) X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=ad8bc8900de9c2d6095b93244bfba439cbbc512d;p=openwrt%2Fstaging%2Fstintel.git realtek: rtl930x: enable HIGHMEM for large memory (>256M) Enable HIGHMEM option to use all ranges of memory on XikeStor SKS8300-8X that has 512MiB RAM. Signed-off-by: INAGAKI Hiroshi Link: https://github.com/openwrt/openwrt/pull/17593 Signed-off-by: Sander Vanheule --- diff --git a/target/linux/realtek/rtl930x/config-6.6 b/target/linux/realtek/rtl930x/config-6.6 index 5b070a8371..f1e5eb96e2 100644 --- a/target/linux/realtek/rtl930x/config-6.6 +++ b/target/linux/realtek/rtl930x/config-6.6 @@ -85,6 +85,7 @@ CONFIG_HAS_DMA=y CONFIG_HAS_IOMEM=y CONFIG_HAS_IOPORT=y CONFIG_HAS_IOPORT_MAP=y +CONFIG_HIGHMEM=y CONFIG_HWMON=y CONFIG_HZ_PERIODIC=y CONFIG_I2C=y