diff options
author | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2015-02-27 14:09:37 +1100 |
---|---|---|
committer | Scott Wood <scottwood@freescale.com> | 2015-03-23 19:51:18 -0500 |
commit | cb5915e71fd13172c24f3eb102ea02b6d70dc1b0 (patch) | |
tree | 31796416f4b6d3c356ea03c65efbf41f310163d6 | |
parent | ff015659b631621fc9d60403a5dfbdf72c1cd058 (diff) | |
download | op-kernel-dev-cb5915e71fd13172c24f3eb102ea02b6d70dc1b0.zip op-kernel-dev-cb5915e71fd13172c24f3eb102ea02b6d70dc1b0.tar.gz |
powerpc: Make corenet64_defconfig a bit more useful
CONFIG_BLK_DEV_SD, SR, ... are needed for pretty much any SATA or USB
storage device (corenet32_defconfig has them) and modern any with
systemd needs the CGROUPS gunk.
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Signed-off-by: Scott Wood <scottwood@freescale.com>
-rw-r--r-- | arch/powerpc/configs/corenet64_smp_defconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/powerpc/configs/corenet64_smp_defconfig b/arch/powerpc/configs/corenet64_smp_defconfig index 04737aa..066eb45 100644 --- a/arch/powerpc/configs/corenet64_smp_defconfig +++ b/arch/powerpc/configs/corenet64_smp_defconfig @@ -12,6 +12,10 @@ CONFIG_BSD_PROCESS_ACCT=y CONFIG_IKCONFIG=y CONFIG_IKCONFIG_PROC=y CONFIG_LOG_BUF_SHIFT=14 +CONFIG_CGROUPS=y +CONFIG_CPUSETS=y +CONFIG_CGROUP_CPUACCT=y +CONFIG_CGROUP_SCHED=y CONFIG_BLK_DEV_INITRD=y CONFIG_EXPERT=y CONFIG_KALLSYMS_ALL=y @@ -75,6 +79,10 @@ CONFIG_BLK_DEV_LOOP=y CONFIG_BLK_DEV_RAM=y CONFIG_BLK_DEV_RAM_SIZE=131072 CONFIG_EEPROM_LEGACY=y +CONFIG_BLK_DEV_SD=y +CONFIG_BLK_DEV_SR=y +CONFIG_BLK_DEV_SR_VENDOR=y +CONFIG_CHR_DEV_SG=y CONFIG_ATA=y CONFIG_SATA_FSL=y CONFIG_SATA_SIL24=y |