driver: uart: ns16550: convert to DT_INST_*
Change to code to use the automatically generated DT_INST_* defines and remove the now unneeded configs and fixups. Signed-off-by: Timo Teräs <timo.teras@iki.fi>
This commit is contained in:
parent
e740818093
commit
6fd168e9a1
49 changed files with 94 additions and 505 deletions
|
@ -12,22 +12,6 @@ config BOARD
|
|||
config BUILD_OUTPUT_STRIPPED
|
||||
default y
|
||||
|
||||
if UART_NS16550
|
||||
|
||||
config UART_NS16550_PORT_0
|
||||
default y
|
||||
|
||||
config UART_NS16550_PORT_1
|
||||
default y
|
||||
|
||||
config UART_NS16550_PORT_2
|
||||
default y
|
||||
|
||||
config UART_NS16550_PORT_3
|
||||
default y
|
||||
|
||||
endif # UART_NS16550
|
||||
|
||||
if I2C
|
||||
|
||||
config I2C_0
|
||||
|
|
|
@ -8,16 +8,6 @@ config BOARD
|
|||
config BUILD_OUTPUT_STRIPPED
|
||||
default y
|
||||
|
||||
if UART_NS16550
|
||||
|
||||
config UART_NS16550_PORT_0
|
||||
default y
|
||||
|
||||
config UART_NS16550_PORT_1
|
||||
default y
|
||||
|
||||
endif # UART_NS16550
|
||||
|
||||
if I2C
|
||||
|
||||
config I2C_0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue