drivers: can: transceiver: gpio: automatically select GPIO
Automatically select CONFIG_GPIO when the GPIO-controlled CAN transceiver driver is enabled. Update board configurations to benefit from this. Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
This commit is contained in:
parent
e44c0987b9
commit
36f4ef70a9
3 changed files with 1 additions and 15 deletions
|
@ -23,13 +23,6 @@ config WDT_NXP_FS26_INIT_PRIORITY
|
|||
endif # WDT_NXP_FS26
|
||||
endif # SPI
|
||||
|
||||
if CAN
|
||||
|
||||
config GPIO
|
||||
default y
|
||||
|
||||
endif # CAN
|
||||
|
||||
if NETWORKING
|
||||
|
||||
config NET_L2_ETHERNET
|
||||
|
|
|
@ -10,11 +10,4 @@ config UART_CONSOLE
|
|||
|
||||
endif # SERIAL
|
||||
|
||||
if CAN
|
||||
|
||||
config GPIO
|
||||
default y
|
||||
|
||||
endif # CAN
|
||||
|
||||
endif # BOARD_UCANS32K1SIC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue