repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[linux/fpc-iii.git]
/
drivers
/
amba
/
Kconfig
blob
fb6c7e0b4cce286f806c4b43871ac10817375d28
1
# SPDX-License-Identifier: GPL-2.0
2
config ARM_AMBA
3
bool
4
5
if ARM_AMBA
6
7
config TEGRA_AHB
8
bool
9
default y if ARCH_TEGRA
10
help
11
Adds AHB configuration functionality for NVIDIA Tegra SoCs,
12
which controls AHB bus master arbitration and some performance
13
parameters (priority, prefetch size).
14
15
endif