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 for Android: free password hash cracker in your pocket
[<prev] [next>] [day] [month] [year] [list]
Date:	Mon, 2 Feb 2009 17:49:48 +0800
From:	Eric Miao <eric.y.miao@...il.com>
To:	LKML <linux-kernel@...r.kernel.org>
Cc:	Balaji Rao <balajirrao@...nmoko.org>,
	Andy Green <andy@...nmoko.com>,
	Samuel Ortiz <sameo@...nedhand.com>
Subject: [PATCH] mfd: make pcf50633-core.c built-in only

>From 0d2f067941d492e4932cad1ae4efaea3058ed216 Mon Sep 17 00:00:00 2001
From: Eric Miao <eric.miao@...vell.com>
Date: Mon, 2 Feb 2009 17:30:31 +0800
Subject: [PATCH] mfd: make pcf50633-core.c built-in only

pcf50633-core.c references functions like set_irq_handler() which is
supposed to be used in built-in code only, make this explicit in its
Kconfig option.

Signed-off-by: Eric Miao <eric.miao@...vell.com>
Cc: Balaji Rao <balajirrao@...nmoko.org>
Cc: Andy Green <andy@...nmoko.com>
Cc: Samuel Ortiz <sameo@...nedhand.com>
---
 drivers/mfd/Kconfig |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 06a2b0f..52b2412 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -218,7 +218,7 @@ config MFD_WM8350_I2C
 	  selected to enable support for the functionality of the chip.

 config MFD_PCF50633
-	tristate "Support for NXP PCF50633"
+	bool "Support for NXP PCF50633"
 	depends on I2C
 	help
 	  Say yes here if you have NXP PCF50633 chip on your board.
-- 
1.6.0.4

View attachment "0001-mfd-make-pcf50633-core.c-built-in-only.patch" of type "text/x-diff" (934 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ