diff options
| author | Michal Simek <[email protected]> | 2015-12-09 16:53:52 +0100 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2015-12-18 13:15:58 +0100 |
| commit | c942810787e40504ffe4ce370002e97a2b0adc52 (patch) | |
| tree | ad90a0319446e55564891e0600055dc303e6eb87 /drivers | |
| parent | 9d9211ac11796898a12cc74b79302b08b5a6db93 (diff) | |
net: gem: Fix typo in Kconfig entry
Signed-off-by: Michal Simek <[email protected]>
Acked-by: Joe Hershberger <[email protected]>
Diffstat (limited to 'drivers')
| -rw-r--r-- | drivers/net/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 6905cc02e39..e77797ab286 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -105,6 +105,6 @@ config ZYNQ_GEM depends on DM_ETH && (ARCH_ZYNQ || ARCH_ZYNQMP) bool "Xilinx Ethernet GEM" help - This MAC is presetn in Xilinx Zynq and ZynqMP SoCs. + This MAC is present in Xilinx Zynq and ZynqMP SoCs. endif # NETDEVICES |
