diff options
author | Tony Luck <tony.luck@intel.com> | 2011-08-26 17:02:43 -0400 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2011-08-26 17:02:43 -0400 |
commit | 1b60e77d8485841cf6278963b151a486fbae1445 (patch) | |
tree | ed2ec07c092d5cf4804af6766fae2965ca9f6c65 /arch/ia64/configs/xen_domu_defconfig | |
parent | fc000154d7a63dee209aab1c13f2c19abdcf6b59 (diff) |
[IA64[ add CONFIG_NET_VENDOR_INTEL=y to default config files where needed
Jeff Kirsher's reorganization of network drivers means that we need
to choose CONFIG_NET_VENDOR_INTEL before options like CONFIG_E100
and CONFIG_E1000 become visible. Fix the minimized ia64 config
files so that we continue to have network drivers in the kernels
that they build.
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/configs/xen_domu_defconfig')
-rw-r--r-- | arch/ia64/configs/xen_domu_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/ia64/configs/xen_domu_defconfig b/arch/ia64/configs/xen_domu_defconfig index 2bf76e418bc5..37b9b422caad 100644 --- a/arch/ia64/configs/xen_domu_defconfig +++ b/arch/ia64/configs/xen_domu_defconfig | |||
@@ -80,6 +80,7 @@ CONFIG_NET_ETHERNET=y | |||
80 | CONFIG_NET_TULIP=y | 80 | CONFIG_NET_TULIP=y |
81 | CONFIG_TULIP=m | 81 | CONFIG_TULIP=m |
82 | CONFIG_NET_PCI=y | 82 | CONFIG_NET_PCI=y |
83 | CONFIG_NET_VENDOR_INTEL=y | ||
83 | CONFIG_E100=m | 84 | CONFIG_E100=m |
84 | CONFIG_E1000=y | 85 | CONFIG_E1000=y |
85 | CONFIG_TIGON3=y | 86 | CONFIG_TIGON3=y |