diff options
| author | INAGAKI Hiroshi | 2024-05-25 17:25:13 +0000 |
|---|---|---|
| committer | Sander Vanheule | 2025-01-21 17:37:51 +0000 |
| commit | ad8bc8900de9c2d6095b93244bfba439cbbc512d (patch) | |
| tree | 6c85707b9aad2135e4bc64c255ba0cd05e770644 | |
| parent | 5410d1299ebc4ba316bbe16f0d336772731e5245 (diff) | |
| download | openwrt-ad8bc8900de9c2d6095b93244bfba439cbbc512d.tar.gz | |
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 <musashino.open@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/17593
Signed-off-by: Sander Vanheule <sander@svanheule.net>
| -rw-r--r-- | target/linux/realtek/rtl930x/config-6.6 | 1 |
1 files changed, 1 insertions, 0 deletions
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 |