blob: 07a33c6287f591dcef69cdefcd4a14a4a4647bf3 [file] [log] [blame]
Masahiro Yamadae2bb0be2020-07-09 15:08:18 +09001# SPDX-License-Identifier: GPL-2.0
2#
3# Bus Devices
4#
5
6menu "Bus devices"
7
8config UNIPHIER_SYSTEM_BUS
9 bool "UniPhier System Bus driver"
10 depends on ARCH_UNIPHIER
11 default y
12 help
13 Support for UniPhier System Bus, a simple external bus. This is
14 needed to use on-board devices connected to UniPhier SoCs.
15
16endmenu