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 <binbin.wu@intel.com>
This commit is contained in:
parent
957dc4e8d7
commit
9c52b353fa
|
@ -289,6 +289,7 @@ config MAX_IOAPIC_LINES
|
||||||
|
|
||||||
config MAX_IR_ENTRIES
|
config MAX_IR_ENTRIES
|
||||||
int "Maximum number of Interrupt Remapping Entries"
|
int "Maximum number of Interrupt Remapping Entries"
|
||||||
|
range 256 512
|
||||||
default 256
|
default 256
|
||||||
help
|
help
|
||||||
Minimum value is 256. Value must be 2^n.
|
Minimum value is 256. Value must be 2^n.
|
||||||
|
|
Loading…
Reference in New Issue