diff options
author | Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> | 2020-06-04 20:39:25 +0300 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2020-06-18 13:07:24 -0700 |
commit | 10011f7d95dea311c0f2a3ea6725b5a2e97015a8 (patch) | |
tree | b0564851714e50a0cd01124d824c4a98852adb0e /arch/arc/Kconfig | |
parent | 040ece2a3c1503c0a7e327034510367747c27a5f (diff) |
ARCv2: support loop buffer (LPB) disabling
On HS cores, loop buffer (LPB) is programmable in runtime and can
be optionally disabled.
Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/Kconfig')
-rw-r--r-- | arch/arc/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig index 323014149e48..197896cfbd23 100644 --- a/arch/arc/Kconfig +++ b/arch/arc/Kconfig @@ -474,6 +474,12 @@ config ARC_IRQ_NO_AUTOSAVE This is programmable and can be optionally disabled in which case software INTERRUPT_PROLOGUE/EPILGUE do the needed work +config ARC_LPB_DISABLE + bool "Disable loop buffer (LPB)" + help + On HS cores, loop buffer (LPB) is programmable in runtime and can + be optionally disabled. + endif # ISA_ARCV2 endmenu # "ARC CPU Configuration" |