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/galileo.h | |
parent | af27382e2d6f7b4966e6932c9820939259498c1b (diff) | |
download | u-boot-c4762157cf49ae6556016267ec0a87d4aee9e572.tar.gz u-boot-c4762157cf49ae6556016267ec0a87d4aee9e572.tar.bz2 u-boot-c4762157cf49ae6556016267ec0a87d4aee9e572.zip |
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/galileo.h')
-rw-r--r-- | include/configs/galileo.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/galileo.h b/include/configs/galileo.h index 034142cf7c..6d25035d13 100644 --- a/include/configs/galileo.h +++ b/include/configs/galileo.h @@ -21,8 +21,6 @@ /* ns16550 UART is memory-mapped in Quark SoC */ #undef CONFIG_SYS_NS16550_PORT_MAPPED -#define CONFIG_PCI_PNP - #define CONFIG_STD_DEVICES_SETTINGS "stdin=serial\0" \ "stdout=serial\0" \ "stderr=serial\0" |