Skip to content

Commit

Permalink
arm64, thunder: Add Kconfig option for Cavium Thunder SoC Family
Browse files Browse the repository at this point in the history
This introduces ARCH_THUNDER to enable soc specific drivers and dtb
files.

Signed-off-by: Radha Mohan Chintakuntla <rchintakuntla@cavium.com>
Signed-off-by: Robert Richter <rrichter@cavium.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
  • Loading branch information
Radha Mohan Chintakuntla authored and Arnd Bergmann committed Oct 2, 2014
1 parent 4c30870 commit 28f7420
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 5 additions & 0 deletions arch/arm64/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,11 @@ source "kernel/Kconfig.freezer"

menu "Platform selection"

config ARCH_THUNDER
bool "Cavium Inc. Thunder SoC Family"
help
This enables support for Cavium's Thunder Family of SoCs.

config ARCH_VEXPRESS
bool "ARMv8 software model (Versatile Express)"
select ARCH_REQUIRE_GPIOLIB
Expand Down
3 changes: 1 addition & 2 deletions arch/arm64/boot/dts/Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
dtb-$(CONFIG_ARCH_THUNDER) += thunder-88xx.dtb
dtb-$(CONFIG_ARCH_VEXPRESS) += rtsm_ve-aemv8a.dtb foundation-v8.dtb
dtb-$(CONFIG_ARCH_XGENE) += apm-mustang.dtb

dtb-y += thunder-88xx.dtb

targets += dtbs
targets += $(dtb-y)

Expand Down

0 comments on commit 28f7420

Please sign in to comment.