2022-10-25 22:18:52

by Tedd Ho-Jeong An

[permalink] [raw]
Subject: [BlueZ PATCH] doc/ci.config: Add configuration for CI test

From: Tedd Ho-Jeong An <[email protected]>

This patch adds the bluetooth kernel config file used by CI test, which
enables all bluetooth features.
---
doc/ci.config | 122 ++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 122 insertions(+)
create mode 100644 doc/ci.config

diff --git a/doc/ci.config b/doc/ci.config
new file mode 100644
index 000000000..31e49ba96
--- /dev/null
+++ b/doc/ci.config
@@ -0,0 +1,122 @@
+#############################################################
+# #
+# This config file is for testing bluetooth build only. #
+# #
+#############################################################
+
+CONFIG_VIRTIO=y
+CONFIG_VIRTIO_PCI=y
+
+CONFIG_NET=y
+CONFIG_INET=y
+
+CONFIG_NET_9P=y
+CONFIG_NET_9P_VIRTIO=y
+
+CONFIG_9P_FS=y
+CONFIG_9P_FS_POSIX_ACL=y
+
+CONFIG_GPIOLIB=y
+
+CONFIG_SERIAL_8250=y
+CONFIG_SERIAL_8250_CONSOLE=y
+CONFIG_SERIAL_8250_PCI=y
+CONFIG_SERIAL_8250_NR_UARTS=4
+
+CONFIG_SERIAL_DEV_BUS=y
+
+CONFIG_TMPFS=y
+CONFIG_TMPFS_POSIX_ACL=y
+CONFIG_TMPFS_XATTR=y
+
+CONFIG_DEVTMPFS=y
+CONFIG_DEBUG_FS=y
+
+CONFIG_MMC=y
+
+CONFIG_RPMSG=y
+CONFIG_QCOM_WCNSS_CTRL=y
+
+CONFIG_PCMCIA=y
+
+CONFIG_ISDN_CAPI=y
+
+CONFIG_6LOWPAN=y
+
+CONFIG_LEDS_CLASS=y
+
+CONFIG_USB=y
+
+CONFIG_BT=y
+CONFIG_BT_BREDR=y
+CONFIG_BT_RFCOMM=y
+CONFIG_BT_RFCOMM_TTY=y
+CONFIG_BT_BNEP=y
+CONFIG_BT_BNEP_MC_FILTER=y
+CONFIG_BT_BNEP_PROTO_FILTER=y
+CONFIG_BT_HIDP=y
+CONFIG_BT_LE=y
+CONFIG_BT_MSFTEXT=y
+CONFIG_BT_HS=y
+CONFIG_BT_CMTP=y
+CONFIG_BT_6LOWPAN=y
+CONFIG_BT_LEDS=y
+CONFIG_BT_FEATURE_DEBUG=y
+
+CONFIG_BT_HCIVHCI=y
+
+CONFIG_BT_HCIBTUSB=y
+CONFIG_BT_HCIBTUSB_AUTOSUSPEND=y
+CONFIG_BT_HCIBTUSB_MTK=y
+CONFIG_BT_HCIBCM203X=y
+CONFIG_BT_HCIBPA10X=y
+CONFIG_BT_MRVL=y
+CONFIG_BT_ATH3K=y
+
+CONFIG_BT_HCIUART=y
+CONFIG_BT_HCIUART_SERDEV=y
+CONFIG_BT_HCIUART_H4=y
+CONFIG_BT_HCIUART_BCSP=y
+CONFIG_BT_HCIUART_ATH3K=y
+CONFIG_BT_HCIUART_AG6XX=y
+CONFIG_BT_HCIUART_NOKIA=y
+CONFIG_BT_HCIUART_LL=y
+CONFIG_BT_HCIUART_3WIRE=y
+CONFIG_BT_HCIUART_INTEL=y
+CONFIG_BT_HCIUART_BCM=y
+CONFIG_BT_HCIUART_RTL=y
+CONFIG_BT_HCIUART_QCA=y
+CONFIG_BT_HCIUART_MRVL=y
+CONFIG_BT_MTKUART=y
+
+CONFIG_BT_HCIBFUSB=y
+
+CONFIG_BT_HCIBTSDIO=y
+CONFIG_BT_MRVL_SDIO=y
+CONFIG_BT_MTKSDIO=y
+
+CONFIG_BT_HCIDTL1=y
+CONFIG_BT_HCIBT3C=y
+CONFIG_BT_HCIBLUECARD=y
+
+CONFIG_BT_QCOMSMD=y
+
+CONFIG_BT_VIRTIO=y
+
+CONFIG_CRYPTO_CMAC=y
+CONFIG_CRYPTO_USER_API=y
+CONFIG_CRYPTO_USER_API_HASH=y
+CONFIG_CRYPTO_USER_API_SKCIPHER=y
+
+CONFIG_UNIX=y
+
+CONFIG_UHID=y
+
+CONFIG_LOCKDEP_SUPPORT=y
+CONFIG_DEBUG_SPINLOCK=y
+CONFIG_DEBUG_LOCK_ALLOC=y
+CONFIG_PROVE_LOCKING=y
+CONFIG_LOCKDEP=y
+CONFIG_DEBUG_MUTEXES=y
+
+CONFIG_OF=y
--
2.34.1



2022-10-25 23:10:28

by bluez.test.bot

[permalink] [raw]
Subject: RE: [BlueZ] doc/ci.config: Add configuration for CI test

This is automated email and please do not reply to this email!

Dear submitter,

Thank you for submitting the patches to the linux bluetooth mailing list.
This is a CI test results with your patch series:
PW Link:https://patchwork.kernel.org/project/bluetooth/list/?series=688840

---Test result---

Test Summary:
CheckPatch PASS 0.47 seconds
GitLint PASS 0.38 seconds
Prep - Setup ELL PASS 26.41 seconds
Build - Prep PASS 0.55 seconds
Build - Configure PASS 8.10 seconds
Build - Make PASS 756.14 seconds
Make Check PASS 11.53 seconds
Make Check w/Valgrind PASS 291.28 seconds
Make Distcheck PASS 238.67 seconds
Build w/ext ELL - Configure PASS 8.19 seconds
Build w/ext ELL - Make PASS 85.03 seconds
Incremental Build w/ patches PASS 0.00 seconds
Scan Build PASS 484.12 seconds



---
Regards,
Linux Bluetooth

2022-10-25 23:44:45

by patchwork-bot+bluetooth

[permalink] [raw]
Subject: Re: [BlueZ PATCH] doc/ci.config: Add configuration for CI test

Hello:

This patch was applied to bluetooth/bluez.git (master)
by Luiz Augusto von Dentz <[email protected]>:

On Tue, 25 Oct 2022 15:16:45 -0700 you wrote:
> From: Tedd Ho-Jeong An <[email protected]>
>
> This patch adds the bluetooth kernel config file used by CI test, which
> enables all bluetooth features.
> ---
> doc/ci.config | 122 ++++++++++++++++++++++++++++++++++++++++++++++++++
> 1 file changed, 122 insertions(+)
> create mode 100644 doc/ci.config

Here is the summary with links:
- [BlueZ] doc/ci.config: Add configuration for CI test
https://git.kernel.org/pub/scm/bluetooth/bluez.git/?id=f65b4d5fc77f

You are awesome, thank you!
--
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html