rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | # SPDX-License-Identifier: GPL-2.0 |
2 | config ARCH_UNIPHIER | ||||
3 | bool "Socionext UniPhier SoCs" | ||||
4 | depends on ARCH_MULTI_V7 | ||||
5 | select ARCH_HAS_RESET_CONTROLLER | ||||
6 | select ARM_AMBA | ||||
7 | select ARM_GLOBAL_TIMER | ||||
8 | select ARM_GIC | ||||
9 | select HAVE_ARM_SCU | ||||
10 | select HAVE_ARM_TWD if SMP | ||||
11 | select PINCTRL | ||||
12 | help | ||||
13 | Support for UniPhier SoC family developed by Socionext Inc. | ||||
14 | (formerly, System LSI Business Division of Panasonic Corporation) |