diff options
author | Anton Blanchard <anton@samba.org> | 2009-04-01 00:14:25 +0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2009-04-07 09:18:59 +0400 |
commit | 4c6cf42843e924fd2f71439d87e85b739b2aa973 (patch) | |
tree | 42fb080e60cacb2bb4f247d29a4169469b3277a7 /arch/powerpc/configs/pseries_defconfig | |
parent | 856cc2f0bea673b5fcd1500533ee8ffd6c0749bd (diff) | |
download | linux-4c6cf42843e924fd2f71439d87e85b739b2aa973.tar.xz |
powerpc/pseries: Enable relay in pseries_defconfig
Enable relay in pseries config, ppc64_defconfig had it enabled but pseries
did not.
Signed-off-by: Anton Blanchard <anton@samba.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/configs/pseries_defconfig')
-rw-r--r-- | arch/powerpc/configs/pseries_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/powerpc/configs/pseries_defconfig b/arch/powerpc/configs/pseries_defconfig index 61b100849715..f1889abb89b1 100644 --- a/arch/powerpc/configs/pseries_defconfig +++ b/arch/powerpc/configs/pseries_defconfig @@ -95,7 +95,7 @@ CONFIG_CGROUP_CPUACCT=y CONFIG_SYSFS_DEPRECATED=y CONFIG_SYSFS_DEPRECATED_V2=y CONFIG_PROC_PID_CPUSET=y -# CONFIG_RELAY is not set +CONFIG_RELAY=y CONFIG_NAMESPACES=y # CONFIG_UTS_NS is not set # CONFIG_IPC_NS is not set |