From 8f98b0d94bd454993725739e58ba2a96e1c15ef8 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Sat, 19 Sep 2015 23:42:08 -0400 Subject: [PATCH] Kconfig: keep i/o drivers close in menuconfig Change-Id: I5c39063b13d79e65c77015fad224e1a5e81c8951 Signed-off-by: Anas Nashif --- drivers/Kconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/Kconfig b/drivers/Kconfig index 3f46f884957..6ba57bdd67b 100644 --- a/drivers/Kconfig +++ b/drivers/Kconfig @@ -41,8 +41,6 @@ source "drivers/console/Kconfig" source "drivers/serial/Kconfig" -source "drivers/gpio/Kconfig" - source "drivers/interrupt_controller/Kconfig" source "drivers/timer/Kconfig" @@ -51,6 +49,8 @@ source "drivers/random/Kconfig" source "drivers/pci/Kconfig" +source "drivers/gpio/Kconfig" + source "drivers/spi/Kconfig" source "drivers/i2c/Kconfig"