mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
17 lines
318 B
Text
17 lines
318 B
Text
|
# 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
|