cloud-amd64: Support Amazon EC2

This commit is contained in:
Bastian Blank 2018-01-18 12:57:14 +01:00
parent 5f83961cb5
commit 12fc8ef895
3 changed files with 18 additions and 3 deletions

2
debian/changelog vendored
View File

@ -1,6 +1,8 @@
linux (4.15~rc8-1~exp2) UNRELEASED; urgency=medium
* Add cloud-amd64 kernel flavour.
- Support Microsoft Azure.
- Support Amazon EC2.
-- Bastian Blank <waldi@debian.org> Thu, 18 Jan 2018 09:14:57 +0100

View File

@ -155,6 +155,7 @@ CONFIG_ATA_PIIX=m
# CONFIG_BLK_DEV_SKD is not set
# CONFIG_BLK_DEV_SX8 is not set
# CONFIG_CDROM_PKTCDVD is not set
CONFIG_XEN_BLKDEV_FRONTEND=m
# CONFIG_BLK_DEV_RSXX is not set
##
@ -370,7 +371,7 @@ CONFIG_HYPERV=y
# CONFIG_SERIO_SERPORT is not set
# CONFIG_SERIO_CT82C710 is not set
# CONFIG_SERIO_PCIPS2 is not set
# CONFIG_SERIO_RAW is not set
CONFIG_SERIO_RAW=m
# CONFIG_SERIO_ALTERA_PS2 is not set
CONFIG_HYPERV_KEYBOARD=y
@ -512,6 +513,7 @@ CONFIG_HYPERV_KEYBOARD=y
## file: drivers/net/Kconfig
##
# CONFIG_NET_SB1000 is not set
CONFIG_XEN_NETDEV_FRONTEND=m
# CONFIG_FUJITSU_ES is not set
##
@ -644,7 +646,18 @@ CONFIG_HYPERV_KEYBOARD=y
##
## file: drivers/net/ethernet/intel/Kconfig
##
# CONFIG_NET_VENDOR_INTEL is not set
CONFIG_NET_VENDOR_INTEL=y
# CONFIG_E100 is not set
# CONFIG_E1000 is not set
# CONFIG_E1000E is not set
# CONFIG_IGB is not set
# CONFIG_IGBVF is not set
# CONFIG_IXGB is not set
# CONFIG_IXGBE is not set
#. Amazon EC2 uses Intel Corporation 82599 Ethernet Controller Virtual Function
CONFIG_IXGBEVF=m
# CONFIG_I40E is not set
# CONFIG_I40EVF is not set
##
## file: drivers/net/ethernet/marvell/Kconfig

View File

@ -23,4 +23,4 @@ hardware-long: PCs with AMD64, Intel 64 or VIA Nano processors
[cloud-amd64_description]
hardware: x86-64 cloud
hardware-long: Microsoft Azure cloud platform
hardware-long: Amazon EC2 and Microsoft Azure cloud platforms