diff options
author | Simon Glass <sjg@chromium.org> | 2014-11-14 18:18:29 -0700 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2014-11-25 06:34:00 -0700 |
commit | b6b4a0ec5550cf5e45e9b0b3527db63464e4c3d8 (patch) | |
tree | 14d3f28154f7dd2dd107af3df4d9e8631e308c90 /include/configs/chromebook_link.h | |
parent | e94ea6f656641e30392cf76089b65ea9aecde160 (diff) | |
download | u-boot-b6b4a0ec5550cf5e45e9b0b3527db63464e4c3d8.tar.gz |
x86: config: Enable plug-and-play for link PCI
Enable this option so that we can configure the available PCI devices. Also
make sure that PCI is available early after relocation as we use it for
several other subsystems.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs/chromebook_link.h')
-rw-r--r-- | include/configs/chromebook_link.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/configs/chromebook_link.h b/include/configs/chromebook_link.h index cd4a8a0543..055b3ac81b 100644 --- a/include/configs/chromebook_link.h +++ b/include/configs/chromebook_link.h @@ -66,6 +66,9 @@ #define CONFIG_PCI_IO_PHYS CONFIG_PCI_IO_BUS #define CONFIG_PCI_IO_SIZE 0xefff +#define CONFIG_SYS_EARLY_PCI_INIT +#define CONFIG_PCI_PNP + #define CONFIG_STD_DEVICES_SETTINGS "stdin=usbkbd,vga,serial\0" \ "stdout=vga,serial\0" \ "stderr=vga,serial\0" |