drivers: ieee802154: Remove GPIO_MCUX_PORT{A,B}_NAME Kconfig references

These symbols were removed by commit 4e8f29f319 ("gpio: Refactor the
mcux gpio driver to use dts"). The settings should come from DTS now.

Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
Ulf Magnusson 2018-06-11 14:12:00 +02:00 committed by Anas Nashif
commit 2e6386f5af

View file

@ -76,7 +76,6 @@ if !HAS_DTS_GPIO_DEVICE
config MCR20A_GPIO_IRQ_B_NAME config MCR20A_GPIO_IRQ_B_NAME
string "GPIO device used for IRQ_B output of MCR20A" string "GPIO device used for IRQ_B output of MCR20A"
default GPIO_MCUX_PORTB_NAME
config MCR20A_GPIO_IRQ_B_PIN config MCR20A_GPIO_IRQ_B_PIN
int "GPIO pin connected to IRQ_B output of MCR20A" int "GPIO pin connected to IRQ_B output of MCR20A"
@ -84,7 +83,6 @@ config MCR20A_GPIO_IRQ_B_PIN
config MCR20A_GPIO_RESET_NAME config MCR20A_GPIO_RESET_NAME
string "GPIO device used for RESET input of MCR20A" string "GPIO device used for RESET input of MCR20A"
default GPIO_MCUX_PORTA_NAME
config MCR20A_GPIO_RESET_PIN config MCR20A_GPIO_RESET_PIN
int "GPIO pin connected to RESET input of MCR20A" int "GPIO pin connected to RESET input of MCR20A"