+ drivers-misc-eeprom-fix-dependecy-on-ppc_mpc5200_gpio.patch added to -mm tree

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

 



The patch titled
     Subject: drivers/misc/eeprom: fix dependecy on 'PPC_MPC5200_GPIO'
has been added to the -mm tree.  Its filename is
     drivers-misc-eeprom-fix-dependecy-on-ppc_mpc5200_gpio.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/SubmitChecklist when testing your code ***

See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find
out what to do about this

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
From: Paul Bolle <pebolle@xxxxxxxxxx>
Subject: drivers/misc/eeprom: fix dependecy on 'PPC_MPC5200_GPIO'

The driver for the DigsyMTC display configuration EEPROMs device got added
by commit 469dded183 ("misc/eeprom: add eeprom access driver for digsy_mtc
board").  Its Kconfig symbol depends on PPC_MPC5200_GPIO.  But at the time
that driver got added PPC_MPC5200_GPIO was already renamed to
GPIO_MPC5200, by commit 6eae1ace68 ("gpio: Move mpc5200 gpio driver to
drivers/gpio").

So make this driver depend on GPIO_MPC5200. And since GPIO_MPC5200 itself
implies that GPIOLIB is set, that dependency can be dropped.

Signed-off-by: Paul Bolle <pebolle@xxxxxxxxxx>
Acked-by: Anatolij Gustschin <agust@xxxxxxx>
Cc: Grant Likely <grant.likely@xxxxxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 drivers/misc/eeprom/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/misc/eeprom/Kconfig~drivers-misc-eeprom-fix-dependecy-on-ppc_mpc5200_gpio drivers/misc/eeprom/Kconfig
--- a/drivers/misc/eeprom/Kconfig~drivers-misc-eeprom-fix-dependecy-on-ppc_mpc5200_gpio
+++ a/drivers/misc/eeprom/Kconfig
@@ -85,7 +85,7 @@ config EEPROM_93XX46
 
 config EEPROM_DIGSY_MTC_CFG
 	bool "DigsyMTC display configuration EEPROMs device"
-	depends on PPC_MPC5200_GPIO && GPIOLIB && SPI_GPIO
+	depends on GPIO_MPC5200 && SPI_GPIO
 	help
 	  This option enables access to display configuration EEPROMs
 	  on digsy_mtc board. You have to additionally select Microwire
_
Subject: Subject: drivers/misc/eeprom: fix dependecy on 'PPC_MPC5200_GPIO'

Patches currently in -mm which might be from pebolle@xxxxxxxxxx are

linux-next.patch
drivers-misc-eeprom-fix-dependecy-on-ppc_mpc5200_gpio.patch

--
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux