diff options
author | Tom Rini <trini@konsulko.com> | 2022-06-20 08:07:46 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-07-05 17:04:59 -0400 |
commit | 4547a1bc926baaa695d639d636570a263f3a9c07 (patch) | |
tree | 05a7441bf7661a18f45a532d59cca09fdab6a0b5 /configs/gwventana_gw5904_defconfig | |
parent | 3dc2987f5c9b79e19ea6b0e69e01a817310abaac (diff) | |
download | u-boot-4547a1bc926baaa695d639d636570a263f3a9c07.tar.gz |
Convert CONFIG_PCIE_IMX to Kconfig
This converts the following to Kconfig:
CONFIG_PCIE_IMX
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/gwventana_gw5904_defconfig')
-rw-r--r-- | configs/gwventana_gw5904_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/gwventana_gw5904_defconfig b/configs/gwventana_gw5904_defconfig index 08580255f79..c0c7c0daf13 100644 --- a/configs/gwventana_gw5904_defconfig +++ b/configs/gwventana_gw5904_defconfig @@ -118,6 +118,7 @@ CONFIG_E1000=y CONFIG_FEC_MXC=y CONFIG_MII=y CONFIG_PCI=y +CONFIG_PCIE_IMX=y CONFIG_PINCTRL=y CONFIG_PINCTRL_IMX6=y CONFIG_POWER_LEGACY=y |