From 0c86ee1d112a0aebf68f7cb961af71ff4ba04f50 Mon Sep 17 00:00:00 2001 From: Adrian Calianu Date: Fri, 20 Apr 2018 09:26:14 +0200 Subject: kernel features used as installer support Also enable as modules devices that can be connected to a target: - usb - hsi - firewire Signed-off-by: Adrian Calianu --- features/numa/numa_x86_y.cfg | 6 ++++++ features/numa/numa_x86_y.scc | 4 ++++ 2 files changed, 10 insertions(+) create mode 100644 features/numa/numa_x86_y.cfg create mode 100644 features/numa/numa_x86_y.scc (limited to 'features/numa') diff --git a/features/numa/numa_x86_y.cfg b/features/numa/numa_x86_y.cfg new file mode 100644 index 0000000..2c26323 --- /dev/null +++ b/features/numa/numa_x86_y.cfg @@ -0,0 +1,6 @@ +CONFIG_NUMA=y +CONFIG_AMD_NUMA=y +CONFIG_X86_64_ACPI_NUMA=y +CONFIG_NUMA_EMU=y +CONFIG_USE_PERCPU_NUMA_NODE_ID=y +CONFIG_ACPI_NUMA=y diff --git a/features/numa/numa_x86_y.scc b/features/numa/numa_x86_y.scc new file mode 100644 index 0000000..a5d3587 --- /dev/null +++ b/features/numa/numa_x86_y.scc @@ -0,0 +1,4 @@ +define KFEATURE_DESCRIPTION "Enable in kernel NUMA support - x86 specific" +define KFEATURE_COMPATIBILITY board + +kconf non-hardware numa_x86_y.cfg -- cgit v1.2.3-54-g00ecf