mirror of
https://github.com/torvalds/linux.git
synced 2024-12-28 05:41:55 +00:00
This pull request contains Broadcom ARM64-based SoCs defconfig changes
for 4.18, please pull the following: - Stefan provides a set of updates targeting the Raspberry Pi 3 B+ platform: LAN7515 USB Ethernet driver, Cypress CYW43455 Bluetooth when using the Pi 3 B+ in AArch64 boot mode. He also updates the ARM64 defconfig to create a bigger default CMA region to let the VideoCore 4 driver initialize correctly. -----BEGIN PGP SIGNATURE----- iQIcBAABCAAGBQJa+G5HAAoJEIfQlpxEBwcEvWMP/0NhSPdsJ/6u8/wtpPIaDk10 GyMCb9SXz3NhqjX//NmNpjmTFeQeOy7lEldlAiCw9B+697Js66a4Ftr2cUb5Y8Yj VP0T3xwcnOoZZk4U0VRynBcEnxGFh0o0N0mP+YvwC/hGVtQsFnlaFjsT68OpM1Ln DbONCUCk4U9z/vxkzPw575fidPloEh8qgKR9cwVdYqydg2qVWoIAyMVIpKJEmTOL i7cijqWbqYkaXtYL7hY/K44eusDwpGFAGBjfvlBODcJsmhkEZLhpK2fWg+RNwSMm SowI7b0kT0npqE8n3QouQ1/CG7WKlSGzeDmZCRBNyoIIRlQ/dL+zkuMHjkBSrmzp yPqZtt1mkjjceg1LzZZofolZXyQFX8kuzTbV5EgzzuVtb8dhmfMc3EYtzKGGUgxC WwVVzsmNPMJBAmIKYwCzndFdk7AZFyipv4tYpvl3c1BLvOmGz077EGgRZ0gG+/U1 cKkqwPd6NNoEEJ/JB4RE7HjSkcXxN6d2dTx8vWIjJPm70sObQRCmcL5A+/P0r9Ud d4bI6FxDjNGQYTfjHQfCfhouC8irEkCIyxA64gmiaAen+nETY5TvI0JYCpN3Lvdz EiLG3ZapsRph84ty2ZX1dRPZKjluL37mIFc0twlW6OyaCvL1PtlW/aMMdeiH589R yQgYd0NzS0SlU9bc25/O =96jN -----END PGP SIGNATURE----- Merge tag 'arm-soc/for-4.18/defconfig-arm64' of https://github.com/Broadcom/stblinux into next/defconfig This pull request contains Broadcom ARM64-based SoCs defconfig changes for 4.18, please pull the following: - Stefan provides a set of updates targeting the Raspberry Pi 3 B+ platform: LAN7515 USB Ethernet driver, Cypress CYW43455 Bluetooth when using the Pi 3 B+ in AArch64 boot mode. He also updates the ARM64 defconfig to create a bigger default CMA region to let the VideoCore 4 driver initialize correctly. * tag 'arm-soc/for-4.18/defconfig-arm64' of https://github.com/Broadcom/stblinux: arm64: defconfig: Increase CMA size for VC4 arm64: defconfig: Enable LAN and BT support for RPi 3 B+ Signed-off-by: Olof Johansson <olof@lixom.net>
This commit is contained in:
commit
96609676a7
@ -159,6 +159,7 @@ CONFIG_BT_LEDS=y
|
||||
# CONFIG_BT_DEBUGFS is not set
|
||||
CONFIG_BT_HCIUART=m
|
||||
CONFIG_BT_HCIUART_LL=y
|
||||
CONFIG_BT_HCIUART_BCM=y
|
||||
CONFIG_CFG80211=m
|
||||
CONFIG_MAC80211=m
|
||||
CONFIG_MAC80211_LEDS=y
|
||||
@ -169,6 +170,7 @@ CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
|
||||
CONFIG_DEVTMPFS=y
|
||||
CONFIG_DEVTMPFS_MOUNT=y
|
||||
CONFIG_DMA_CMA=y
|
||||
CONFIG_CMA_SIZE_MBYTES=32
|
||||
CONFIG_MTD=y
|
||||
CONFIG_MTD_BLOCK=y
|
||||
CONFIG_MTD_M25P80=y
|
||||
@ -239,6 +241,7 @@ CONFIG_ROCKCHIP_PHY=y
|
||||
CONFIG_USB_PEGASUS=m
|
||||
CONFIG_USB_RTL8150=m
|
||||
CONFIG_USB_RTL8152=m
|
||||
CONFIG_USB_LAN78XX=m
|
||||
CONFIG_USB_USBNET=m
|
||||
CONFIG_USB_NET_DM9601=m
|
||||
CONFIG_USB_NET_SR9800=m
|
||||
|
Loading…
Reference in New Issue
Block a user