diff options
author | Jon Mason <jon.mason@intel.com> | 2013-01-21 16:40:39 -0700 |
---|---|---|
committer | Jon Mason <jon.mason@intel.com> | 2013-09-03 14:48:53 -0700 |
commit | ac477afb0431386575ef453f50fa0052c3f0461b (patch) | |
tree | f32e9f650e68e345baee7919800d8b8e6da60d82 /drivers/ntb/Kconfig | |
parent | be4dac0fcacd7d62e0b4f7ff51a7032e197b62af (diff) |
NTB: Enable 32bit Support
Correct the issues on NTB that prevented it from working on x86_32 and
modify the Kconfig to allow it to be permitted to be used in that
environment as well.
Signed-off-by: Jon Mason <jon.mason@intel.com>
Diffstat (limited to 'drivers/ntb/Kconfig')
-rw-r--r-- | drivers/ntb/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ntb/Kconfig b/drivers/ntb/Kconfig index 37ee6495acc1..f69df793dbe2 100644 --- a/drivers/ntb/Kconfig +++ b/drivers/ntb/Kconfig @@ -1,7 +1,7 @@ config NTB tristate "Intel Non-Transparent Bridge support" depends on PCI - depends on X86_64 + depends on X86 help The PCI-E Non-transparent bridge hardware is a point-to-point PCI-E bus connecting 2 systems. When configured, writes to the device's PCI |