From: Timur Tabi Date: Tue, 10 Oct 2006 16:53:26 +0000 (-0500) Subject: [POWERPC] Add DOS partition table support to mpc834x_itx_defconfig X-Git-Tag: v2.6.19-rc3~153^2~9 X-Git-Url: http://git.rot13.org/?a=commitdiff_plain;h=ee4ea82c07fa8aa46037962ec3e8b40c5144b5eb;hp=654e4aee495bec1e4fc71ba1af25735da7cadc15;p=powerpc.git [POWERPC] Add DOS partition table support to mpc834x_itx_defconfig The default configuration file for the MPC8349E-mITX reference board, mpc834x_itx_defconfig, did not include support for DOS partition table types. This support is necessary because the hard drive that comes with the ITX is formatted with this partition table type. Without this config option, no partitions on the drive can be mounted. Signed-off-by: Timur Tabi Signed-off-by: Paul Mackerras --- diff --git a/arch/powerpc/configs/mpc834x_itx_defconfig b/arch/powerpc/configs/mpc834x_itx_defconfig index cd3535e1a0..0561b73a91 100644 --- a/arch/powerpc/configs/mpc834x_itx_defconfig +++ b/arch/powerpc/configs/mpc834x_itx_defconfig @@ -1248,7 +1248,7 @@ CONFIG_PARTITION_ADVANCED=y # CONFIG_AMIGA_PARTITION is not set # CONFIG_ATARI_PARTITION is not set # CONFIG_MAC_PARTITION is not set -# CONFIG_MSDOS_PARTITION is not set +CONFIG_MSDOS_PARTITION=y # CONFIG_LDM_PARTITION is not set # CONFIG_SGI_PARTITION is not set # CONFIG_ULTRIX_PARTITION is not set