Skip to content

Commit 2f2d4dd

Browse files
jdelvaredavem330
authored andcommitted
ide: Fix CS5520 and CS5530 dependencies
As far as I know, the CS5520 and CS5530 chipsets were only used with 32-bit x86 Geode processors, so I think their drivers are only needed on this architecture, except for build testing purpose. While we're here, simplify the dependencies for the CS5535 driver. Signed-off-by: Jean Delvare <[email protected]> Cc: "David S. Miller" <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent a259d53 commit 2f2d4dd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

drivers/ide/Kconfig

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,7 @@ config BLK_DEV_CY82C693
416416

417417
config BLK_DEV_CS5520
418418
tristate "Cyrix CS5510/20 MediaGX chipset support (VERY EXPERIMENTAL)"
419+
depends on X86_32 || COMPILE_TEST
419420
select BLK_DEV_IDEDMA_PCI
420421
help
421422
Include support for PIO tuning and virtual DMA on the Cyrix MediaGX
@@ -426,6 +427,7 @@ config BLK_DEV_CS5520
426427

427428
config BLK_DEV_CS5530
428429
tristate "Cyrix/National Semiconductor CS5530 MediaGX chipset support"
430+
depends on X86_32 || COMPILE_TEST
429431
select BLK_DEV_IDEDMA_PCI
430432
help
431433
Include support for UDMA on the Cyrix MediaGX 5530 chipset. This
@@ -435,7 +437,7 @@ config BLK_DEV_CS5530
435437

436438
config BLK_DEV_CS5535
437439
tristate "AMD CS5535 chipset support"
438-
depends on X86 && !X86_64
440+
depends on X86_32
439441
select BLK_DEV_IDEDMA_PCI
440442
help
441443
Include support for UDMA on the NSC/AMD CS5535 companion chipset.

0 commit comments

Comments
 (0)