Rename simple UART driver to pipe UART
Original name was too generic and confusing. This patch renames driver to pipe UART and moves it to console drivers folder. Kconfig destription is also improved. Change-Id: I716fdbf7d636bbdc03b0fce27a59fd866f473246 Signed-off-by: Szymon Janc <ext.szymon.janc@tieto.com>
This commit is contained in:
parent
341f81bd81
commit
c0baad2262
18 changed files with 67 additions and 83 deletions
|
@ -10,7 +10,6 @@ obj-y += interrupt_controller/
|
|||
obj-$(CONFIG_GROVE) += grove/
|
||||
obj-$(CONFIG_PCI) += pci/
|
||||
obj-$(CONFIG_BLUETOOTH) += bluetooth/
|
||||
obj-$(CONFIG_UART_SIMPLE) += simple/
|
||||
obj-$(CONFIG_SHARED_IRQ) += shared_irq/
|
||||
obj-$(CONFIG_SPI) += spi/
|
||||
obj-$(CONFIG_GPIO) += gpio/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue