Masahiro Yamada | e2bb0be | 2020-07-09 15:08:18 +0900 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
2 | # | ||||
3 | # Bus Devices | ||||
4 | # | ||||
5 | |||||
6 | menu "Bus devices" | ||||
7 | |||||
8 | config 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 | |||||
16 | endmenu |