diff options
author | Anton Blanchard <anton@samba.org> | 2009-03-31 16:14:25 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2009-04-07 01:18:59 -0400 |
commit | 4c6cf42843e924fd2f71439d87e85b739b2aa973 (patch) | |
tree | 42fb080e60cacb2bb4f247d29a4169469b3277a7 /arch | |
parent | 856cc2f0bea673b5fcd1500533ee8ffd6c0749bd (diff) |
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')
-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 | |||
95 | CONFIG_SYSFS_DEPRECATED=y | 95 | CONFIG_SYSFS_DEPRECATED=y |
96 | CONFIG_SYSFS_DEPRECATED_V2=y | 96 | CONFIG_SYSFS_DEPRECATED_V2=y |
97 | CONFIG_PROC_PID_CPUSET=y | 97 | CONFIG_PROC_PID_CPUSET=y |
98 | # CONFIG_RELAY is not set | 98 | CONFIG_RELAY=y |
99 | CONFIG_NAMESPACES=y | 99 | CONFIG_NAMESPACES=y |
100 | # CONFIG_UTS_NS is not set | 100 | # CONFIG_UTS_NS is not set |
101 | # CONFIG_IPC_NS is not set | 101 | # CONFIG_IPC_NS is not set |