diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-07-27 11:15:11 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-07-27 11:15:11 +0200 |
commit | 387f807fb69e4b45fd56d4ba05dc65b93bf97809 (patch) | |
tree | 7a1d1a8191a6b3d46fe49025776ecd45569676c1 /target/linux/config | |
parent | 1bd2bb0a91821025a50407f1b5a7e316e2e29eb5 (diff) | |
parent | 5b8ca9882625b354c5d935a14067568414fc369e (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/linux/config')
-rw-r--r-- | target/linux/config/Config.in.bluetooth | 28 | ||||
-rw-r--r-- | target/linux/config/Config.in.fs | 2 |
2 files changed, 16 insertions, 14 deletions
diff --git a/target/linux/config/Config.in.bluetooth b/target/linux/config/Config.in.bluetooth index 0d4d6f7af..26ac067b1 100644 --- a/target/linux/config/Config.in.bluetooth +++ b/target/linux/config/Config.in.bluetooth @@ -2,7 +2,7 @@ menu "Bluetooth" depends on ADK_TARGET_WITH_USB || ADK_TARGET_WITH_MINIPCI config ADK_KPACKAGE_KMOD_BT - prompt "kmod-bluetooth.................... Bluetooth drivers and network stack" + prompt "kmod-bt.................... Bluetooth drivers and network stack" tristate default n help @@ -22,9 +22,9 @@ config ADK_KPACKAGE_KMOD_BT CMTP Module (CAPI Message Transport Protocol) HIDP Module (Human Interface Device Protocol) -config ADK_KPACKAGE_KMOD_BT_L2CAP - prompt "kmod-bluetooth-l2cap.............. L2CAP protocol support" - tristate +config ADK_KERNEL_BT_L2CAP + prompt "........................... L2CAP protocol support" + boolean default n depends on ADK_KPACKAGE_KMOD_BT help @@ -33,9 +33,9 @@ config ADK_KPACKAGE_KMOD_BT_L2CAP support is required for most Bluetooth applications. -config ADK_KPACKAGE_KMOD_BT_SCO - prompt "kmod-bluetooth-sco................ SCO links support" - tristate +config ADK_KERNEL_BT_SCO + prompt "........................... SCO links support" + boolean default n depends on ADK_KPACKAGE_KMOD_BT help @@ -43,7 +43,7 @@ config ADK_KPACKAGE_KMOD_BT_SCO required for voice applications like Headset and Audio. config ADK_KPACKAGE_KMOD_BT_RFCOMM - prompt "kmod-bluetooth-rfcomm............. RFCOMM protocol support" + prompt "kmod-bt-rfcomm............. RFCOMM protocol support" tristate default n depends on ADK_KPACKAGE_KMOD_BT @@ -54,7 +54,7 @@ config ADK_KPACKAGE_KMOD_BT_RFCOMM applications. config ADK_KPACKAGE_KMOD_BT_BNEP - prompt "kmod-bluetooth-bnep............... BNEP protocol support" + prompt "kmod-bt-bnep............... BNEP protocol support" tristate default n depends on ADK_KPACKAGE_KMOD_BT @@ -65,7 +65,7 @@ config ADK_KPACKAGE_KMOD_BT_BNEP Bluetooth PAN (Personal Area Network). config ADK_KPACKAGE_KMOD_BT_HIDP - prompt "kmod-bluetooth-hidp............... HIDP protocol support" + prompt "kmod-bt-hidp............... HIDP protocol support" tristate default n select ADK_KERNEL_INPUT @@ -78,7 +78,7 @@ config ADK_KPACKAGE_KMOD_BT_HIDP Interface Device Profile. config ADK_KPACKAGE_KMOD_BT_HCIBTUSB - prompt "kmod-bluetooth-hci-usb............ HCI USB driver" + prompt "kmod-bt-hci-usb............ HCI USB driver" tristate default n depends on ADK_KPACKAGE_KMOD_BT @@ -88,7 +88,7 @@ config ADK_KPACKAGE_KMOD_BT_HCIBTUSB USB interface. config ADK_KPACKAGE_KMOD_BT_HCIUART - prompt "kmod-bluetooth-hci-uart........... HCI UART driver" + prompt "kmod-bt-hci-uart........... HCI UART driver" tristate default n depends on ADK_KPACKAGE_KMOD_BT @@ -100,7 +100,7 @@ config ADK_KPACKAGE_KMOD_BT_HCIUART adapter and BrainBoxes Bluetooth PC Card. config ADK_KPACKAGE_KMOD_BT_HCIBCM203X - prompt "kmod-bluetooth-hci-bcm203x........ HCI BCM203x USB driver" + prompt "kmod-bt-hci-bcm203x........ HCI BCM203x USB driver" tristate default n select ADK_KPACKAGE_KMOD_FW_LOADER @@ -112,7 +112,7 @@ config ADK_KPACKAGE_KMOD_BT_HCIBCM203X Blutonium based devices. config ADK_KPACKAGE_KMOD_BT_HCIBPA10X - prompt "kmod-bluetooth-hci-bpa10x......... HCI BPA10x USB driver" + prompt "kmod-bt-hci-bpa10x......... HCI BPA10x USB driver" tristate default n depends on ADK_KPACKAGE_KMOD_BT diff --git a/target/linux/config/Config.in.fs b/target/linux/config/Config.in.fs index ede84a73a..4df34a2bc 100644 --- a/target/linux/config/Config.in.fs +++ b/target/linux/config/Config.in.fs @@ -185,6 +185,8 @@ config ADK_KPACKAGE_KMOD_XFS_FS tristate select ADK_KERNEL_EXPORTFS depends on !ADK_KERNEL_XFS_FS + depends on !ADK_TARGET_SYSTEM_FOXBOARD_LX832 + depends on !ADK_TARGET_SYSTEM_FOXBOARD_LX416 default n help XFS is a high performance journaling filesystem which originated |