diff options
Diffstat (limited to 'src/device/Kconfig')
-rw-r--r-- | src/device/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/device/Kconfig b/src/device/Kconfig index 70a362f20e..d156d369f2 100644 --- a/src/device/Kconfig +++ b/src/device/Kconfig @@ -303,6 +303,7 @@ config SUBSYSTEM_DEVICE_ID config VGA_BIOS bool "Add a VGA BIOS image" + depends on ARCH_X86 help Select this option if you have a VGA BIOS image that you would like to add to your ROM. @@ -352,6 +353,7 @@ config MBI_FILE config PXE_ROM bool "Add a PXE ROM image" + depends on ARCH_X86 help Select this option if you have a PXE ROM image that you would like to add to your ROM. |