Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drivers: bus: Sort Kconfig entries alphabetically

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Tested-by: Ulrich Hecht <ulrich.hecht+renesas@gmail.com>
Reviewed-by: Kevin Hilman <khilman@linaro.org>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>

authored by

Geert Uytterhoeven and committed by
Simon Horman
13fbf3c8 c517d838

+22 -22
+22 -22
drivers/bus/Kconfig
··· 4 4 5 5 menu "Bus devices" 6 6 7 + config ARM_CCI 8 + bool "ARM CCI driver support" 9 + depends on ARM && OF && CPU_V7 10 + help 11 + Driver supporting the CCI cache coherent interconnect for ARM 12 + platforms. 13 + 14 + config ARM_CCN 15 + bool "ARM CCN driver support" 16 + depends on ARM || ARM64 17 + depends on PERF_EVENTS 18 + help 19 + PMU (perf) driver supporting the ARM CCN (Cache Coherent Network) 20 + interconnect. 21 + 7 22 config BRCMSTB_GISB_ARB 8 23 bool "Broadcom STB GISB bus arbiter" 9 24 depends on ARM || MIPS ··· 42 27 Driver needed for the MBus configuration on Marvell EBU SoCs 43 28 (Kirkwood, Dove, Orion5x, MV78XX0 and Armada 370/XP). 44 29 30 + config OMAP_INTERCONNECT 31 + tristate "OMAP INTERCONNECT DRIVER" 32 + depends on ARCH_OMAP2PLUS 33 + 34 + help 35 + Driver to enable OMAP interconnect error handling driver. 36 + 45 37 config OMAP_OCP2SCP 46 38 tristate "OMAP OCP2SCP DRIVER" 47 39 depends on ARCH_OMAP2PLUS ··· 57 35 protocol to scp protocol. In OMAP4, USB PHY is connected via 58 36 OCP2SCP and in OMAP5, both USB PHY and SATA PHY is connected via 59 37 OCP2SCP. 60 - 61 - config OMAP_INTERCONNECT 62 - tristate "OMAP INTERCONNECT DRIVER" 63 - depends on ARCH_OMAP2PLUS 64 - 65 - help 66 - Driver to enable OMAP interconnect error handling driver. 67 - 68 - config ARM_CCI 69 - bool "ARM CCI driver support" 70 - depends on ARM && OF && CPU_V7 71 - help 72 - Driver supporting the CCI cache coherent interconnect for ARM 73 - platforms. 74 - 75 - config ARM_CCN 76 - bool "ARM CCN driver support" 77 - depends on ARM || ARM64 78 - depends on PERF_EVENTS 79 - help 80 - PMU (perf) driver supporting the ARM CCN (Cache Coherent Network) 81 - interconnect. 82 38 83 39 config VEXPRESS_CONFIG 84 40 bool "Versatile Express configuration bus"