diff --git a/debian/changelog b/debian/changelog index c23acea85..d30ab897e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,7 @@ linux-2.6 (3.0.0-6) UNRELEASED; urgency=low [ Ben Hutchings ] * cputimer: Cure lock inversion * [powerpc] Change ATA, PATA_MACIO from module to built-in (Closes: #641210) + * [powerpc] Change IDE, IDE_GD from built-in to module -- Uwe Kleine-König Fri, 07 Oct 2011 15:48:22 +0200 diff --git a/debian/config/powerpc/config b/debian/config/powerpc/config index b58b72673..84cc6ed7d 100644 --- a/debian/config/powerpc/config +++ b/debian/config/powerpc/config @@ -273,9 +273,9 @@ CONFIG_SCx200_ACB=m ## ## file: drivers/ide/Kconfig ## -CONFIG_IDE=y +CONFIG_IDE=m # CONFIG_BLK_DEV_IDE_SATA is not set -CONFIG_IDE_GD=y +CONFIG_IDE_GD=m CONFIG_IDE_GD_ATA=y # CONFIG_BLK_DEV_IDECS is not set CONFIG_BLK_DEV_IDECD=m