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 <vincenzo.frascino@linaro.org>
This commit is contained in:
parent
9e7fec0ca4
commit
2a8eb46f5c
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue