diff options
author | Olof Johansson <olof@lixom.net> | 2007-12-28 11:41:28 -0500 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2007-12-28 12:02:34 -0500 |
commit | 90c26375b48e764a099bb5b606a74bb54bb5a3a7 (patch) | |
tree | f2306892d347e745a658d47e88b3f76e54d910e4 /arch/powerpc/configs | |
parent | d87bf3bed71375b141e95b5fdbac413ac4b65184 (diff) |
[POWERPC] Enable CONFIG_PCI_MSI and CONFIG_MD in pasemi_defconfig
Enable MSI now that we have an implementation, and enable CONFIG_MD and
the raid options by default as well.
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/powerpc/configs')
-rw-r--r-- | arch/powerpc/configs/pasemi_defconfig | 30 |
1 files changed, 26 insertions, 4 deletions
diff --git a/arch/powerpc/configs/pasemi_defconfig b/arch/powerpc/configs/pasemi_defconfig index 292de3d6ce92..9d21b083ae12 100644 --- a/arch/powerpc/configs/pasemi_defconfig +++ b/arch/powerpc/configs/pasemi_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.24-rc4 | 3 | # Linux kernel version: 2.6.24-rc6 |
4 | # Thu Dec 6 16:49:03 2007 | 4 | # Fri Dec 28 11:01:53 2007 |
5 | # | 5 | # |
6 | CONFIG_PPC64=y | 6 | CONFIG_PPC64=y |
7 | 7 | ||
@@ -256,7 +256,7 @@ CONFIG_PCI_DOMAINS=y | |||
256 | CONFIG_PCI_SYSCALL=y | 256 | CONFIG_PCI_SYSCALL=y |
257 | # CONFIG_PCIEPORTBUS is not set | 257 | # CONFIG_PCIEPORTBUS is not set |
258 | CONFIG_ARCH_SUPPORTS_MSI=y | 258 | CONFIG_ARCH_SUPPORTS_MSI=y |
259 | # CONFIG_PCI_MSI is not set | 259 | CONFIG_PCI_MSI=y |
260 | CONFIG_PCI_LEGACY=y | 260 | CONFIG_PCI_LEGACY=y |
261 | # CONFIG_PCI_DEBUG is not set | 261 | # CONFIG_PCI_DEBUG is not set |
262 | CONFIG_PCCARD=y | 262 | CONFIG_PCCARD=y |
@@ -663,7 +663,25 @@ CONFIG_PATA_PCMCIA=y | |||
663 | # CONFIG_PATA_VIA is not set | 663 | # CONFIG_PATA_VIA is not set |
664 | # CONFIG_PATA_WINBOND is not set | 664 | # CONFIG_PATA_WINBOND is not set |
665 | CONFIG_PATA_PLATFORM=y | 665 | CONFIG_PATA_PLATFORM=y |
666 | # CONFIG_MD is not set | 666 | CONFIG_MD=y |
667 | CONFIG_BLK_DEV_MD=y | ||
668 | CONFIG_MD_LINEAR=y | ||
669 | CONFIG_MD_RAID0=y | ||
670 | CONFIG_MD_RAID1=y | ||
671 | CONFIG_MD_RAID10=y | ||
672 | CONFIG_MD_RAID456=y | ||
673 | CONFIG_MD_RAID5_RESHAPE=y | ||
674 | # CONFIG_MD_MULTIPATH is not set | ||
675 | # CONFIG_MD_FAULTY is not set | ||
676 | CONFIG_BLK_DEV_DM=y | ||
677 | # CONFIG_DM_DEBUG is not set | ||
678 | CONFIG_DM_CRYPT=y | ||
679 | # CONFIG_DM_SNAPSHOT is not set | ||
680 | # CONFIG_DM_MIRROR is not set | ||
681 | # CONFIG_DM_ZERO is not set | ||
682 | # CONFIG_DM_MULTIPATH is not set | ||
683 | # CONFIG_DM_DELAY is not set | ||
684 | # CONFIG_DM_UEVENT is not set | ||
667 | # CONFIG_FUSION is not set | 685 | # CONFIG_FUSION is not set |
668 | 686 | ||
669 | # | 687 | # |
@@ -1686,6 +1704,10 @@ CONFIG_XMON_DISASSEMBLY=y | |||
1686 | # CONFIG_KEYS is not set | 1704 | # CONFIG_KEYS is not set |
1687 | # CONFIG_SECURITY is not set | 1705 | # CONFIG_SECURITY is not set |
1688 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | 1706 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set |
1707 | CONFIG_XOR_BLOCKS=y | ||
1708 | CONFIG_ASYNC_CORE=y | ||
1709 | CONFIG_ASYNC_MEMCPY=y | ||
1710 | CONFIG_ASYNC_XOR=y | ||
1689 | CONFIG_CRYPTO=y | 1711 | CONFIG_CRYPTO=y |
1690 | CONFIG_CRYPTO_ALGAPI=y | 1712 | CONFIG_CRYPTO_ALGAPI=y |
1691 | CONFIG_CRYPTO_BLKCIPHER=y | 1713 | CONFIG_CRYPTO_BLKCIPHER=y |