summaryrefslogtreecommitdiff
path: root/drivers/bus/Kconfig
blob: 07a33c6287f591dcef69cdefcd4a14a4a4647bf3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# SPDX-License-Identifier: GPL-2.0
#
# Bus Devices
#

menu "Bus devices"

config UNIPHIER_SYSTEM_BUS
	bool "UniPhier System Bus driver"
	depends on ARCH_UNIPHIER
	default y
	help
	  Support for UniPhier System Bus, a simple external bus.  This is
	  needed to use on-board devices connected to UniPhier SoCs.

endmenu