diff options
author | Adrian Stratulat <adrian.stratulat@enea.com> | 2020-06-09 13:10:17 +0200 |
---|---|---|
committer | Adrian Stratulat <adrian.stratulat@enea.com> | 2020-06-11 12:31:55 +0200 |
commit | 2e53208e8c1eaf83fb6b6411f8465f2bdf1d6069 (patch) | |
tree | a75c155496521cf9fb1931751aa573d8bb33a1ea /features/gigapages/gigapages_y.cfg | |
parent | 9153e7a0c6a10dfe5ada1661ab116068cfc364ee (diff) | |
download | enea-kernel-cache-ampere-4.14.tar.gz |
Add supporting config snippetsampere-4.14
Change-Id: Ic2f7c31c8ad274f4c3677320b81ccb0407612711
Signed-off-by: Adrian Stratulat <adrian.stratulat@enea.com>
Diffstat (limited to 'features/gigapages/gigapages_y.cfg')
-rw-r--r-- | features/gigapages/gigapages_y.cfg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/features/gigapages/gigapages_y.cfg b/features/gigapages/gigapages_y.cfg new file mode 100644 index 0000000..352a787 --- /dev/null +++ b/features/gigapages/gigapages_y.cfg | |||
@@ -0,0 +1,11 @@ | |||
1 | CONFIG_MEMORY_HOTREMOVE=y | ||
2 | CONFIG_MEMORY_HOTPLUG=y | ||
3 | CONFIG_MEMORY_HOTPLUG_SPARSE=y | ||
4 | CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y | ||
5 | CONFIG_HAVE_BOOTMEM_INFO_NODE=y | ||
6 | CONFIG_MIGRATION=y | ||
7 | |||
8 | # MEMORY_ISOLATION needs the above configs first | ||
9 | CONFIG_MEMORY_ISOLATION=y | ||
10 | |||
11 | CONFIG_COMPACTION=y | ||