Skip to content

Commit 5b40dd3

Browse files
jdelvaredavem330
authored andcommitted
ide: Fix SC1200 dependencies
The SC1200 is a SoC based on the Geode GX1 32-bit x86 processor, so its drivers are only needed on this architecture, except for build testing purpose. Signed-off-by: Jean Delvare <[email protected]> Cc: "David S. Miller" <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 2f2d4dd commit 5b40dd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/ide/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -488,6 +488,7 @@ config BLK_DEV_JMICRON
488488

489489
config BLK_DEV_SC1200
490490
tristate "National SCx200 chipset support"
491+
depends on X86_32 || COMPILE_TEST
491492
select BLK_DEV_IDEDMA_PCI
492493
help
493494
This driver adds support for the on-board IDE controller on the

0 commit comments

Comments
 (0)