aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc
diff options
context:
space:
mode:
authorTimur Tabi <timur@freescale.com>2006-10-10 11:53:26 -0500
committerPaul Mackerras <paulus@samba.org>2006-10-16 15:52:14 +1000
commitee4ea82c07fa8aa46037962ec3e8b40c5144b5eb (patch)
treeba78c48bba3dc9a33b5238e05b8e70344bc5b053 /arch/powerpc
parent[POWERPC] spufs: fix support for read/write on cntl (diff)
downloadlinux-dev-ee4ea82c07fa8aa46037962ec3e8b40c5144b5eb.tar.xz
linux-dev-ee4ea82c07fa8aa46037962ec3e8b40c5144b5eb.zip
[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 <timur@freescale.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc')
-rw-r--r--arch/powerpc/configs/mpc834x_itx_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/configs/mpc834x_itx_defconfig b/arch/powerpc/configs/mpc834x_itx_defconfig
index cd3535e1a095..0561b73a918f 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