From 9c52b353fa478b0d48bb828a976a8f6f5a967fae Mon Sep 17 00:00:00 2001 From: Binbin Wu Date: Mon, 15 Jun 2020 09:47:31 +0800 Subject: [PATCH] hv: kconfig: add a range for MAX_IR_ENTRIES Script only append 'U' for the config of int with a range. Add a range to MAX_IR_ENTRIES. Tracked-On: #4831 Signed-off-by: Binbin Wu --- hypervisor/arch/x86/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/hypervisor/arch/x86/Kconfig b/hypervisor/arch/x86/Kconfig index 7c2d270c0..31fe43955 100644 --- a/hypervisor/arch/x86/Kconfig +++ b/hypervisor/arch/x86/Kconfig @@ -289,6 +289,7 @@ config MAX_IOAPIC_LINES config MAX_IR_ENTRIES int "Maximum number of Interrupt Remapping Entries" + range 256 512 default 256 help Minimum value is 256. Value must be 2^n.