mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-25 21:24:21 +08:00
pch: Rename PCH_SUPPORT to PCH
Rename these options so that CONFIG_IS_ENABLED can be used with them. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
103c5f1806
commit
15042e7b9b
@ -12,10 +12,10 @@ config INTEL_APOLLOLAKE
|
||||
select INTEL_SOC
|
||||
select INTEL_PMC
|
||||
select TPL_X86_TSC_TIMER_NATIVE
|
||||
select SPL_PCH_SUPPORT
|
||||
select TPL_PCH_SUPPORT
|
||||
select SPL_PCH
|
||||
select TPL_PCH
|
||||
select PCIEX_LENGTH_256MB
|
||||
select PCH_SUPPORT
|
||||
select PCH
|
||||
select P2SB
|
||||
select SMP_AP_WORK
|
||||
select INTEL_GMA_SWSMISCI
|
||||
|
@ -1004,7 +1004,7 @@ config SPL_PCI
|
||||
necessary driver support. This enables the drivers in drivers/pci
|
||||
as part of an SPL build.
|
||||
|
||||
config SPL_PCH_SUPPORT
|
||||
config SPL_PCH
|
||||
bool "Support PCH drivers"
|
||||
help
|
||||
Enable support for PCH (Platform Controller Hub) devices in SPL.
|
||||
@ -1540,7 +1540,7 @@ config TPL_PCI
|
||||
necessary driver support. This enables the drivers in drivers/pci
|
||||
as part of a TPL build.
|
||||
|
||||
config TPL_PCH_SUPPORT
|
||||
config TPL_PCH
|
||||
bool "Support PCH drivers"
|
||||
help
|
||||
Enable support for PCH (Platform Controller Hub) devices in TPL.
|
||||
|
@ -37,7 +37,7 @@ CONFIG_SPL_I2C=y
|
||||
CONFIG_SPL_DM_SPI_FLASH=y
|
||||
CONFIG_SPL_NET_SUPPORT=y
|
||||
CONFIG_SPL_PCI=y
|
||||
CONFIG_SPL_PCH_SUPPORT=y
|
||||
CONFIG_SPL_PCH=y
|
||||
CONFIG_SPL_RTC_SUPPORT=y
|
||||
CONFIG_HUSH_PARSER=y
|
||||
CONFIG_CMD_CPU=y
|
||||
|
@ -36,9 +36,9 @@ CONFIG_SPL_SEPARATE_BSS=y
|
||||
CONFIG_SPL_DM_SPI_FLASH=y
|
||||
CONFIG_SPL_NET_SUPPORT=y
|
||||
CONFIG_SPL_PCI=y
|
||||
CONFIG_SPL_PCH_SUPPORT=y
|
||||
CONFIG_SPL_PCH=y
|
||||
CONFIG_TPL_PCI=y
|
||||
CONFIG_TPL_PCH_SUPPORT=y
|
||||
CONFIG_TPL_PCH=y
|
||||
CONFIG_TPL_DM_SPI=y
|
||||
CONFIG_TPL_DM_SPI_FLASH=y
|
||||
CONFIG_HUSH_PARSER=y
|
||||
|
@ -36,7 +36,7 @@ CONFIG_SPL_ENV_SUPPORT=y
|
||||
CONFIG_SPL_DM_SPI_FLASH=y
|
||||
CONFIG_SPL_NET_SUPPORT=y
|
||||
CONFIG_SPL_PCI=y
|
||||
CONFIG_SPL_PCH_SUPPORT=y
|
||||
CONFIG_SPL_PCH=y
|
||||
CONFIG_SPL_RTC_SUPPORT=y
|
||||
CONFIG_CMD_CPU=y
|
||||
CONFIG_CMD_BOOTEFI_SELFTEST=y
|
||||
|
@ -15,7 +15,7 @@ obj-$(CONFIG_$(SPL_TPL_)LED) += led/
|
||||
obj-$(CONFIG_$(SPL_TPL_)MMC) += mmc/
|
||||
obj-y += mtd/
|
||||
obj-$(CONFIG_$(SPL_)MULTIPLEXER) += mux/
|
||||
obj-$(CONFIG_$(SPL_TPL_)PCH_SUPPORT) += pch/
|
||||
obj-$(CONFIG_$(SPL_TPL_)PCH) += pch/
|
||||
obj-$(CONFIG_$(SPL_TPL_)PCI) += pci/
|
||||
obj-$(CONFIG_$(SPL_TPL_)PHY) += phy/
|
||||
obj-$(CONFIG_$(SPL_TPL_)PINCTRL) += pinctrl/
|
||||
|
Loading…
Reference in New Issue
Block a user