summaryrefslogtreecommitdiff
path: root/config.mk
diff options
context:
space:
mode:
authorKyle Manna <kyle.manna@fuel7.com>2012-10-08 14:51:02 -0500
committerLuis R. Rodriguez <mcgrof@do-not-panic.com>2012-10-08 14:44:15 -0700
commitf456f3e174c65a6f5c8e34693b7f89ad52d9b072 (patch)
tree9e44bd7b390af259d28423eae27d5d7d5ab079c8 /config.mk
parent6bfeff8b52585ac18da6d2c8d68e78acb44e0174 (diff)
compat-drivers: Fix typo for CONFIG_BT_HCIUART
The config value should be set to a lowercase 'm' or the config is ignored and the associated module doesn't build. Fix this. Signed-off-by: Kyle Manna <kyle.manna@fuel7.com> Signed-off-by: Luis R. Rodriguez <mcgrof@do-not-panic.com>
Diffstat (limited to 'config.mk')
-rw-r--r--config.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.mk b/config.mk
index c3872b1f..c9b2353b 100644
--- a/config.mk
+++ b/config.mk
@@ -209,7 +209,7 @@ ifndef CONFIG_COMPAT_KERNEL_2_6_28
export CONFIG_COMPAT_BT_HIDP=m
endif #CONFIG_COMPAT_KERNEL_2_6_28
-export CONFIG_BT_HCIUART=M
+export CONFIG_BT_HCIUART=m
export CONFIG_BT_HCIUART_H4=y
export CONFIG_BT_HCIUART_BCSP=y
export CONFIG_BT_HCIUART_ATH3K=y