[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [microblaze-uclinux] lost items in make menuconfig?!
Hi Felix,
Felix Mühlbauer wrote:
> it happens some strange behaviour to me while configuring uClinux. I've
> got a fresh CVS checkout and
> want to compile the module for the AVM BlueFritz USB bluetooth stick. I
> proceeded as follows:
>
> saving configuration takes me to make menuconfig of the uClinux kernel.
> the first strange thing is, that the displayed menu has much less items
> than the menu shown, if I call the kernel configuration directly.
> (~/uClinux-2.4.x> make menuconfig)
> Especially the main menu item "Bluetooth support" is not available.
You can add the following lines in arch/microblaze/config.in, from about
line 309:
if [ "$CONFIG_EXPERIMENTAL" = "y" ]; then
source net/bluetooth/Config.in
fi
This will permit the selction of the BlueTooth config menu. After doing
this, the BlueFritz USB driver becomes visible in the BlueTooth submenu.
> Second, in the "USB support" category, I see this:
> ...
> --- USB Device Class drivers
> --- USB Bluetooth can only be used with disabled Bluetooth subsystem
> ...
> So, it seems that bluetooth support is selected! (but not visible in
> main menu)
Looking at drivers/usb/config.in, it seems that the "USB BlueTooth"
option is permitted only if generic BlueTooth support (CONFIG_BLUEZ) is
disabled. So, they are exclusive from each other.
Hope this helps,
John
___________________________
microblaze-uclinux mailing list
microblaze-uclinux@xxxxxxxxxxxxxx
Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/