mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 10:31:46 +09:00
ARM: rockchip_defconfig: Enable CONFIG_RFKILL_RK
default y on 4.19. Also enlarge CONFIG_FRAME_WARN to fix following error: drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/wl_cfg80211.c:7913:1: error: stack frame size (1448) exceeds limit (1280) in 'wl_cfg80211_add_key' [-Werror,-Wframe-larger-than] Signed-off-by: Tao Huang <huangtao@rock-chips.com> Change-Id: Ic6911d64885953ef575c95b6567b8448c89463d0
This commit is contained in:
@@ -217,6 +217,7 @@ CONFIG_BT_HIDP=y
|
||||
CONFIG_BT_HCIUART=y
|
||||
CONFIG_BT_HCIUART_H4=y
|
||||
CONFIG_RFKILL=y
|
||||
CONFIG_RFKILL_RK=y
|
||||
CONFIG_DEVTMPFS=y
|
||||
CONFIG_FW_LOADER_USER_HELPER=y
|
||||
# CONFIG_FW_CACHE is not set
|
||||
@@ -669,7 +670,7 @@ CONFIG_CRYPTO_DEV_ROCKCHIP_DEV=y
|
||||
CONFIG_DMA_CMA=y
|
||||
CONFIG_PRINTK_TIME=y
|
||||
CONFIG_DEBUG_INFO_DWARF4=y
|
||||
CONFIG_FRAME_WARN=1280
|
||||
CONFIG_FRAME_WARN=2048
|
||||
CONFIG_MAGIC_SYSRQ=y
|
||||
CONFIG_DEBUG_FS=y
|
||||
# CONFIG_SLUB_DEBUG is not set
|
||||
|
||||
Reference in New Issue
Block a user