diff options
author | Ezequiel Garcia <ezequiel.garcia@free-electrons.com> | 2013-03-26 06:16:28 -0400 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2013-04-02 22:47:37 -0400 |
commit | fb20601a660dbc2c94c5e23a67e0852132d5a2e7 (patch) | |
tree | b000f3ead1bdd17ea1268124e1ff1504425be647 /arch/arm | |
parent | a10837ba09fdb3ddb781dae2efc30dc5c4ec5cc1 (diff) |
ARM: configs: Update mvebu defconfig for thermal
The thermal management driver for Armada XP/370 has been added
so we update the defconfig to reflect this.
Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com>
Acked-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/configs/mvebu_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/mvebu_defconfig b/arch/arm/configs/mvebu_defconfig index 2ec8119cff73..fc7e8beb1efe 100644 --- a/arch/arm/configs/mvebu_defconfig +++ b/arch/arm/configs/mvebu_defconfig | |||
@@ -49,6 +49,8 @@ CONFIG_MTD_M25P80=y | |||
49 | CONFIG_SERIAL_8250_DW=y | 49 | CONFIG_SERIAL_8250_DW=y |
50 | CONFIG_GPIOLIB=y | 50 | CONFIG_GPIOLIB=y |
51 | CONFIG_GPIO_SYSFS=y | 51 | CONFIG_GPIO_SYSFS=y |
52 | CONFIG_THERMAL=y | ||
53 | CONFIG_ARMADA_THERMAL=y | ||
52 | CONFIG_USB_SUPPORT=y | 54 | CONFIG_USB_SUPPORT=y |
53 | CONFIG_USB=y | 55 | CONFIG_USB=y |
54 | CONFIG_USB_EHCI_HCD=y | 56 | CONFIG_USB_EHCI_HCD=y |