diff options
author | Robert Richter <rrichter@cavium.com> | 2014-07-18 17:51:06 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2014-10-02 17:38:55 +0200 |
commit | 18ef9fefd3ef73279cd144bdb24cfd2683ff0492 (patch) | |
tree | fe13764f7cf57da62260466e18f748fe2d7aa6c3 /arch | |
parent | 28f7420de20dadcc3140672444b8e4ffa2efb477 (diff) |
arm64, defconfig: Enable Cavium Thunder SoC in defconfig
This patch enables Thunder SoCs in the arm64 defconfig. This is
esp. useful to add Thunder platforms to automated builds based on
arm64 defconfig.
Signed-off-by: Robert Richter <rrichter@cavium.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 1e52b741d80..cbab017fd2f 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -32,6 +32,7 @@ CONFIG_MODULES=y CONFIG_MODULE_UNLOAD=y # CONFIG_BLK_DEV_BSG is not set # CONFIG_IOSCHED_DEADLINE is not set +CONFIG_ARCH_THUNDER=y CONFIG_ARCH_VEXPRESS=y CONFIG_ARCH_XGENE=y CONFIG_SMP=y |