]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
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)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 22:47:34 +0000 (00:47 +0200)
commit6e625283520cdb535cc666203d1e767c5e09d0d2
tree2730c42bd3638bc5c06bd1b823f35169d45f5eaf
parent27278c49fe366e3b746044a6e9c0d1730c8b2fef
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