Kconfig: Organization of Ksymbols for bluetooth.

This commit organizes the bluetooth Ksymbols in:
 - Driver symbols at drivers/bluetooth/Kconfig
 - Stack symbols at net/bluetooth/Kconfig

Change-Id: I8ebadeb8ac7f8a769d7620e4e44077a05915dc86
Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@linux.intel.com>
This commit is contained in:
Juan Manuel Cruz 2015-05-12 13:20:42 -05:00 committed by Anas Nashif
commit b7fcfd53e5
5 changed files with 31 additions and 28 deletions

View file

@ -1,3 +1,5 @@
source "drivers/bluetooth/Kconfig"
config DRV_CONSOLE
bool
default y
@ -47,5 +49,3 @@ config DRV_RANDOM
This option enables the random number generator driver.
source "drivers/random/Kconfig"
source "drivers/bluetooth/Kconfig"