diff options
author | Tom Rini | 2022-06-20 08:07:46 -0400 |
---|---|---|
committer | Tom Rini | 2022-07-05 17:04:59 -0400 |
commit | 4547a1bc926baaa695d639d636570a263f3a9c07 (patch) | |
tree | 05a7441bf7661a18f45a532d59cca09fdab6a0b5 /configs/ge_bx50v3_defconfig | |
parent | 3dc2987f5c9b79e19ea6b0e69e01a817310abaac (diff) |
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/ge_bx50v3_defconfig')
-rw-r--r-- | configs/ge_bx50v3_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/ge_bx50v3_defconfig b/configs/ge_bx50v3_defconfig index c9e4ee8f93d..114a361a184 100644 --- a/configs/ge_bx50v3_defconfig +++ b/configs/ge_bx50v3_defconfig @@ -74,6 +74,7 @@ CONFIG_CMD_E1000=y CONFIG_FEC_MXC=y CONFIG_MII=y CONFIG_PCI=y +CONFIG_PCIE_IMX=y CONFIG_PINCTRL=y CONFIG_PINCTRL_IMX6=y CONFIG_DM_PMIC=y |