Message ID | alpine.DEB.2.21.2103212043480.21463@angie.orcam.me.uk (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | MIPS: SiByte: Update SWARM defconfig for PATA support | expand |
Index: linux-swarm-defconfig/arch/mips/configs/sb1250_swarm_defconfig =================================================================== --- linux-swarm-defconfig.orig/arch/mips/configs/sb1250_swarm_defconfig +++ linux-swarm-defconfig/arch/mips/configs/sb1250_swarm_defconfig @@ -50,6 +50,14 @@ CONFIG_IDE=y CONFIG_BLK_DEV_IDECD=y CONFIG_BLK_DEV_IDETAPE=y CONFIG_RAID_ATTRS=m +CONFIG_BLK_DEV_SD=y +CONFIG_BLK_DEV_SR=y +CONFIG_CHR_DEV_SG=y +CONFIG_SCSI_CONSTANTS=y +# CONFIG_SCSI_LOWLEVEL is not set +CONFIG_ATA=y +# CONFIG_ATA_BMDMA is not set +CONFIG_PATA_PLATFORM=y CONFIG_NETDEVICES=y CONFIG_MACVLAN=m CONFIG_SB1250_MAC=y
Enable support for the onboard PATA PIO mode3 interface, which is one of the boot devices supported by the CFE firmware with the Broadcom SWARM board. Include disk, CD-ROM and generic storage drivers. Signed-off-by: Maciej W. Rozycki <macro@orcam.me.uk> --- arch/mips/configs/sb1250_swarm_defconfig | 8 ++++++++ 1 file changed, 8 insertions(+) linux-pata-swarm-defconfig.diff