diff options
author | Mario Six <mario.six@gdsys.cc> | 2019-01-21 09:18:12 +0100 |
---|---|---|
committer | Mario Six <mario.six@gdsys.cc> | 2019-05-21 07:52:33 +0200 |
commit | 73df96a38e693312bc2d5b565bc439f3b98e63ea (patch) | |
tree | 17314f5acd8ca1a6992ac2881e75d7c42288f481 /configs/strider_cpu_dp_defconfig | |
parent | ba463c116963e87bf2377ef8e0cdf4967c48fea7 (diff) |
mpc83xx: Migrate arbiter config to Kconfig
Migrate the arbiter configuration to Kconfig.
Signed-off-by: Mario Six <mario.six@gdsys.cc>
Diffstat (limited to 'configs/strider_cpu_dp_defconfig')
-rw-r--r-- | configs/strider_cpu_dp_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/strider_cpu_dp_defconfig b/configs/strider_cpu_dp_defconfig index e3405707e5..79fdc140e5 100644 --- a/configs/strider_cpu_dp_defconfig +++ b/configs/strider_cpu_dp_defconfig @@ -66,6 +66,8 @@ CONFIG_SICR_ETSEC2_GPIO=y CONFIG_SICR_GPIOSEL_IEEE1588=y CONFIG_SICR_TMSOBI1_2_5_V=y CONFIG_SICR_TMSOBI2_2_5_V=y +CONFIG_ACR_PIPE_DEP_4=y +CONFIG_ACR_RPTCNT_4=y CONFIG_CMD_IOLOOP=y CONFIG_FIT=y CONFIG_FIT_VERBOSE=y |