diff options
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/Options.lb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/config/Options.lb b/src/config/Options.lb index 715a2b8ef9..8e9f89d49c 100644 --- a/src/config/Options.lb +++ b/src/config/Options.lb @@ -1115,6 +1115,12 @@ define CONFIG_GX1_VIDEOMODE # 4 for 1280x1024 end +define CONFIG_PCIE_CONFIGSPACE_HOLE + default 0 + export always + comment "Leave a hole for PCIe config space in the device allocator" +end + ############################################### # Board specific options ############################################### |