mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
ARM: configs: Add bluetooth config for rv1126b
make ARCH=arm rv1126b_defconfig rv1126b-sdiowifi.config cp .config tmp.config make ARCH=arm menuconfig ./scripts/diffconfig -m tmp.config .config > rv1126b-bt.config Signed-off-by: Yao Xiao <xiaoyao@rock-chips.com> Change-Id: Iee9a5ff6c2e7e58b80d1c03768bacad853a16672
This commit is contained in:
36
arch/arm/configs/rv1126b-bt.config
Normal file
36
arch/arm/configs/rv1126b-bt.config
Normal file
@@ -0,0 +1,36 @@
|
||||
CONFIG_BT=m
|
||||
CONFIG_CRC16=m
|
||||
CONFIG_CRYPTO_DRBG_MENU=m
|
||||
CONFIG_CRYPTO_ECB=m
|
||||
CONFIG_CRYPTO_ECDH=m
|
||||
CONFIG_CRYPTO_HMAC=m
|
||||
CONFIG_CRYPTO_JITTERENTROPY=m
|
||||
CONFIG_CRYPTO_SHA512=m
|
||||
# CONFIG_BT_AOSPEXT is not set
|
||||
# CONFIG_BT_BNEP is not set
|
||||
CONFIG_BT_BREDR=y
|
||||
# CONFIG_BT_FEATURE_DEBUG is not set
|
||||
# CONFIG_BT_HCIBTSDIO is not set
|
||||
CONFIG_BT_HCIUART=m
|
||||
# CONFIG_BT_HCIUART_AG6XX is not set
|
||||
# CONFIG_BT_HCIUART_ATH3K is not set
|
||||
# CONFIG_BT_HCIUART_BCSP is not set
|
||||
CONFIG_BT_HCIUART_H4=y
|
||||
# CONFIG_BT_HCIUART_INTEL is not set
|
||||
# CONFIG_BT_HCIVHCI is not set
|
||||
# CONFIG_BT_HIDP is not set
|
||||
# CONFIG_BT_HS is not set
|
||||
CONFIG_BT_LE=y
|
||||
# CONFIG_BT_MRVL is not set
|
||||
# CONFIG_BT_MSFTEXT is not set
|
||||
# CONFIG_BT_MTKSDIO is not set
|
||||
# CONFIG_BT_RFCOMM is not set
|
||||
# CONFIG_BT_SELFTEST is not set
|
||||
CONFIG_CRYPTO_DRBG=m
|
||||
# CONFIG_CRYPTO_DRBG_CTR is not set
|
||||
# CONFIG_CRYPTO_DRBG_HASH is not set
|
||||
CONFIG_CRYPTO_DRBG_HMAC=y
|
||||
CONFIG_CRYPTO_ECC=m
|
||||
CONFIG_CRYPTO_KPP=m
|
||||
CONFIG_CRYPTO_RNG=m
|
||||
CONFIG_CRYPTO_RNG_DEFAULT=m
|
||||
Reference in New Issue
Block a user