diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2014-02-28 15:15:12 +0200 |
---|---|---|
committer | Patrick Georgi <patrick@georgi-clan.de> | 2014-04-09 11:30:53 +0200 |
commit | d53d96dddd1e8733b53519becda73288381d2396 (patch) | |
tree | 728d636464f903beb70b43fef270ff132dc9847d /src/drivers/oxford/Kconfig | |
parent | 4c686f2106a33e7a452bec163c178724a0313616 (diff) |
OxPCIe uart: Move under drivers/uart
This driver is only a thin shell for uart8250mem and we could extend it
with further compatible PCI IDs from other vendors/brands.
Change-Id: Ic115b1baa0be0dbaa81e4a17a2e466019d3f4a67
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/5329
Tested-by: build bot (Jenkins)
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Diffstat (limited to 'src/drivers/oxford/Kconfig')
-rw-r--r-- | src/drivers/oxford/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/drivers/oxford/Kconfig b/src/drivers/oxford/Kconfig deleted file mode 100644 index cd7c27ced0..0000000000 --- a/src/drivers/oxford/Kconfig +++ /dev/null @@ -1 +0,0 @@ -source src/drivers/oxford/oxpcie/Kconfig |