diff options
| author | Allen Hubbe <Allen.Hubbe@emc.com> | 2015-05-07 06:45:21 -0400 |
|---|---|---|
| committer | Allen Hubbe <Allen.Hubbe@emc.com> | 2015-07-02 10:09:23 -0400 |
| commit | ec110bc7cc48d7806c9b65094e6afb19452d458f (patch) | |
| tree | aa46f83b5d7c7d104902aedd333c0f4f02817b29 /drivers/net/Kconfig | |
| parent | d8133356e99713bd023b229de107ddd6dd6d375a (diff) | |
NTB: Move files in preparation for NTB abstraction
This patch only moves files to their new locations, before applying the
next two patches adding the NTB Abstraction layer. Splitting this patch
from the next is intended make distinct which code is changed only due
to moving the files, versus which are substantial code changes in adding
the NTB Abstraction layer.
Signed-off-by: Allen Hubbe <Allen.Hubbe@emc.com>
Signed-off-by: Jon Mason <jdmason@kudzu.us>
Diffstat (limited to 'drivers/net/Kconfig')
| -rw-r--r-- | drivers/net/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index df51d6025a90..bda3cde62bb3 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig | |||
| @@ -203,8 +203,8 @@ config NET_POLL_CONTROLLER | |||
| 203 | def_bool NETPOLL | 203 | def_bool NETPOLL |
| 204 | 204 | ||
| 205 | config NTB_NETDEV | 205 | config NTB_NETDEV |
| 206 | tristate "Virtual Ethernet over NTB" | 206 | tristate "Virtual Ethernet over NTB Transport" |
| 207 | depends on NTB | 207 | depends on NTB_TRANSPORT |
| 208 | 208 | ||
| 209 | config RIONET | 209 | config RIONET |
| 210 | tristate "RapidIO Ethernet over messaging driver support" | 210 | tristate "RapidIO Ethernet over messaging driver support" |
