diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2016-10-16 23:35:18 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-10-28 07:13:52 -0400 |
commit | c4762157cf49ae6556016267ec0a87d4aee9e572 (patch) | |
tree | 7e83a8d3528952c72071b064cf62b94e451ffe70 /include/configs/som-db5800-som-6867.h | |
parent | af27382e2d6f7b4966e6932c9820939259498c1b (diff) | |
download | u-boot-c4762157cf49ae6556016267ec0a87d4aee9e572.tar.gz |
pci: Move CONFIG_PCI_PNP to Kconfig
Introduce CONFIG_PCI_PNP in Kconfig and move over boards' defconfig
to use that.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
[trini: Re-generate configs and include/configs/ changes]
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'include/configs/som-db5800-som-6867.h')
-rw-r--r-- | include/configs/som-db5800-som-6867.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/configs/som-db5800-som-6867.h b/include/configs/som-db5800-som-6867.h index a13be14bbb..6235518bed 100644 --- a/include/configs/som-db5800-som-6867.h +++ b/include/configs/som-db5800-som-6867.h @@ -18,7 +18,6 @@ #define CONFIG_ARCH_EARLY_INIT_R #define CONFIG_ARCH_MISC_INIT -#define CONFIG_PCI_PNP #define CONFIG_STD_DEVICES_SETTINGS "stdin=serial,usbkbd\0" \ "stdout=serial,vidconsole\0" \ "stderr=serial,vidconsole\0" |