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 /configs/yellowstone_defconfig | |
parent | af27382e2d6f7b4966e6932c9820939259498c1b (diff) |
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 'configs/yellowstone_defconfig')
-rw-r--r-- | configs/yellowstone_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/yellowstone_defconfig b/configs/yellowstone_defconfig index a00f47f0de6..5b1e4bc5eaf 100644 --- a/configs/yellowstone_defconfig +++ b/configs/yellowstone_defconfig @@ -15,5 +15,6 @@ CONFIG_CMD_DHCP=y CONFIG_CMD_MII=y CONFIG_CMD_PING=y CONFIG_CMD_CACHE=y +# CONFIG_PCI_PNP is not set CONFIG_SYS_NS16550=y CONFIG_OF_LIBFDT=y |