diff options
author | Wanlong Gao <wanlong.gao@gmail.com> | 2011-04-09 04:09:46 -0400 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2011-04-27 00:18:41 -0400 |
commit | 0407a31429500e7e56da33a326ca7cf35c2c9d65 (patch) | |
tree | 4aae6265f0a8bc470c46ef01e7e988b8b875f6f3 /arch/powerpc/configs/pmac32_defconfig | |
parent | b618d2f043506e45b1d72b48a4ff7cb5b1a7011c (diff) |
powerpc: Fix build warning of the defconfigs
BT_L2CAP and BT_SCO have changed to bool .
Value 'm' has invalid .
Signed-off-by: Wanlong Gao <wanlong.gao@gmail.com>
Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/configs/pmac32_defconfig')
-rw-r--r-- | arch/powerpc/configs/pmac32_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/configs/pmac32_defconfig b/arch/powerpc/configs/pmac32_defconfig index ac4fc41035f..f8b394a76ac 100644 --- a/arch/powerpc/configs/pmac32_defconfig +++ b/arch/powerpc/configs/pmac32_defconfig | |||
@@ -112,8 +112,8 @@ CONFIG_IRDA_CACHE_LAST_LSAP=y | |||
112 | CONFIG_IRDA_FAST_RR=y | 112 | CONFIG_IRDA_FAST_RR=y |
113 | CONFIG_IRTTY_SIR=m | 113 | CONFIG_IRTTY_SIR=m |
114 | CONFIG_BT=m | 114 | CONFIG_BT=m |
115 | CONFIG_BT_L2CAP=m | 115 | CONFIG_BT_L2CAP=y |
116 | CONFIG_BT_SCO=m | 116 | CONFIG_BT_SCO=y |
117 | CONFIG_BT_RFCOMM=m | 117 | CONFIG_BT_RFCOMM=m |
118 | CONFIG_BT_RFCOMM_TTY=y | 118 | CONFIG_BT_RFCOMM_TTY=y |
119 | CONFIG_BT_BNEP=m | 119 | CONFIG_BT_BNEP=m |