diff options
| author | Marek Vasut <[email protected]> | 2016-06-01 02:33:53 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2016-06-02 21:21:42 -0400 |
| commit | b4ba1693ef25aa0050c5aa254a0d1c4ed0af65f3 (patch) | |
| tree | 805ba02e65250c3f82c064d9ab46a28424436900 | |
| parent | 35016e39fe545420260ec487859aaaeb80bf3be0 (diff) | |
arm: Select CONFIG_ARM64 for Cavium ThunderX
Select the config option, since this board is ARM64.
Signed-off-by: Marek Vasut <[email protected]>
Cc: Simon Glass <[email protected]>
Cc: Tom Rini <[email protected]>
| -rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 7a77b6a0370..e5463d256dd 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig @@ -766,6 +766,7 @@ config ARCH_ROCKCHIP config TARGET_THUNDERX_88XX bool "Support ThunderX 88xx" + select ARM64 select OF_CONTROL endchoice |
