mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-14 04:46:01 +01:00
Convert CONFIG_PCI_CONFIG_HOST_BRIDGE to Kconfig
This converts the following to Kconfig: CONFIG_PCI_CONFIG_HOST_BRIDGE Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
bf2c48fa1a
commit
e58eebb514
@ -48,6 +48,10 @@ config PCI_REGION_MULTI_ENTRY
|
|||||||
region type. This helps to add support for SoC's like OcteonTX/TX2
|
region type. This helps to add support for SoC's like OcteonTX/TX2
|
||||||
where every peripheral is on the PCI bus.
|
where every peripheral is on the PCI bus.
|
||||||
|
|
||||||
|
config PCI_CONFIG_HOST_BRIDGE
|
||||||
|
bool "Configure PCI host bridges"
|
||||||
|
default y if X86
|
||||||
|
|
||||||
config PCI_MAP_SYSTEM_MEMORY
|
config PCI_MAP_SYSTEM_MEMORY
|
||||||
bool "Map local system memory from a virtual base address"
|
bool "Map local system memory from a virtual base address"
|
||||||
depends on MIPS
|
depends on MIPS
|
||||||
|
@ -44,11 +44,6 @@
|
|||||||
* Environment configuration
|
* Environment configuration
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/*-----------------------------------------------------------------------
|
|
||||||
* PCI configuration
|
|
||||||
*/
|
|
||||||
#define CONFIG_PCI_CONFIG_HOST_BRIDGE
|
|
||||||
|
|
||||||
/*-----------------------------------------------------------------------
|
/*-----------------------------------------------------------------------
|
||||||
* USB configuration
|
* USB configuration
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user