diff options
author | Andrew Lunn <andrew@lunn.ch> | 2013-02-06 06:35:27 (GMT) |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2013-03-12 11:33:22 (GMT) |
commit | c3117edec5f92cce39f2d220c62f76675397af8d (patch) | |
tree | f285a8994003e6117ce0e936eec7a295d3940efc /arch/arm/configs/dove_defconfig | |
parent | 590c96b178c5a01360f4138674aaa031c7a56278 (diff) | |
download | linux-c3117edec5f92cce39f2d220c62f76675397af8d.tar.xz |
Dove: Thermal: Add DT node and enable in defconfig
Add a device tree node to instantiate the dove thermal driver.
Enable the driver and the thermal framework in dove_defconfig.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/configs/dove_defconfig')
-rw-r--r-- | arch/arm/configs/dove_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/dove_defconfig b/arch/arm/configs/dove_defconfig index 3fe8dae..4364eff 100644 --- a/arch/arm/configs/dove_defconfig +++ b/arch/arm/configs/dove_defconfig @@ -75,6 +75,8 @@ CONFIG_I2C_MV64XXX=y CONFIG_SPI=y CONFIG_SPI_ORION=y # CONFIG_HWMON is not set +CONFIG_THERMAL=y +CONFIG_DOVE_THERMAL=y CONFIG_USB=y CONFIG_USB_EHCI_HCD=y CONFIG_USB_EHCI_ROOT_HUB_TT=y |