[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [GPIO_RESET] linux-image-4.3.0-0.bpo.1-kirkwood_4.3.3-5~bpo8+1_armel



Hi,

Adding debian-kernel@ in copy even if it would probably be best tracked
through the BTS.

Babuschka Petruschka <babuschka@inbox.ru> (2016-01-13):
> Please enable config:
> 
> CONFIG_POWER_RESET=y
> CONFIG_POWER_RESET_GPIO=y
> CONFIG_POWER_RESET_QNAP=y
> CONFIG_POWER_RESET_RESTART=y  

Current git master has:

    debian/config/armel/config.kirkwood:CONFIG_POWER_RESET_QNAP=y
    debian/config/armel/config.kirkwood:CONFIG_POWER_RESET_RESTART=y

I suppose CONFIG_POWER_RESET is only needed to make the other entries
visible in make menuconfig (AFAIU from drivers/power/reset/Kconfig), so
we might only need this:

    CONFIG_POWER_RESET_GPIO=y

Untested patch attached.

Mraw,
KiBi.
From 4ca4216c3a2360e4ca6bdb921a1eb0e0011294c7 Mon Sep 17 00:00:00 2001
From: Cyril Brulebois <kibi@debian.org>
Date: Thu, 14 Jan 2016 02:17:37 +0100
Subject: [PATCH] [armel/kirkwood] Enable POWER_RESET_GPIO.

---
 debian/changelog                    | 3 +++
 debian/config/armel/config.kirkwood | 1 +
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 563e82c..b5ef8c1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,9 @@ linux (4.4-1~exp1) UNRELEASED; urgency=medium
   * [armhf] Enable EXTCON_USB_GPIO, ENSORS_GPIO_FAN as modules, and
     USB_DWC3_DUAL_ROLE instead of USB_DWC3_HOST (Closes: #810048)
 
+  [ Cyril Brulebois ]
+  * [armel/kirkwood] Enable POWER_RESET_GPIO.
+
  -- Ben Hutchings <ben@decadent.org.uk>  Wed, 06 Jan 2016 01:28:46 +0000
 
 linux (4.4~rc8-1~exp1) experimental; urgency=medium
diff --git a/debian/config/armel/config.kirkwood b/debian/config/armel/config.kirkwood
index 8ab415d..8c5322e 100644
--- a/debian/config/armel/config.kirkwood
+++ b/debian/config/armel/config.kirkwood
@@ -438,6 +438,7 @@ CONFIG_PCI_MVEBU=y
 ##
 ## file: drivers/power/reset/Kconfig
 ##
+CONFIG_POWER_RESET_GPIO=y
 CONFIG_POWER_RESET_QNAP=y
 CONFIG_POWER_RESET_RESTART=y
 
-- 
2.1.4

Attachment: signature.asc
Description: Digital signature


Reply to: