Sfoglia il codice sorgente

Merge tag 'pinctrl-for-v3.7-late' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl

Pull pinctrl fix from Linus Walleij:
 "A simple pinctrl Kconfig oneliner arriving late.

  Final (hopefully) oneliner for the pinctrl subsystem targeted at v3.7"

* tag 'pinctrl-for-v3.7-late' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl:
  pinctrl/samsung: don't allow enabling pinctrl-samsung standalone
Linus Torvalds 13 anni fa
parent
commit
45e7715922
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      drivers/pinctrl/Kconfig

+ 1 - 1
drivers/pinctrl/Kconfig

@@ -178,7 +178,7 @@ config PINCTRL_COH901
 	  ports of 8 GPIO pins each.
 	  ports of 8 GPIO pins each.
 
 
 config PINCTRL_SAMSUNG
 config PINCTRL_SAMSUNG
-	bool "Samsung pinctrl driver"
+	bool
 	depends on OF && GPIOLIB
 	depends on OF && GPIOLIB
 	select PINMUX
 	select PINMUX
 	select PINCONF
 	select PINCONF