diff options
author | Tom Rini <trini@konsulko.com> | 2022-06-25 11:02:43 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-07-07 09:29:56 -0400 |
commit | 3dab405b45e5089d42f59d01e3803fab8ac56fcf (patch) | |
tree | 2fdacca693c87fe74849be57024e35b425293682 /configs/P2041RDB_defconfig | |
parent | a457ebd78684ba0dba18b1bb5564331f47c180ed (diff) | |
download | u-boot-3dab405b45e5089d42f59d01e3803fab8ac56fcf.tar.gz |
Convert CONFIG_SYS_BOOK3E_HV to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_BOOK3E_HV
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'configs/P2041RDB_defconfig')
-rw-r--r-- | configs/P2041RDB_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/P2041RDB_defconfig b/configs/P2041RDB_defconfig index e3dd1e93e3..247db8e0fe 100644 --- a/configs/P2041RDB_defconfig +++ b/configs/P2041RDB_defconfig @@ -9,6 +9,7 @@ CONFIG_MPC85xx=y CONFIG_TARGET_P2041RDB=y CONFIG_MPC85XX_HAVE_RESET_VECTOR=y CONFIG_ENABLE_36BIT_PHYS=y +CONFIG_SYS_BOOK3E_HV=y CONFIG_PCIE1=y CONFIG_PCIE2=y CONFIG_PCIE3=y |