spi: Kconfig: Show dm-spi drivers if DM_SPI set
authorJagan Teki <jteki@openedev.com>
Sat, 27 Jun 2015 17:07:00 +0000 (22:37 +0530)
committerJagan Teki <jteki@openedev.com>
Wed, 1 Jul 2015 16:09:04 +0000 (21:39 +0530)
commite4976af8656878c708f9b90278648b39e6d88dc6
tree3d7dc3140226f727fbb19ba3677a6fa827a87a27
parent1360004233801aed153c7f58f316912aed062c6e
spi: Kconfig: Show dm-spi drivers if DM_SPI set

DM supported spi drivers are enbled only when DM_SPI enabled,
so added DM_SPI if condition in Kconfig to show thoese only
when it enabled.

Also re-order the config items as incresing alphabetic order.

Signed-off-by: Jagan Teki <jteki@openedev.com>
drivers/spi/Kconfig