From 2a8eb46f5c4e75661d479eb549099fecc2f915fc Mon Sep 17 00:00:00 2001 From: Vincenzo Frascino Date: Mon, 14 Nov 2016 18:12:33 +0000 Subject: [PATCH] gpio: Cleanup Kconfig dependancy for nRF5X support This patch removes a redundant "depends on" from the gpio Kconfig for nRF5X family. Change-Id: I28ac15b58839e05f47ade81bef66a03a0a44bebd Signed-off-by: Vincenzo Frascino --- drivers/gpio/Kconfig.nrf5 | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpio/Kconfig.nrf5 b/drivers/gpio/Kconfig.nrf5 index 15bf7d9301b..e591112bdd7 100644 --- a/drivers/gpio/Kconfig.nrf5 +++ b/drivers/gpio/Kconfig.nrf5 @@ -26,7 +26,6 @@ if GPIO_NRF5 config GPIO_NRF5_P0 bool "nRF5x GPIO Port P0 options" - depends on GPIO_NRF5 default n help Enable nRF5 GPIO port P0 config options.