diff --git a/debian/changelog b/debian/changelog index 2ecc9f32b..819133b95 100644 --- a/debian/changelog +++ b/debian/changelog @@ -13,6 +13,9 @@ linux (4.1~rc5-1~exp1) UNRELEASED; urgency=medium [ maximilian attems ] * [x86] Enable SND_SOC_INTEL_BROADWELL_MACH. (closes: #785422) + [ Ian Campbell ] + * [arm64+armhf] Enable SYSCON poweroff driver. + -- Ben Hutchings Mon, 11 May 2015 16:19:42 +0100 linux (4.0.4-1) unstable; urgency=medium diff --git a/debian/config/arm64/config b/debian/config/arm64/config index 013eda298..cc334960f 100644 --- a/debian/config/arm64/config +++ b/debian/config/arm64/config @@ -151,6 +151,7 @@ CONFIG_PHY_XGENE=m CONFIG_POWER_RESET_VEXPRESS=y CONFIG_POWER_RESET_XGENE=y CONFIG_POWER_RESET_SYSCON=y +CONFIG_POWER_RESET_SYSCON_POWEROFF=y ## ## file: drivers/rtc/Kconfig diff --git a/debian/config/armhf/config.armmp b/debian/config/armhf/config.armmp index cd0b3aa03..5ff902c6a 100644 --- a/debian/config/armhf/config.armmp +++ b/debian/config/armhf/config.armmp @@ -683,6 +683,7 @@ CONFIG_POWER_RESET_AS3722=y CONFIG_POWER_RESET_GPIO=y CONFIG_POWER_RESET_RESTART=y CONFIG_POWER_RESET_SYSCON=y +CONFIG_POWER_RESET_SYSCON_POWEROFF=y ## ## file: drivers/pwm/Kconfig