summaryrefslogtreecommitdiff
path: root/arch/arm/configs/s3c2410_defconfig
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2016-11-25 23:17:35 +0100
committerArnd Bergmann <arnd@arndb.de>2016-11-25 23:17:35 +0100
commitf2e45e804d294741899ce6dfa31bb132c525ab0c (patch)
treea5002556cb459bda311f2167ccabb73095c78fcb /arch/arm/configs/s3c2410_defconfig
parent901e009788ca11f8b1e9977007e7a809bc84fbbd (diff)
parentbc9c6cc857849ec0d83bd13c1812bae9345dc553 (diff)
Merge branch 'v4.9-rc2-arm-configs-pata' of https://github.com/bzolnier/linux into next/defconfig
Merge "IDE to PATA change in ARM defconfigs from Bartlomiej Zolnierkiewicz: On Monday, October 31, 2016 07:14:13 PM Bartlomiej Zolnierkiewicz wrote: > On Monday, October 31, 2016 03:46:22 PM Russell King - ARM Linux wrote: > > On Wed, Oct 26, 2016 at 07:01:12PM +0200, Bartlomiej Zolnierkiewicz wrote: > > > On Wednesday, July 13, 2016 04:37:31 PM Arnd Bergmann wrote: > > > > I'd be fine with just getting a pull request with all the patches that > > > > had no negative feedback and that were not already applied (if any). > > > > > > Here it is (sorry for taking so long). > > > > I've just been digging in the dmesg logs from when I was using the > > Assabet+Neponset as my firewall, and it was having to use the IDE > > ide-cs driver rather than the pata pcmcia driver. > > > > I don't recall whether the pata pcmcia driver was a problem or not, > > as the PCMCIA interface can't cope with _any_ 32-bit accesses. I > > think PATA tries to use the "highest" possible access size by > > default... > > It doesn't actually - it defaults to 16-bits for PIO data access and > you must explicitly enable 32-bits using ATA_PFLAG_PIO32 port flag > (pata_pcmcia doesn't set it so it should be okay). Also taskfile > registers are accessed using 8-bits access by default transport > functions (which are used by pata_pcmcia). Please also note that: - assebet_defconfig currently doesn't even enable ide-cs (CONFIG_BLK_DEV_IDECS) in the mainline kernel - neponset_defconfig doesn't even enable IDE (CONFIG_IDE) in the mainline kernel so there is no risk of breaking anything.. * 'v4.9-rc2-arm-configs-pata' of https://github.com/bzolnier/linux: arm: spitz_defconfig: convert to use libata PATA drivers arm: s3c2410_defconfig: convert to use libata PATA drivers arm: netwinder_defconfig: convert to use libata PATA drivers arm: jornada720_defconfig: convert to use libata PATA drivers arm: ixp4xx_defconfig: convert to use libata PATA drivers arm: h3600_defconfig: convert to use libata PATA drivers arm: corgi_defconfig: convert to use libata PATA drivers arm: am200epdkit_defconfig: convert to use libata PATA drivers arm: omap1_defconfig: convert to use libata PATA drivers arm: collie_defconfig: convert to use libata PATA drivers arm: shannon_defconfig: disable IDE subsystem arm: mainstone_defconfig: disable IDE subsystem arm: lart_defconfig: disable IDE subsystem arm: cerfcube_defconfig: disable IDE subsystem arm: badge4_defconfig: disable IDE subsystem arm: assabet_defconfig: disable IDE subsystem
Diffstat (limited to 'arch/arm/configs/s3c2410_defconfig')
-rw-r--r--arch/arm/configs/s3c2410_defconfig10
1 files changed, 3 insertions, 7 deletions
diff --git a/arch/arm/configs/s3c2410_defconfig b/arch/arm/configs/s3c2410_defconfig
index bc4bfe02e611..4364040ed696 100644
--- a/arch/arm/configs/s3c2410_defconfig
+++ b/arch/arm/configs/s3c2410_defconfig
@@ -219,20 +219,16 @@ CONFIG_BLK_DEV_NBD=m
CONFIG_BLK_DEV_UB=m
CONFIG_BLK_DEV_RAM=y
CONFIG_ATA_OVER_ETH=m
-CONFIG_IDE=y
-CONFIG_BLK_DEV_IDECD=y
-CONFIG_BLK_DEV_IDETAPE=m
-CONFIG_BLK_DEV_PLATFORM=y
-CONFIG_SCSI=y
CONFIG_BLK_DEV_SD=y
CONFIG_CHR_DEV_ST=m
-CONFIG_BLK_DEV_SR=m
+CONFIG_BLK_DEV_SR=y
CONFIG_BLK_DEV_SR_VENDOR=y
CONFIG_CHR_DEV_SG=y
CONFIG_CHR_DEV_SCH=m
-CONFIG_SCSI_MULTI_LUN=y
CONFIG_SCSI_CONSTANTS=y
CONFIG_SCSI_SCAN_ASYNC=y
+CONFIG_ATA=y
+CONFIG_PATA_PLATFORM=y
CONFIG_NETDEVICES=y
CONFIG_DM9000=y
CONFIG_INPUT_EVDEV=y