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:
parent
7f5203d370
commit
2e6386f5af
1 changed files with 0 additions and 2 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue