diff options
author | Wanlong Gao <wanlong.gao@gmail.com> | 2011-04-09 10:09:46 +0200 |
---|---|---|
committer | Benjamin Herrenschmidt <benh@kernel.crashing.org> | 2011-04-27 06:18:41 +0200 |
commit | 0407a31429500e7e56da33a326ca7cf35c2c9d65 (patch) | |
tree | 4aae6265f0a8bc470c46ef01e7e988b8b875f6f3 /arch/powerpc/configs/c2k_defconfig | |
parent | powerpc/ps3: Update debug message for irq_set_chip_data() (diff) | |
download | linux-0407a31429500e7e56da33a326ca7cf35c2c9d65.tar.xz linux-0407a31429500e7e56da33a326ca7cf35c2c9d65.zip |
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/c2k_defconfig')
-rw-r--r-- | arch/powerpc/configs/c2k_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/powerpc/configs/c2k_defconfig b/arch/powerpc/configs/c2k_defconfig index f9e6a3ea5a64..2a84fd7f631c 100644 --- a/arch/powerpc/configs/c2k_defconfig +++ b/arch/powerpc/configs/c2k_defconfig @@ -132,8 +132,8 @@ CONFIG_NET_CLS_RSVP=m CONFIG_NET_CLS_RSVP6=m CONFIG_NET_CLS_IND=y CONFIG_BT=m -CONFIG_BT_L2CAP=m -CONFIG_BT_SCO=m +CONFIG_BT_L2CAP=y +CONFIG_BT_SCO=y CONFIG_BT_RFCOMM=m CONFIG_BT_RFCOMM_TTY=y CONFIG_BT_BNEP=m |