diff options
author | Alberto Bursi <bobafetthotmail@gmail.com> | 2021-02-06 20:25:32 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2021-03-01 00:34:23 +0100 |
commit | 788ec9a7cfc843c8e46451331521cdc7d81866bd (patch) | |
tree | 9de7edb098e4da10478b617edbfd5c66b3205f44 /target/linux/x86/64 | |
parent | 0c0c9c734d216b69f404a80eab4f9989a4fc9d42 (diff) | |
download | upstream-788ec9a7cfc843c8e46451331521cdc7d81866bd.tar.gz upstream-788ec9a7cfc843c8e46451331521cdc7d81866bd.tar.bz2 upstream-788ec9a7cfc843c8e46451331521cdc7d81866bd.zip |
x86: add support for AWS T3 instances
Amazon AWS T3 cloud instances require kernel support
for the Elastic Fabric Adapter to access storage
and for Elastic Network Adapter to use network
interfaces.
Since the Fabric Adapter is needed to access
root filesystem, enable in x86_64 kernel.
Elastic Network Adapter goes in a module,
and add this module to default list in x86_64.
The module is set to AutoLoad because AutoProbe does
not seem to load it.
Signed-off-by: Alberto Bursi <bobafetthotmail@gmail.com>
Diffstat (limited to 'target/linux/x86/64')
-rw-r--r-- | target/linux/x86/64/config-5.4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/x86/64/config-5.4 b/target/linux/x86/64/config-5.4 index f09deca5b0..d08ff00cb2 100644 --- a/target/linux/x86/64/config-5.4 +++ b/target/linux/x86/64/config-5.4 @@ -253,6 +253,7 @@ CONFIG_I2C_BOARDINFO=y # CONFIG_I2C_MULTI_INSTANTIATE is not set # CONFIG_IA32_EMULATION is not set CONFIG_ILLEGAL_POINTER_VALUE=0xdead000000000000 +CONFIG_INFINIBAND_EFA=y CONFIG_INPUT_XEN_KBDDEV_FRONTEND=y CONFIG_INTEL_GTT=y CONFIG_INTEL_IDLE=y |