lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Thu, 09 Aug 2007 10:16:50 +0300
From:	Mike Rapoport <mike@...pulab.co.il>
To:	ARM Linux <linux-arm-kernel@...ts.arm.linux.org.uk>
CC:	LKML <linux-kernel@...r.kernel.org>
Subject: [PATHC] make power supply class available for arm architecture

The config system doesn't show the power supply class menu if arch=arm, this 
patch fixes it.

Signed-off-by: Mike Rapoport <mike@...pulab.co.il>

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index d614529..9f7c6de 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1026,6 +1026,8 @@ source "drivers/spi/Kconfig"

  source "drivers/w1/Kconfig"

+source "drivers/power/Kconfig"
+
  source "drivers/hwmon/Kconfig"

  #source "drivers/l3/Kconfig"

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ