diff options
| author | Grant Likely <grant.likely@secretlab.ca> | 2012-04-07 16:16:53 -0400 |
|---|---|---|
| committer | Grant Likely <grant.likely@secretlab.ca> | 2012-04-13 12:21:39 -0400 |
| commit | d57a4282d04810417c4ed2a49cbbeda8b3569b18 (patch) | |
| tree | 40fbd959e4a72c7c2635f8488bbd43d0ff353b80 /drivers/of/Kconfig | |
| parent | 8ebb35fd7ad07ab9a88a35eedd4f89a1e2a8fa55 (diff) | |
spi/devicetree: Move devicetree support code into spi directory
The SPI device tree support code isn't shared by any other subsystem. It can
be moved into the core drivers/spi directory and the exported symbol can be
removed.
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Cc: Rob Herring <rob.herring@calxeda.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..f623f17a0b9f 100644 --- a/drivers/of/Kconfig +++ b/drivers/of/Kconfig | |||
| @@ -67,12 +67,6 @@ config OF_NET | |||
| 67 | depends on NETDEVICES | 67 | depends on NETDEVICES |
| 68 | def_bool y | 68 | def_bool y |
| 69 | 69 | ||
| 70 | config OF_SPI | ||
| 71 | def_tristate SPI | ||
| 72 | depends on SPI && !SPARC | ||
| 73 | help | ||
| 74 | OpenFirmware SPI accessors | ||
| 75 | |||
| 76 | config OF_MDIO | 70 | config OF_MDIO |
| 77 | def_tristate PHYLIB | 71 | def_tristate PHYLIB |
| 78 | depends on PHYLIB | 72 | depends on PHYLIB |
