Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 307667
b: refs/heads/master
c: f141ed6
h: refs/heads/master
i:
  307665: a16baaf
  307663: 91d5249
v: v3
  • Loading branch information
Grant Likely committed Apr 7, 2012
1 parent 57f150b commit 907d769
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 93baa65fe50a83056c97973de2300337b000472e
refs/heads/master: f141ed65f256ec036c7fba604da6b7c448096ef9
4 changes: 4 additions & 0 deletions trunk/drivers/gpio/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ menuconfig GPIOLIB

if GPIOLIB

config OF_GPIO
def_bool y
depends on OF && !SPARC

config DEBUG_GPIO
bool "Debug GPIO calls"
depends on DEBUG_KERNEL
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/gpio/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
ccflags-$(CONFIG_DEBUG_GPIO) += -DDEBUG

obj-$(CONFIG_GPIOLIB) += gpiolib.o devres.o
obj-$(CONFIG_OF_GPIO) += gpiolib-of.o

# Device drivers. Generally keep list sorted alphabetically
obj-$(CONFIG_GPIO_GENERIC) += gpio-generic.o
Expand Down
File renamed without changes.
6 changes: 0 additions & 6 deletions trunk/drivers/of/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,6 @@ config OF_IRQ
config OF_DEVICE
def_bool y

config OF_GPIO
def_bool y
depends on GPIOLIB && !SPARC
help
OpenFirmware GPIO accessors

config OF_I2C
def_tristate I2C
depends on I2C && !SPARC
Expand Down
1 change: 0 additions & 1 deletion trunk/drivers/of/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ obj-$(CONFIG_OF_PROMTREE) += pdt.o
obj-$(CONFIG_OF_ADDRESS) += address.o
obj-$(CONFIG_OF_IRQ) += irq.o
obj-$(CONFIG_OF_DEVICE) += device.o platform.o
obj-$(CONFIG_OF_GPIO) += gpio.o
obj-$(CONFIG_OF_I2C) += of_i2c.o
obj-$(CONFIG_OF_NET) += of_net.o
obj-$(CONFIG_OF_SPI) += of_spi.o
Expand Down

0 comments on commit 907d769

Please sign in to comment.