diff options
-rw-r--r-- | arch/arm64/Kconfig | 5 | ||||
-rw-r--r-- | arch/arm64/boot/dts/Makefile | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index fd4e81a4e1ce..92f92fe8bb42 100644 --- a/arch/arm64/Kconfig +++ b/arch/arm64/Kconfig | |||
@@ -134,6 +134,11 @@ source "kernel/Kconfig.freezer" | |||
134 | 134 | ||
135 | menu "Platform selection" | 135 | menu "Platform selection" |
136 | 136 | ||
137 | config ARCH_THUNDER | ||
138 | bool "Cavium Inc. Thunder SoC Family" | ||
139 | help | ||
140 | This enables support for Cavium's Thunder Family of SoCs. | ||
141 | |||
137 | config ARCH_VEXPRESS | 142 | config ARCH_VEXPRESS |
138 | bool "ARMv8 software model (Versatile Express)" | 143 | bool "ARMv8 software model (Versatile Express)" |
139 | select ARCH_REQUIRE_GPIOLIB | 144 | select ARCH_REQUIRE_GPIOLIB |
diff --git a/arch/arm64/boot/dts/Makefile b/arch/arm64/boot/dts/Makefile index c2e8e4661a90..f8001a62029c 100644 --- a/arch/arm64/boot/dts/Makefile +++ b/arch/arm64/boot/dts/Makefile | |||
@@ -1,8 +1,7 @@ | |||
1 | dtb-$(CONFIG_ARCH_THUNDER) += thunder-88xx.dtb | ||
1 | dtb-$(CONFIG_ARCH_VEXPRESS) += rtsm_ve-aemv8a.dtb foundation-v8.dtb | 2 | dtb-$(CONFIG_ARCH_VEXPRESS) += rtsm_ve-aemv8a.dtb foundation-v8.dtb |
2 | dtb-$(CONFIG_ARCH_XGENE) += apm-mustang.dtb | 3 | dtb-$(CONFIG_ARCH_XGENE) += apm-mustang.dtb |
3 | 4 | ||
4 | dtb-y += thunder-88xx.dtb | ||
5 | |||
6 | targets += dtbs | 5 | targets += dtbs |
7 | targets += $(dtb-y) | 6 | targets += $(dtb-y) |
8 | 7 | ||