diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2015-05-13 13:51:50 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2015-05-13 14:38:33 +0300 |
commit | 33bb01da7c82d9945e1f9a2fac228be10409a58b (patch) | |
tree | a6dfd98ad0f3a95c943cf24c6d52508c819f6715 /arch/arm/configs/u8500_defconfig | |
parent | 9e6fd7549e007d57dd10f657884482cab4aa4c2b (diff) | |
download | linux-33bb01da7c82d9945e1f9a2fac228be10409a58b.tar.xz |
ARM: ux500: enable CoreSight in defconfig
This enables the CoreSight blocks found on the Ux500 SoC
into the Ux500 defconfig.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/configs/u8500_defconfig')
-rw-r--r-- | arch/arm/configs/u8500_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/configs/u8500_defconfig b/arch/arm/configs/u8500_defconfig index b4c6d34ef946..07055eacbb0f 100644 --- a/arch/arm/configs/u8500_defconfig +++ b/arch/arm/configs/u8500_defconfig @@ -135,6 +135,10 @@ CONFIG_DEBUG_KERNEL=y # CONFIG_DEBUG_PREEMPT is not set # CONFIG_FTRACE is not set CONFIG_DEBUG_USER=y +CONFIG_CORESIGHT=y +CONFIG_CORESIGHT_SINK_TPIU=y +CONFIG_CORESIGHT_SINK_ETBV10=y +CONFIG_CORESIGHT_SOURCE_ETM3X=y CONFIG_CRYPTO_DEV_UX500=y CONFIG_CRYPTO_DEV_UX500_CRYP=y CONFIG_CRYPTO_DEV_UX500_HASH=y |