diff options
author | Grant Likely <grant.likely@secretlab.ca> | 2012-04-07 16:31:33 -0400 |
---|---|---|
committer | Grant Likely <grant.likely@secretlab.ca> | 2012-04-07 16:35:28 -0400 |
commit | f141ed65f256ec036c7fba604da6b7c448096ef9 (patch) | |
tree | b94001a7818a860aabfdd35b2867313fb07e114e /drivers/of/Kconfig | |
parent | 93baa65fe50a83056c97973de2300337b000472e (diff) |
gpio: Move DT support code into drivers/gpio
The code in drivers/of/gpio.c isn't shared by any other subsystem since it
is all gpiolib specific. drivers/gpio is a better place to maintain these
functions.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Cc: Rob Herring <rob.herring@calxeda.com>
Cc: Linus Walleij <linus.walleij@stericsson.com>
Diffstat (limited to 'drivers/of/Kconfig')
-rw-r--r-- | drivers/of/Kconfig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/of/Kconfig b/drivers/of/Kconfig index 8e84ce9765a9..ce00d11144de 100644 --- a/drivers/of/Kconfig +++ b/drivers/of/Kconfig | |||
@@ -51,12 +51,6 @@ config OF_IRQ | |||
51 | config OF_DEVICE | 51 | config OF_DEVICE |
52 | def_bool y | 52 | def_bool y |
53 | 53 | ||
54 | config OF_GPIO | ||
55 | def_bool y | ||
56 | depends on GPIOLIB && !SPARC | ||
57 | help | ||
58 | OpenFirmware GPIO accessors | ||
59 | |||
60 | config OF_I2C | 54 | config OF_I2C |
61 | def_tristate I2C | 55 | def_tristate I2C |
62 | depends on I2C && !SPARC | 56 | depends on I2C && !SPARC |