diff options
author | Kefeng Wang <wangkefeng.wang@huawei.com> | 2016-08-15 03:03:45 -0400 |
---|---|---|
committer | Wei Xu <xuwei5@hisilicon.com> | 2016-08-24 10:35:20 -0400 |
commit | d22c90aa502731a0f5c70e4668784db8d479c388 (patch) | |
tree | 0ca8b14d7d93e96e5a90fd3a3219b9a64e8a5e60 | |
parent | 29b4817d4018df78086157ea3a55c1d9424a7cfc (diff) |
arm64: defconfig: Enable Hisi SAS and HNS
Enable Hisi SAS and HNS config for D02/D03 board.
Signed-off-by: Kefeng Wang <wangkefeng.wang@huawei.com>
Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
-rw-r--r-- | arch/arm64/configs/defconfig | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 0555b7caaf2c..4512a0cb3dfa 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig | |||
@@ -107,7 +107,8 @@ CONFIG_VIRTIO_BLK=y | |||
107 | CONFIG_SRAM=y | 107 | CONFIG_SRAM=y |
108 | # CONFIG_SCSI_PROC_FS is not set | 108 | # CONFIG_SCSI_PROC_FS is not set |
109 | CONFIG_BLK_DEV_SD=y | 109 | CONFIG_BLK_DEV_SD=y |
110 | # CONFIG_SCSI_LOWLEVEL is not set | 110 | CONFIG_SCSI_SAS_ATA=y |
111 | CONFIG_SCSI_HISI_SAS=y | ||
111 | CONFIG_ATA=y | 112 | CONFIG_ATA=y |
112 | CONFIG_SATA_AHCI=y | 113 | CONFIG_SATA_AHCI=y |
113 | CONFIG_SATA_AHCI_PLATFORM=y | 114 | CONFIG_SATA_AHCI_PLATFORM=y |
@@ -125,6 +126,8 @@ CONFIG_VIRTIO_NET=y | |||
125 | CONFIG_AMD_XGBE=y | 126 | CONFIG_AMD_XGBE=y |
126 | CONFIG_NET_XGENE=y | 127 | CONFIG_NET_XGENE=y |
127 | CONFIG_MACB=y | 128 | CONFIG_MACB=y |
129 | CONFIG_HNS_DSAF=y | ||
130 | CONFIG_HNS_ENET=y | ||
128 | CONFIG_E1000E=y | 131 | CONFIG_E1000E=y |
129 | CONFIG_IGB=y | 132 | CONFIG_IGB=y |
130 | CONFIG_IGBVF=y | 133 | CONFIG_IGBVF=y |