diff options
author | Kunihiko Hayashi <hayashi.kunihiko@socionext.com> | 2018-03-27 15:21:09 +0300 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2018-08-01 05:05:31 +0300 |
commit | c8f8a0b50b82a9bb0527b65cc9a4814833ed8fa7 (patch) | |
tree | 6c9bf87ae0c0713e912b08555a70d78eb5ccef34 /arch/arm/configs/multi_v7_defconfig | |
parent | 02c8547ca25db63d3375adbf488de711f48a7311 (diff) | |
download | linux-c8f8a0b50b82a9bb0527b65cc9a4814833ed8fa7.tar.xz |
ARM: multi_v7_defconfig: add CONFIG_UNIPHIER_THERMAL and CONFIG_SNI_AVE
Enable the thermal monitor driver and the AVE ethernet driver
implemented on UniPhier SoCs.
Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/configs/multi_v7_defconfig')
-rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index f5c5cf79bf7d..b94f2a8c1b64 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -245,6 +245,7 @@ CONFIG_KS8851=y CONFIG_R8169=y CONFIG_SH_ETH=y CONFIG_SMSC911X=y +CONFIG_SNI_AVE=y CONFIG_STMMAC_ETH=y CONFIG_DWMAC_DWC_QOS_ETH=y CONFIG_TI_CPSW=y @@ -459,6 +460,7 @@ CONFIG_ARMADA_THERMAL=y CONFIG_BCM2835_THERMAL=m CONFIG_BRCMSTB_THERMAL=m CONFIG_ST_THERMAL_MEMMAP=y +CONFIG_UNIPHIER_THERMAL=y CONFIG_WATCHDOG=y CONFIG_DA9063_WATCHDOG=m CONFIG_XILINX_WATCHDOG=y |