mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Merge pull request #1991 from MilhouseVH/linux4140
linux: update to linux-4.14.0
This commit is contained in:
commit
865f0ec463
@ -17,8 +17,8 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="RTL8192EU"
|
PKG_NAME="RTL8192EU"
|
||||||
PKG_VERSION="192bad4"
|
PKG_VERSION="49a0fb5"
|
||||||
PKG_SHA256="35c7783cc1d10d4cee887b857a0372b808677c6aada8a02f78df906323acbd2f"
|
PKG_SHA256="b09e37edd3882e05c7d430914fb3b78b82dad8e54830a69f72c241bc0b18bf46"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="https://github.com/Mange/rtl8192eu-linux-driver"
|
PKG_SITE="https://github.com/Mange/rtl8192eu-linux-driver"
|
||||||
|
@ -17,8 +17,8 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="RTL8812AU"
|
PKG_NAME="RTL8812AU"
|
||||||
PKG_VERSION="8e7ccba"
|
PKG_VERSION="da70677"
|
||||||
PKG_SHA256="9caf7db8cca8ae74fc2daa4c522a92a0648a55ee3958cf48424e1dbe7074e240"
|
PKG_SHA256="2a8950db3314833b32cf7ea2720509d05210ce11daa01d8f19c2ecc70c705fe2"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="https://github.com/paspro/rtl8812au"
|
PKG_SITE="https://github.com/paspro/rtl8812au"
|
||||||
|
@ -17,8 +17,8 @@
|
|||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
PKG_NAME="iwlwifi-firmware"
|
PKG_NAME="iwlwifi-firmware"
|
||||||
PKG_VERSION="c68485d"
|
PKG_VERSION="78b9e19"
|
||||||
PKG_SHA256="d5d785b186ec83dfeec6329957babbe1fcb2fe15fa8722ebf3852a8331e33dd5"
|
PKG_SHA256="1cd3ec0f2133f56760bc8946344e426833ac887a0a09f8750e6f0f51b7c994de"
|
||||||
PKG_ARCH="any"
|
PKG_ARCH="any"
|
||||||
PKG_LICENSE="Free-to-use"
|
PKG_LICENSE="Free-to-use"
|
||||||
PKG_SITE="https://github.com/LibreELEC/iwlwifi-firmware"
|
PKG_SITE="https://github.com/LibreELEC/iwlwifi-firmware"
|
||||||
|
@ -46,8 +46,8 @@ case "$LINUX" in
|
|||||||
PKG_PATCH_DIRS="amlogic-3.14"
|
PKG_PATCH_DIRS="amlogic-3.14"
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
PKG_VERSION="4.13.12"
|
PKG_VERSION="4.14"
|
||||||
PKG_SHA256="bf98065bf0e3aa5af379d0808f157be48ca4e452a55468fc4ce814b17cf9de74"
|
PKG_SHA256="f81d59477e90a130857ce18dc02f4fbe5725854911db1e7ba770c7cd350f96a7"
|
||||||
PKG_URL="https://www.kernel.org/pub/linux/kernel/v4.x/$PKG_NAME-$PKG_VERSION.tar.xz"
|
PKG_URL="https://www.kernel.org/pub/linux/kernel/v4.x/$PKG_NAME-$PKG_VERSION.tar.xz"
|
||||||
PKG_PATCH_DIRS="default"
|
PKG_PATCH_DIRS="default"
|
||||||
;;
|
;;
|
||||||
|
@ -1,5 +1,7 @@
|
|||||||
--- linux/drivers/media/rc/ir-rc6-decoder.c 2012-11-25 22:08:13.148418669 -0800
|
diff --git a/drivers/media/rc/ir-rc6-decoder.c b/drivers/media/rc/ir-rc6-decoder.c
|
||||||
+++ linux.patch/drivers/media/rc/ir-rc6-decoder.c 2012-11-25 22:07:48.864417975 -0800
|
index 5d0d2fe..3d8cc1a 100644
|
||||||
|
--- a/drivers/media/rc/ir-rc6-decoder.c
|
||||||
|
+++ b/drivers/media/rc/ir-rc6-decoder.c
|
||||||
@@ -39,7 +39,6 @@
|
@@ -39,7 +39,6 @@
|
||||||
#define RC6_STARTBIT_MASK 0x08 /* for the header bits */
|
#define RC6_STARTBIT_MASK 0x08 /* for the header bits */
|
||||||
#define RC6_6A_MCE_TOGGLE_MASK 0x8000 /* for the body bits */
|
#define RC6_6A_MCE_TOGGLE_MASK 0x8000 /* for the body bits */
|
||||||
@ -8,19 +10,19 @@
|
|||||||
#ifndef CHAR_BIT
|
#ifndef CHAR_BIT
|
||||||
#define CHAR_BIT 8 /* Normally in <limits.h> */
|
#define CHAR_BIT 8 /* Normally in <limits.h> */
|
||||||
#endif
|
#endif
|
||||||
@@ -257,14 +256,9 @@ again:
|
@@ -252,14 +251,9 @@ static int ir_rc6_decode(struct rc_dev *dev, struct ir_raw_event ev)
|
||||||
toggle = 0;
|
toggle = 0;
|
||||||
break;
|
break;
|
||||||
case 32:
|
case 32:
|
||||||
- if ((scancode & RC6_6A_LCC_MASK) == RC6_6A_MCE_CC) {
|
- if ((scancode & RC6_6A_LCC_MASK) == RC6_6A_MCE_CC) {
|
||||||
- protocol = RC_TYPE_RC6_MCE;
|
- protocol = RC_PROTO_RC6_MCE;
|
||||||
- toggle = !!(scancode & RC6_6A_MCE_TOGGLE_MASK);
|
- toggle = !!(scancode & RC6_6A_MCE_TOGGLE_MASK);
|
||||||
- scancode &= ~RC6_6A_MCE_TOGGLE_MASK;
|
- scancode &= ~RC6_6A_MCE_TOGGLE_MASK;
|
||||||
- } else {
|
- } else {
|
||||||
- protocol = RC_TYPE_RC6_6A_32;
|
- protocol = RC_PROTO_RC6_6A_32;
|
||||||
- toggle = 0;
|
- toggle = 0;
|
||||||
- }
|
- }
|
||||||
+ protocol = RC_TYPE_RC6_MCE;
|
+ protocol = RC_PROTO_RC6_MCE;
|
||||||
+ toggle = !!(scancode & RC6_6A_MCE_TOGGLE_MASK);
|
+ toggle = !!(scancode & RC6_6A_MCE_TOGGLE_MASK);
|
||||||
+ scancode &= ~RC6_6A_MCE_TOGGLE_MASK;
|
+ scancode &= ~RC6_6A_MCE_TOGGLE_MASK;
|
||||||
break;
|
break;
|
||||||
|
@ -0,0 +1,322 @@
|
|||||||
|
From ca7e685439996448a6f9179354d23ab30f9b0879 Mon Sep 17 00:00:00 2001
|
||||||
|
From: Luca Coelho <luciano.coelho@intel.com>
|
||||||
|
Date: Fri, 10 Nov 2017 14:03:36 +0200
|
||||||
|
Subject: [PATCH] iwlwifi: mvm: support version 7 of the SCAN_REQ_UMAC FW
|
||||||
|
command
|
||||||
|
|
||||||
|
Newer firmware versions (such as iwlwifi-8000C-34.ucode) have
|
||||||
|
introduced an API change in the SCAN_REQ_UMAC command that is not
|
||||||
|
backwards compatible. The driver needs to detect and use the new API
|
||||||
|
format when the firmware reports it, otherwise the scan command will
|
||||||
|
not work properly, causing a command timeout.
|
||||||
|
|
||||||
|
Fix this by adding a TLV that tells the driver that the new API is in
|
||||||
|
use and use the correct structures for it.
|
||||||
|
|
||||||
|
Fixes: d7a5b3e9e42e ("iwlwifi: mvm: bump API to 34 for 8000 and up")
|
||||||
|
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
|
||||||
|
---
|
||||||
|
drivers/net/wireless/intel/iwlwifi/fw/api/scan.h | 59 ++++++++++++----
|
||||||
|
drivers/net/wireless/intel/iwlwifi/fw/file.h | 1 +
|
||||||
|
drivers/net/wireless/intel/iwlwifi/mvm/mvm.h | 6 ++
|
||||||
|
drivers/net/wireless/intel/iwlwifi/mvm/scan.c | 86 ++++++++++++++++++------
|
||||||
|
4 files changed, 118 insertions(+), 34 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/drivers/net/wireless/intel/iwlwifi/fw/api/scan.h b/drivers/net/wireless/intel/iwlwifi/fw/api/scan.h
|
||||||
|
index 5a40092febfb..3bfc657f6b42 100644
|
||||||
|
--- a/drivers/net/wireless/intel/iwlwifi/fw/api/scan.h
|
||||||
|
+++ b/drivers/net/wireless/intel/iwlwifi/fw/api/scan.h
|
||||||
|
@@ -531,6 +531,8 @@ struct iwl_scan_config_v1 {
|
||||||
|
} __packed; /* SCAN_CONFIG_DB_CMD_API_S */
|
||||||
|
|
||||||
|
#define SCAN_TWO_LMACS 2
|
||||||
|
+#define SCAN_LB_LMAC_IDX 0
|
||||||
|
+#define SCAN_HB_LMAC_IDX 1
|
||||||
|
|
||||||
|
struct iwl_scan_config {
|
||||||
|
__le32 flags;
|
||||||
|
@@ -578,6 +580,7 @@ enum iwl_umac_scan_general_flags {
|
||||||
|
IWL_UMAC_SCAN_GEN_FLAGS_MATCH = BIT(9),
|
||||||
|
IWL_UMAC_SCAN_GEN_FLAGS_EXTENDED_DWELL = BIT(10),
|
||||||
|
IWL_UMAC_SCAN_GEN_FLAGS_LMAC2_FRAGMENTED = BIT(11),
|
||||||
|
+ IWL_UMAC_SCAN_GEN_FLAGS_ADAPTIVE_DWELL = BIT(13),
|
||||||
|
};
|
||||||
|
|
||||||
|
/**
|
||||||
|
@@ -631,12 +634,17 @@ struct iwl_scan_req_umac_tail {
|
||||||
|
* @uid: scan id, &enum iwl_umac_scan_uid_offsets
|
||||||
|
* @ooc_priority: out of channel priority - &enum iwl_scan_priority
|
||||||
|
* @general_flags: &enum iwl_umac_scan_general_flags
|
||||||
|
- * @reserved2: for future use and alignment
|
||||||
|
* @scan_start_mac_id: report the scan start TSF time according to this mac TSF
|
||||||
|
* @extended_dwell: dwell time for channels 1, 6 and 11
|
||||||
|
* @active_dwell: dwell time for active scan
|
||||||
|
* @passive_dwell: dwell time for passive scan
|
||||||
|
* @fragmented_dwell: dwell time for fragmented passive scan
|
||||||
|
+ * @adwell_default_n_aps: for adaptive dwell the default number of APs
|
||||||
|
+ * per channel
|
||||||
|
+ * @adwell_default_n_aps_social: for adaptive dwell the default
|
||||||
|
+ * number of APs per social (1,6,11) channel
|
||||||
|
+ * @adwell_max_budget: for adaptive dwell the maximal budget of TU to be added
|
||||||
|
+ * to total scan time
|
||||||
|
* @max_out_time: max out of serving channel time, per LMAC - for CDB there
|
||||||
|
* are 2 LMACs
|
||||||
|
* @suspend_time: max suspend time, per LMAC - for CDB there are 2 LMACs
|
||||||
|
@@ -644,6 +652,8 @@ struct iwl_scan_req_umac_tail {
|
||||||
|
* @channel_flags: &enum iwl_scan_channel_flags
|
||||||
|
* @n_channels: num of channels in scan request
|
||||||
|
* @reserved: for future use and alignment
|
||||||
|
+ * @reserved2: for future use and alignment
|
||||||
|
+ * @reserved3: for future use and alignment
|
||||||
|
* @data: &struct iwl_scan_channel_cfg_umac and
|
||||||
|
* &struct iwl_scan_req_umac_tail
|
||||||
|
*/
|
||||||
|
@@ -651,41 +661,64 @@ struct iwl_scan_req_umac {
|
||||||
|
__le32 flags;
|
||||||
|
__le32 uid;
|
||||||
|
__le32 ooc_priority;
|
||||||
|
- /* SCAN_GENERAL_PARAMS_API_S_VER_4 */
|
||||||
|
__le16 general_flags;
|
||||||
|
- u8 reserved2;
|
||||||
|
+ u8 reserved;
|
||||||
|
u8 scan_start_mac_id;
|
||||||
|
- u8 extended_dwell;
|
||||||
|
- u8 active_dwell;
|
||||||
|
- u8 passive_dwell;
|
||||||
|
- u8 fragmented_dwell;
|
||||||
|
union {
|
||||||
|
struct {
|
||||||
|
+ u8 extended_dwell;
|
||||||
|
+ u8 active_dwell;
|
||||||
|
+ u8 passive_dwell;
|
||||||
|
+ u8 fragmented_dwell;
|
||||||
|
__le32 max_out_time;
|
||||||
|
__le32 suspend_time;
|
||||||
|
__le32 scan_priority;
|
||||||
|
- /* SCAN_CHANNEL_PARAMS_API_S_VER_4 */
|
||||||
|
+ /* SCAN_CHANNEL_PARAMS_API_S_VER_1 */
|
||||||
|
u8 channel_flags;
|
||||||
|
u8 n_channels;
|
||||||
|
- __le16 reserved;
|
||||||
|
+ __le16 reserved2;
|
||||||
|
u8 data[];
|
||||||
|
} v1; /* SCAN_REQUEST_CMD_UMAC_API_S_VER_1 */
|
||||||
|
struct {
|
||||||
|
+ u8 extended_dwell;
|
||||||
|
+ u8 active_dwell;
|
||||||
|
+ u8 passive_dwell;
|
||||||
|
+ u8 fragmented_dwell;
|
||||||
|
__le32 max_out_time[SCAN_TWO_LMACS];
|
||||||
|
__le32 suspend_time[SCAN_TWO_LMACS];
|
||||||
|
__le32 scan_priority;
|
||||||
|
- /* SCAN_CHANNEL_PARAMS_API_S_VER_4 */
|
||||||
|
+ /* SCAN_CHANNEL_PARAMS_API_S_VER_1 */
|
||||||
|
u8 channel_flags;
|
||||||
|
u8 n_channels;
|
||||||
|
- __le16 reserved;
|
||||||
|
+ __le16 reserved2;
|
||||||
|
u8 data[];
|
||||||
|
} v6; /* SCAN_REQUEST_CMD_UMAC_API_S_VER_6 */
|
||||||
|
+ struct {
|
||||||
|
+ u8 active_dwell;
|
||||||
|
+ u8 passive_dwell;
|
||||||
|
+ u8 fragmented_dwell;
|
||||||
|
+ u8 adwell_default_n_aps;
|
||||||
|
+ u8 adwell_default_n_aps_social;
|
||||||
|
+ u8 reserved3;
|
||||||
|
+ __le16 adwell_max_budget;
|
||||||
|
+ __le32 max_out_time[SCAN_TWO_LMACS];
|
||||||
|
+ __le32 suspend_time[SCAN_TWO_LMACS];
|
||||||
|
+ __le32 scan_priority;
|
||||||
|
+ /* SCAN_CHANNEL_PARAMS_API_S_VER_1 */
|
||||||
|
+ u8 channel_flags;
|
||||||
|
+ u8 n_channels;
|
||||||
|
+ __le16 reserved2;
|
||||||
|
+ u8 data[];
|
||||||
|
+ } v7; /* SCAN_REQUEST_CMD_UMAC_API_S_VER_7 */
|
||||||
|
};
|
||||||
|
} __packed;
|
||||||
|
|
||||||
|
-#define IWL_SCAN_REQ_UMAC_SIZE sizeof(struct iwl_scan_req_umac)
|
||||||
|
+#define IWL_SCAN_REQ_UMAC_SIZE_V7 sizeof(struct iwl_scan_req_umac)
|
||||||
|
+#define IWL_SCAN_REQ_UMAC_SIZE_V6 (sizeof(struct iwl_scan_req_umac) - \
|
||||||
|
+ 2 * sizeof(u8) - sizeof(__le16))
|
||||||
|
#define IWL_SCAN_REQ_UMAC_SIZE_V1 (sizeof(struct iwl_scan_req_umac) - \
|
||||||
|
- 2 * sizeof(__le32))
|
||||||
|
+ 2 * sizeof(__le32) - 2 * sizeof(u8) - \
|
||||||
|
+ sizeof(__le16))
|
||||||
|
|
||||||
|
/**
|
||||||
|
* struct iwl_umac_scan_abort
|
||||||
|
diff --git a/drivers/net/wireless/intel/iwlwifi/fw/file.h b/drivers/net/wireless/intel/iwlwifi/fw/file.h
|
||||||
|
index 740d97093d1c..37a5c5b4eda6 100644
|
||||||
|
--- a/drivers/net/wireless/intel/iwlwifi/fw/file.h
|
||||||
|
+++ b/drivers/net/wireless/intel/iwlwifi/fw/file.h
|
||||||
|
@@ -264,6 +264,7 @@ enum iwl_ucode_tlv_api {
|
||||||
|
IWL_UCODE_TLV_API_STA_TYPE = (__force iwl_ucode_tlv_api_t)30,
|
||||||
|
IWL_UCODE_TLV_API_NAN2_VER2 = (__force iwl_ucode_tlv_api_t)31,
|
||||||
|
/* API Set 1 */
|
||||||
|
+ IWL_UCODE_TLV_API_ADAPTIVE_DWELL = (__force iwl_ucode_tlv_api_t)32,
|
||||||
|
IWL_UCODE_TLV_API_NEW_BEACON_TEMPLATE = (__force iwl_ucode_tlv_api_t)34,
|
||||||
|
IWL_UCODE_TLV_API_NEW_RX_STATS = (__force iwl_ucode_tlv_api_t)35,
|
||||||
|
IWL_UCODE_TLV_API_COEX_ATS_EXTERNAL = (__force iwl_ucode_tlv_api_t)37,
|
||||||
|
diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/mvm.h b/drivers/net/wireless/intel/iwlwifi/mvm/mvm.h
|
||||||
|
index 0e18c5066f04..4575595ab022 100644
|
||||||
|
--- a/drivers/net/wireless/intel/iwlwifi/mvm/mvm.h
|
||||||
|
+++ b/drivers/net/wireless/intel/iwlwifi/mvm/mvm.h
|
||||||
|
@@ -1142,6 +1142,12 @@ static inline bool iwl_mvm_is_d0i3_supported(struct iwl_mvm *mvm)
|
||||||
|
IWL_UCODE_TLV_CAPA_D0I3_SUPPORT);
|
||||||
|
}
|
||||||
|
|
||||||
|
+static inline bool iwl_mvm_is_adaptive_dwell_supported(struct iwl_mvm *mvm)
|
||||||
|
+{
|
||||||
|
+ return fw_has_api(&mvm->fw->ucode_capa,
|
||||||
|
+ IWL_UCODE_TLV_API_ADAPTIVE_DWELL);
|
||||||
|
+}
|
||||||
|
+
|
||||||
|
static inline bool iwl_mvm_enter_d0i3_on_suspend(struct iwl_mvm *mvm)
|
||||||
|
{
|
||||||
|
/* For now we only use this mode to differentiate between
|
||||||
|
diff --git a/drivers/net/wireless/intel/iwlwifi/mvm/scan.c b/drivers/net/wireless/intel/iwlwifi/mvm/scan.c
|
||||||
|
index 774122fed454..e4fd476e9ccb 100644
|
||||||
|
--- a/drivers/net/wireless/intel/iwlwifi/mvm/scan.c
|
||||||
|
+++ b/drivers/net/wireless/intel/iwlwifi/mvm/scan.c
|
||||||
|
@@ -130,6 +130,19 @@ struct iwl_mvm_scan_params {
|
||||||
|
u32 measurement_dwell;
|
||||||
|
};
|
||||||
|
|
||||||
|
+static inline void *iwl_mvm_get_scan_req_umac_data(struct iwl_mvm *mvm)
|
||||||
|
+{
|
||||||
|
+ struct iwl_scan_req_umac *cmd = mvm->scan_cmd;
|
||||||
|
+
|
||||||
|
+ if (iwl_mvm_is_adaptive_dwell_supported(mvm))
|
||||||
|
+ return (void *)&cmd->v7.data;
|
||||||
|
+
|
||||||
|
+ if (iwl_mvm_has_new_tx_api(mvm))
|
||||||
|
+ return (void *)&cmd->v6.data;
|
||||||
|
+
|
||||||
|
+ return (void *)&cmd->v1.data;
|
||||||
|
+}
|
||||||
|
+
|
||||||
|
static u8 iwl_mvm_scan_rx_ant(struct iwl_mvm *mvm)
|
||||||
|
{
|
||||||
|
if (mvm->scan_rx_ant != ANT_NONE)
|
||||||
|
@@ -1075,25 +1088,57 @@ static void iwl_mvm_scan_umac_dwell(struct iwl_mvm *mvm,
|
||||||
|
{
|
||||||
|
struct iwl_mvm_scan_timing_params *timing = &scan_timing[params->type];
|
||||||
|
|
||||||
|
+ if (iwl_mvm_is_regular_scan(params))
|
||||||
|
+ cmd->ooc_priority = cpu_to_le32(IWL_SCAN_PRIORITY_EXT_6);
|
||||||
|
+ else
|
||||||
|
+ cmd->ooc_priority = cpu_to_le32(IWL_SCAN_PRIORITY_EXT_2);
|
||||||
|
+
|
||||||
|
+ if (iwl_mvm_is_adaptive_dwell_supported(mvm)) {
|
||||||
|
+ if (params->measurement_dwell) {
|
||||||
|
+ cmd->v7.active_dwell = params->measurement_dwell;
|
||||||
|
+ cmd->v7.passive_dwell = params->measurement_dwell;
|
||||||
|
+ } else {
|
||||||
|
+ cmd->v7.active_dwell = IWL_SCAN_DWELL_ACTIVE;
|
||||||
|
+ cmd->v7.passive_dwell = IWL_SCAN_DWELL_PASSIVE;
|
||||||
|
+ }
|
||||||
|
+ cmd->v7.fragmented_dwell = IWL_SCAN_DWELL_FRAGMENTED;
|
||||||
|
+
|
||||||
|
+ cmd->v7.scan_priority = cpu_to_le32(IWL_SCAN_PRIORITY_EXT_6);
|
||||||
|
+ cmd->v7.max_out_time[SCAN_LB_LMAC_IDX] =
|
||||||
|
+ cpu_to_le32(timing->max_out_time);
|
||||||
|
+ cmd->v7.suspend_time[SCAN_LB_LMAC_IDX] =
|
||||||
|
+ cpu_to_le32(timing->suspend_time);
|
||||||
|
+ if (iwl_mvm_is_cdb_supported(mvm)) {
|
||||||
|
+ cmd->v7.max_out_time[SCAN_HB_LMAC_IDX] =
|
||||||
|
+ cpu_to_le32(timing->max_out_time);
|
||||||
|
+ cmd->v7.suspend_time[SCAN_HB_LMAC_IDX] =
|
||||||
|
+ cpu_to_le32(timing->suspend_time);
|
||||||
|
+ }
|
||||||
|
+
|
||||||
|
+ return;
|
||||||
|
+ }
|
||||||
|
+
|
||||||
|
if (params->measurement_dwell) {
|
||||||
|
- cmd->active_dwell = params->measurement_dwell;
|
||||||
|
- cmd->passive_dwell = params->measurement_dwell;
|
||||||
|
- cmd->extended_dwell = params->measurement_dwell;
|
||||||
|
+ cmd->v1.active_dwell = params->measurement_dwell;
|
||||||
|
+ cmd->v1.passive_dwell = params->measurement_dwell;
|
||||||
|
+ cmd->v1.extended_dwell = params->measurement_dwell;
|
||||||
|
} else {
|
||||||
|
- cmd->active_dwell = IWL_SCAN_DWELL_ACTIVE;
|
||||||
|
- cmd->passive_dwell = IWL_SCAN_DWELL_PASSIVE;
|
||||||
|
- cmd->extended_dwell = IWL_SCAN_DWELL_EXTENDED;
|
||||||
|
+ cmd->v1.active_dwell = IWL_SCAN_DWELL_ACTIVE;
|
||||||
|
+ cmd->v1.passive_dwell = IWL_SCAN_DWELL_PASSIVE;
|
||||||
|
+ cmd->v1.extended_dwell = IWL_SCAN_DWELL_EXTENDED;
|
||||||
|
}
|
||||||
|
- cmd->fragmented_dwell = IWL_SCAN_DWELL_FRAGMENTED;
|
||||||
|
+ cmd->v1.fragmented_dwell = IWL_SCAN_DWELL_FRAGMENTED;
|
||||||
|
|
||||||
|
if (iwl_mvm_has_new_tx_api(mvm)) {
|
||||||
|
cmd->v6.scan_priority = cpu_to_le32(IWL_SCAN_PRIORITY_EXT_6);
|
||||||
|
- cmd->v6.max_out_time[0] = cpu_to_le32(timing->max_out_time);
|
||||||
|
- cmd->v6.suspend_time[0] = cpu_to_le32(timing->suspend_time);
|
||||||
|
+ cmd->v6.max_out_time[SCAN_LB_LMAC_IDX] =
|
||||||
|
+ cpu_to_le32(timing->max_out_time);
|
||||||
|
+ cmd->v6.suspend_time[SCAN_LB_LMAC_IDX] =
|
||||||
|
+ cpu_to_le32(timing->suspend_time);
|
||||||
|
if (iwl_mvm_is_cdb_supported(mvm)) {
|
||||||
|
- cmd->v6.max_out_time[1] =
|
||||||
|
+ cmd->v6.max_out_time[SCAN_HB_LMAC_IDX] =
|
||||||
|
cpu_to_le32(timing->max_out_time);
|
||||||
|
- cmd->v6.suspend_time[1] =
|
||||||
|
+ cmd->v6.suspend_time[SCAN_HB_LMAC_IDX] =
|
||||||
|
cpu_to_le32(timing->suspend_time);
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
@@ -1102,11 +1147,6 @@ static void iwl_mvm_scan_umac_dwell(struct iwl_mvm *mvm,
|
||||||
|
cmd->v1.scan_priority =
|
||||||
|
cpu_to_le32(IWL_SCAN_PRIORITY_EXT_6);
|
||||||
|
}
|
||||||
|
-
|
||||||
|
- if (iwl_mvm_is_regular_scan(params))
|
||||||
|
- cmd->ooc_priority = cpu_to_le32(IWL_SCAN_PRIORITY_EXT_6);
|
||||||
|
- else
|
||||||
|
- cmd->ooc_priority = cpu_to_le32(IWL_SCAN_PRIORITY_EXT_2);
|
||||||
|
}
|
||||||
|
|
||||||
|
static void
|
||||||
|
@@ -1178,8 +1218,7 @@ static int iwl_mvm_scan_umac(struct iwl_mvm *mvm, struct ieee80211_vif *vif,
|
||||||
|
int type)
|
||||||
|
{
|
||||||
|
struct iwl_scan_req_umac *cmd = mvm->scan_cmd;
|
||||||
|
- void *cmd_data = iwl_mvm_has_new_tx_api(mvm) ?
|
||||||
|
- (void *)&cmd->v6.data : (void *)&cmd->v1.data;
|
||||||
|
+ void *cmd_data = iwl_mvm_get_scan_req_umac_data(mvm);
|
||||||
|
struct iwl_scan_req_umac_tail *sec_part = cmd_data +
|
||||||
|
sizeof(struct iwl_scan_channel_cfg_umac) *
|
||||||
|
mvm->fw->ucode_capa.n_scan_channels;
|
||||||
|
@@ -1216,7 +1255,10 @@ static int iwl_mvm_scan_umac(struct iwl_mvm *mvm, struct ieee80211_vif *vif,
|
||||||
|
IWL_SCAN_CHANNEL_FLAG_EBS_ACCURATE |
|
||||||
|
IWL_SCAN_CHANNEL_FLAG_CACHE_ADD;
|
||||||
|
|
||||||
|
- if (iwl_mvm_has_new_tx_api(mvm)) {
|
||||||
|
+ if (iwl_mvm_is_adaptive_dwell_supported(mvm)) {
|
||||||
|
+ cmd->v7.channel_flags = channel_flags;
|
||||||
|
+ cmd->v7.n_channels = params->n_channels;
|
||||||
|
+ } else if (iwl_mvm_has_new_tx_api(mvm)) {
|
||||||
|
cmd->v6.channel_flags = channel_flags;
|
||||||
|
cmd->v6.n_channels = params->n_channels;
|
||||||
|
} else {
|
||||||
|
@@ -1661,8 +1703,10 @@ int iwl_mvm_scan_size(struct iwl_mvm *mvm)
|
||||||
|
{
|
||||||
|
int base_size = IWL_SCAN_REQ_UMAC_SIZE_V1;
|
||||||
|
|
||||||
|
- if (iwl_mvm_has_new_tx_api(mvm))
|
||||||
|
- base_size = IWL_SCAN_REQ_UMAC_SIZE;
|
||||||
|
+ if (iwl_mvm_is_adaptive_dwell_supported(mvm))
|
||||||
|
+ base_size = IWL_SCAN_REQ_UMAC_SIZE_V7;
|
||||||
|
+ else if (iwl_mvm_has_new_tx_api(mvm))
|
||||||
|
+ base_size = IWL_SCAN_REQ_UMAC_SIZE_V6;
|
||||||
|
|
||||||
|
if (fw_has_capa(&mvm->fw->ucode_capa, IWL_UCODE_TLV_CAPA_UMAC_SCAN))
|
||||||
|
return base_size +
|
||||||
|
--
|
||||||
|
2.14.2
|
||||||
|
|
@ -0,0 +1,37 @@
|
|||||||
|
From 5c9e8a994fe8529388ab159e0aa371c75bc3d17b Mon Sep 17 00:00:00 2001
|
||||||
|
From: MilhouseVH <milhouseVH.github@nmacleod.com>
|
||||||
|
Date: Thu, 21 Sep 2017 04:22:12 +0100
|
||||||
|
Subject: [PATCH] drm/pci: drm_pci_init/exit now deprecated
|
||||||
|
|
||||||
|
As per: https://github.com/torvalds/linux/commit/10631d724deff712343d96dd3017cd323349f761
|
||||||
|
|
||||||
|
Use legacy variant, as pci_[un]register_driver currently fails.
|
||||||
|
---
|
||||||
|
kernel/nv-drm.c | 4 ++--
|
||||||
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/kernel/nv-drm.c b/kernel/nv-drm.c
|
||||||
|
index 2aa7cc8..23df996 100644
|
||||||
|
--- a/kernel/nv-drm.c
|
||||||
|
+++ b/kernel/nv-drm.c
|
||||||
|
@@ -173,7 +173,7 @@ int __init nv_drm_init(
|
||||||
|
{
|
||||||
|
int ret = 0;
|
||||||
|
#if defined(NV_DRM_AVAILABLE)
|
||||||
|
- ret = drm_pci_init(&nv_drm_driver, pci_driver);
|
||||||
|
+ ret = drm_legacy_pci_init(&nv_drm_driver, pci_driver);
|
||||||
|
#endif
|
||||||
|
return ret;
|
||||||
|
}
|
||||||
|
@@ -183,7 +183,7 @@ void nv_drm_exit(
|
||||||
|
)
|
||||||
|
{
|
||||||
|
#if defined(NV_DRM_AVAILABLE)
|
||||||
|
- drm_pci_exit(&nv_drm_driver, pci_driver);
|
||||||
|
+ drm_legacy_pci_exit(&nv_drm_driver, pci_driver);
|
||||||
|
#endif
|
||||||
|
}
|
||||||
|
|
||||||
|
--
|
||||||
|
2.7.4
|
||||||
|
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/x86 4.13.0 Kernel Configuration
|
# Linux/x86_64 4.14.0-rc5 Kernel Configuration
|
||||||
#
|
#
|
||||||
CONFIG_64BIT=y
|
CONFIG_64BIT=y
|
||||||
CONFIG_X86_64=y
|
CONFIG_X86_64=y
|
||||||
@ -215,6 +215,7 @@ CONFIG_ELF_CORE=y
|
|||||||
# CONFIG_PCSPKR_PLATFORM is not set
|
# CONFIG_PCSPKR_PLATFORM is not set
|
||||||
CONFIG_BASE_FULL=y
|
CONFIG_BASE_FULL=y
|
||||||
CONFIG_FUTEX=y
|
CONFIG_FUTEX=y
|
||||||
|
CONFIG_FUTEX_PI=y
|
||||||
CONFIG_EPOLL=y
|
CONFIG_EPOLL=y
|
||||||
CONFIG_SIGNALFD=y
|
CONFIG_SIGNALFD=y
|
||||||
CONFIG_TIMERFD=y
|
CONFIG_TIMERFD=y
|
||||||
@ -244,6 +245,7 @@ CONFIG_SLUB=y
|
|||||||
# CONFIG_SLOB is not set
|
# CONFIG_SLOB is not set
|
||||||
CONFIG_SLAB_MERGE_DEFAULT=y
|
CONFIG_SLAB_MERGE_DEFAULT=y
|
||||||
# CONFIG_SLAB_FREELIST_RANDOM is not set
|
# CONFIG_SLAB_FREELIST_RANDOM is not set
|
||||||
|
# CONFIG_SLAB_FREELIST_HARDENED is not set
|
||||||
CONFIG_SLUB_CPU_PARTIAL=y
|
CONFIG_SLUB_CPU_PARTIAL=y
|
||||||
# CONFIG_SYSTEM_DATA_VERIFICATION is not set
|
# CONFIG_SYSTEM_DATA_VERIFICATION is not set
|
||||||
# CONFIG_PROFILING is not set
|
# CONFIG_PROFILING is not set
|
||||||
@ -283,6 +285,7 @@ CONFIG_HAVE_HARDLOCKUP_DETECTOR_PERF=y
|
|||||||
CONFIG_HAVE_PERF_REGS=y
|
CONFIG_HAVE_PERF_REGS=y
|
||||||
CONFIG_HAVE_PERF_USER_STACK_DUMP=y
|
CONFIG_HAVE_PERF_USER_STACK_DUMP=y
|
||||||
CONFIG_HAVE_ARCH_JUMP_LABEL=y
|
CONFIG_HAVE_ARCH_JUMP_LABEL=y
|
||||||
|
CONFIG_HAVE_RCU_TABLE_FREE=y
|
||||||
CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG=y
|
CONFIG_ARCH_HAVE_NMI_SAFE_CMPXCHG=y
|
||||||
CONFIG_HAVE_ALIGNED_STRUCT_PAGE=y
|
CONFIG_HAVE_ALIGNED_STRUCT_PAGE=y
|
||||||
CONFIG_HAVE_CMPXCHG_LOCAL=y
|
CONFIG_HAVE_CMPXCHG_LOCAL=y
|
||||||
@ -307,6 +310,7 @@ CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE=y
|
|||||||
CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE_PUD=y
|
CONFIG_HAVE_ARCH_TRANSPARENT_HUGEPAGE_PUD=y
|
||||||
CONFIG_HAVE_ARCH_HUGE_VMAP=y
|
CONFIG_HAVE_ARCH_HUGE_VMAP=y
|
||||||
CONFIG_HAVE_ARCH_SOFT_DIRTY=y
|
CONFIG_HAVE_ARCH_SOFT_DIRTY=y
|
||||||
|
CONFIG_HAVE_MOD_ARCH_SPECIFIC=y
|
||||||
CONFIG_MODULES_USE_ELF_RELA=y
|
CONFIG_MODULES_USE_ELF_RELA=y
|
||||||
CONFIG_HAVE_IRQ_EXIT_ON_IRQ_STACK=y
|
CONFIG_HAVE_IRQ_EXIT_ON_IRQ_STACK=y
|
||||||
CONFIG_ARCH_HAS_ELF_RANDOMIZE=y
|
CONFIG_ARCH_HAS_ELF_RANDOMIZE=y
|
||||||
@ -430,7 +434,7 @@ CONFIG_X86_FAST_FEATURE_TESTS=y
|
|||||||
# CONFIG_X86_X2APIC is not set
|
# CONFIG_X86_X2APIC is not set
|
||||||
CONFIG_X86_MPPARSE=y
|
CONFIG_X86_MPPARSE=y
|
||||||
# CONFIG_GOLDFISH is not set
|
# CONFIG_GOLDFISH is not set
|
||||||
# CONFIG_INTEL_RDT_A is not set
|
# CONFIG_INTEL_RDT is not set
|
||||||
# CONFIG_X86_EXTENDED_PLATFORM is not set
|
# CONFIG_X86_EXTENDED_PLATFORM is not set
|
||||||
CONFIG_X86_INTEL_LPSS=y
|
CONFIG_X86_INTEL_LPSS=y
|
||||||
CONFIG_X86_AMD_PLATFORM_DEVICE=y
|
CONFIG_X86_AMD_PLATFORM_DEVICE=y
|
||||||
@ -502,9 +506,12 @@ CONFIG_MICROCODE_AMD=y
|
|||||||
CONFIG_MICROCODE_OLD_INTERFACE=y
|
CONFIG_MICROCODE_OLD_INTERFACE=y
|
||||||
CONFIG_X86_MSR=y
|
CONFIG_X86_MSR=y
|
||||||
CONFIG_X86_CPUID=y
|
CONFIG_X86_CPUID=y
|
||||||
|
# CONFIG_X86_5LEVEL is not set
|
||||||
CONFIG_ARCH_PHYS_ADDR_T_64BIT=y
|
CONFIG_ARCH_PHYS_ADDR_T_64BIT=y
|
||||||
CONFIG_ARCH_DMA_ADDR_T_64BIT=y
|
CONFIG_ARCH_DMA_ADDR_T_64BIT=y
|
||||||
CONFIG_X86_DIRECT_GBPAGES=y
|
CONFIG_X86_DIRECT_GBPAGES=y
|
||||||
|
CONFIG_ARCH_HAS_MEM_ENCRYPT=y
|
||||||
|
# CONFIG_AMD_MEM_ENCRYPT is not set
|
||||||
CONFIG_NUMA=y
|
CONFIG_NUMA=y
|
||||||
# CONFIG_AMD_NUMA is not set
|
# CONFIG_AMD_NUMA is not set
|
||||||
CONFIG_X86_64_ACPI_NUMA=y
|
CONFIG_X86_64_ACPI_NUMA=y
|
||||||
@ -537,6 +544,7 @@ CONFIG_MEMORY_BALLOON=y
|
|||||||
CONFIG_BALLOON_COMPACTION=y
|
CONFIG_BALLOON_COMPACTION=y
|
||||||
CONFIG_COMPACTION=y
|
CONFIG_COMPACTION=y
|
||||||
CONFIG_MIGRATION=y
|
CONFIG_MIGRATION=y
|
||||||
|
CONFIG_ARCH_ENABLE_THP_MIGRATION=y
|
||||||
CONFIG_PHYS_ADDR_T_64BIT=y
|
CONFIG_PHYS_ADDR_T_64BIT=y
|
||||||
CONFIG_BOUNCE=y
|
CONFIG_BOUNCE=y
|
||||||
CONFIG_VIRT_TO_BUS=y
|
CONFIG_VIRT_TO_BUS=y
|
||||||
@ -609,6 +617,7 @@ CONFIG_CMDLINE="root=/dev/ram0 rdinit=/init usbcore.autosuspend=-1"
|
|||||||
# CONFIG_CMDLINE_OVERRIDE is not set
|
# CONFIG_CMDLINE_OVERRIDE is not set
|
||||||
CONFIG_MODIFY_LDT_SYSCALL=y
|
CONFIG_MODIFY_LDT_SYSCALL=y
|
||||||
CONFIG_HAVE_LIVEPATCH=y
|
CONFIG_HAVE_LIVEPATCH=y
|
||||||
|
CONFIG_ARCH_HAS_ADD_PAGES=y
|
||||||
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
|
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
|
||||||
CONFIG_USE_PERCPU_NUMA_NODE_ID=y
|
CONFIG_USE_PERCPU_NUMA_NODE_ID=y
|
||||||
|
|
||||||
@ -898,7 +907,6 @@ CONFIG_IPV6_NDISC_NODETYPE=y
|
|||||||
CONFIG_NET_PTP_CLASSIFY=y
|
CONFIG_NET_PTP_CLASSIFY=y
|
||||||
# CONFIG_NETWORK_PHY_TIMESTAMPING is not set
|
# CONFIG_NETWORK_PHY_TIMESTAMPING is not set
|
||||||
CONFIG_NETFILTER=y
|
CONFIG_NETFILTER=y
|
||||||
# CONFIG_NETFILTER_DEBUG is not set
|
|
||||||
CONFIG_NETFILTER_ADVANCED=y
|
CONFIG_NETFILTER_ADVANCED=y
|
||||||
CONFIG_BRIDGE_NETFILTER=m
|
CONFIG_BRIDGE_NETFILTER=m
|
||||||
|
|
||||||
@ -1168,6 +1176,7 @@ CONFIG_DNS_RESOLVER=y
|
|||||||
# CONFIG_VSOCKETS is not set
|
# CONFIG_VSOCKETS is not set
|
||||||
# CONFIG_NETLINK_DIAG is not set
|
# CONFIG_NETLINK_DIAG is not set
|
||||||
# CONFIG_MPLS is not set
|
# CONFIG_MPLS is not set
|
||||||
|
# CONFIG_NET_NSH is not set
|
||||||
# CONFIG_HSR is not set
|
# CONFIG_HSR is not set
|
||||||
# CONFIG_NET_SWITCHDEV is not set
|
# CONFIG_NET_SWITCHDEV is not set
|
||||||
# CONFIG_NET_L3_MASTER_DEV is not set
|
# CONFIG_NET_L3_MASTER_DEV is not set
|
||||||
@ -1190,7 +1199,6 @@ CONFIG_NET_FLOW_LIMIT=y
|
|||||||
# CONFIG_NET_DROP_MONITOR is not set
|
# CONFIG_NET_DROP_MONITOR is not set
|
||||||
# CONFIG_HAMRADIO is not set
|
# CONFIG_HAMRADIO is not set
|
||||||
# CONFIG_CAN is not set
|
# CONFIG_CAN is not set
|
||||||
# CONFIG_IRDA is not set
|
|
||||||
CONFIG_BT=m
|
CONFIG_BT=m
|
||||||
CONFIG_BT_BREDR=y
|
CONFIG_BT_BREDR=y
|
||||||
CONFIG_BT_RFCOMM=m
|
CONFIG_BT_RFCOMM=m
|
||||||
@ -1328,7 +1336,6 @@ CONFIG_BLK_DEV=y
|
|||||||
# CONFIG_BLK_DEV_NULL_BLK is not set
|
# CONFIG_BLK_DEV_NULL_BLK is not set
|
||||||
# CONFIG_BLK_DEV_FD is not set
|
# CONFIG_BLK_DEV_FD is not set
|
||||||
# CONFIG_BLK_DEV_PCIESSD_MTIP32XX is not set
|
# CONFIG_BLK_DEV_PCIESSD_MTIP32XX is not set
|
||||||
# CONFIG_BLK_CPQ_CISS_DA is not set
|
|
||||||
# CONFIG_BLK_DEV_DAC960 is not set
|
# CONFIG_BLK_DEV_DAC960 is not set
|
||||||
# CONFIG_BLK_DEV_UMEM is not set
|
# CONFIG_BLK_DEV_UMEM is not set
|
||||||
# CONFIG_BLK_DEV_COW_COMMON is not set
|
# CONFIG_BLK_DEV_COW_COMMON is not set
|
||||||
@ -1706,7 +1713,6 @@ CONFIG_B44=y
|
|||||||
CONFIG_B44_PCI_AUTOSELECT=y
|
CONFIG_B44_PCI_AUTOSELECT=y
|
||||||
CONFIG_B44_PCICORE_AUTOSELECT=y
|
CONFIG_B44_PCICORE_AUTOSELECT=y
|
||||||
CONFIG_B44_PCI=y
|
CONFIG_B44_PCI=y
|
||||||
# CONFIG_BCMGENET is not set
|
|
||||||
CONFIG_BNX2=y
|
CONFIG_BNX2=y
|
||||||
CONFIG_CNIC=y
|
CONFIG_CNIC=y
|
||||||
CONFIG_TIGON3=y
|
CONFIG_TIGON3=y
|
||||||
@ -1738,6 +1744,7 @@ CONFIG_ULI526X=y
|
|||||||
CONFIG_NET_VENDOR_EZCHIP=y
|
CONFIG_NET_VENDOR_EZCHIP=y
|
||||||
# CONFIG_NET_VENDOR_EXAR is not set
|
# CONFIG_NET_VENDOR_EXAR is not set
|
||||||
# CONFIG_NET_VENDOR_HP is not set
|
# CONFIG_NET_VENDOR_HP is not set
|
||||||
|
# CONFIG_NET_VENDOR_HUAWEI is not set
|
||||||
CONFIG_NET_VENDOR_INTEL=y
|
CONFIG_NET_VENDOR_INTEL=y
|
||||||
CONFIG_E100=y
|
CONFIG_E100=y
|
||||||
CONFIG_E1000=y
|
CONFIG_E1000=y
|
||||||
@ -1849,6 +1856,7 @@ CONFIG_MARVELL_PHY=y
|
|||||||
# CONFIG_NATIONAL_PHY is not set
|
# CONFIG_NATIONAL_PHY is not set
|
||||||
# CONFIG_QSEMI_PHY is not set
|
# CONFIG_QSEMI_PHY is not set
|
||||||
CONFIG_REALTEK_PHY=y
|
CONFIG_REALTEK_PHY=y
|
||||||
|
# CONFIG_ROCKCHIP_PHY is not set
|
||||||
# CONFIG_SMSC_PHY is not set
|
# CONFIG_SMSC_PHY is not set
|
||||||
# CONFIG_STE10XP is not set
|
# CONFIG_STE10XP is not set
|
||||||
# CONFIG_TERANETICS_PHY is not set
|
# CONFIG_TERANETICS_PHY is not set
|
||||||
@ -2317,6 +2325,7 @@ CONFIG_SERIO_LIBPS2=y
|
|||||||
# CONFIG_SERIO_ALTERA_PS2 is not set
|
# CONFIG_SERIO_ALTERA_PS2 is not set
|
||||||
# CONFIG_SERIO_PS2MULT is not set
|
# CONFIG_SERIO_PS2MULT is not set
|
||||||
# CONFIG_SERIO_ARC_PS2 is not set
|
# CONFIG_SERIO_ARC_PS2 is not set
|
||||||
|
# CONFIG_SERIO_GPIO_PS2 is not set
|
||||||
# CONFIG_USERIO is not set
|
# CONFIG_USERIO is not set
|
||||||
# CONFIG_GAMEPORT is not set
|
# CONFIG_GAMEPORT is not set
|
||||||
|
|
||||||
@ -2412,7 +2421,6 @@ CONFIG_I2C_MUX=m
|
|||||||
# CONFIG_I2C_MUX_LTC4306 is not set
|
# CONFIG_I2C_MUX_LTC4306 is not set
|
||||||
# CONFIG_I2C_MUX_PCA9541 is not set
|
# CONFIG_I2C_MUX_PCA9541 is not set
|
||||||
# CONFIG_I2C_MUX_PCA954x is not set
|
# CONFIG_I2C_MUX_PCA954x is not set
|
||||||
# CONFIG_I2C_MUX_PINCTRL is not set
|
|
||||||
# CONFIG_I2C_MUX_REG is not set
|
# CONFIG_I2C_MUX_REG is not set
|
||||||
# CONFIG_I2C_MUX_MLXCPLD is not set
|
# CONFIG_I2C_MUX_MLXCPLD is not set
|
||||||
CONFIG_I2C_HELPER_AUTO=y
|
CONFIG_I2C_HELPER_AUTO=y
|
||||||
@ -2525,7 +2533,9 @@ CONFIG_PINCTRL_BAYTRAIL=y
|
|||||||
CONFIG_PINCTRL_CHERRYVIEW=y
|
CONFIG_PINCTRL_CHERRYVIEW=y
|
||||||
# CONFIG_PINCTRL_BROXTON is not set
|
# CONFIG_PINCTRL_BROXTON is not set
|
||||||
# CONFIG_PINCTRL_CANNONLAKE is not set
|
# CONFIG_PINCTRL_CANNONLAKE is not set
|
||||||
|
# CONFIG_PINCTRL_DENVERTON is not set
|
||||||
# CONFIG_PINCTRL_GEMINILAKE is not set
|
# CONFIG_PINCTRL_GEMINILAKE is not set
|
||||||
|
# CONFIG_PINCTRL_LEWISBURG is not set
|
||||||
# CONFIG_PINCTRL_SUNRISEPOINT is not set
|
# CONFIG_PINCTRL_SUNRISEPOINT is not set
|
||||||
CONFIG_GPIOLIB=y
|
CONFIG_GPIOLIB=y
|
||||||
CONFIG_GPIO_ACPI=y
|
CONFIG_GPIO_ACPI=y
|
||||||
@ -2790,10 +2800,6 @@ CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y
|
|||||||
CONFIG_SSB_DRIVER_PCICORE=y
|
CONFIG_SSB_DRIVER_PCICORE=y
|
||||||
# CONFIG_SSB_DRIVER_GPIO is not set
|
# CONFIG_SSB_DRIVER_GPIO is not set
|
||||||
CONFIG_BCMA_POSSIBLE=y
|
CONFIG_BCMA_POSSIBLE=y
|
||||||
|
|
||||||
#
|
|
||||||
# Broadcom specific AMBA
|
|
||||||
#
|
|
||||||
CONFIG_BCMA=m
|
CONFIG_BCMA=m
|
||||||
CONFIG_BCMA_HOST_PCI_POSSIBLE=y
|
CONFIG_BCMA_HOST_PCI_POSSIBLE=y
|
||||||
CONFIG_BCMA_HOST_PCI=y
|
CONFIG_BCMA_HOST_PCI=y
|
||||||
@ -2811,6 +2817,7 @@ CONFIG_MFD_CORE=y
|
|||||||
# CONFIG_PMIC_ADP5520 is not set
|
# CONFIG_PMIC_ADP5520 is not set
|
||||||
# CONFIG_MFD_AAT2870_CORE is not set
|
# CONFIG_MFD_AAT2870_CORE is not set
|
||||||
# CONFIG_MFD_BCM590XX is not set
|
# CONFIG_MFD_BCM590XX is not set
|
||||||
|
# CONFIG_MFD_BD9571MWV is not set
|
||||||
# CONFIG_MFD_AXP20X_I2C is not set
|
# CONFIG_MFD_AXP20X_I2C is not set
|
||||||
# CONFIG_MFD_CROS_EC is not set
|
# CONFIG_MFD_CROS_EC is not set
|
||||||
# CONFIG_PMIC_DA903X is not set
|
# CONFIG_PMIC_DA903X is not set
|
||||||
@ -2871,6 +2878,7 @@ CONFIG_MFD_RTSX_USB=y
|
|||||||
# CONFIG_MFD_TPS65086 is not set
|
# CONFIG_MFD_TPS65086 is not set
|
||||||
# CONFIG_MFD_TPS65090 is not set
|
# CONFIG_MFD_TPS65090 is not set
|
||||||
# CONFIG_MFD_TPS65217 is not set
|
# CONFIG_MFD_TPS65217 is not set
|
||||||
|
# CONFIG_MFD_TPS68470 is not set
|
||||||
# CONFIG_MFD_TI_LP873X is not set
|
# CONFIG_MFD_TI_LP873X is not set
|
||||||
# CONFIG_MFD_TPS65218 is not set
|
# CONFIG_MFD_TPS65218 is not set
|
||||||
# CONFIG_MFD_TPS6586X is not set
|
# CONFIG_MFD_TPS6586X is not set
|
||||||
@ -2889,43 +2897,6 @@ CONFIG_MFD_RTSX_USB=y
|
|||||||
# CONFIG_MFD_WM8350_I2C is not set
|
# CONFIG_MFD_WM8350_I2C is not set
|
||||||
# CONFIG_MFD_WM8994 is not set
|
# CONFIG_MFD_WM8994 is not set
|
||||||
# CONFIG_REGULATOR is not set
|
# CONFIG_REGULATOR is not set
|
||||||
CONFIG_MEDIA_SUPPORT=m
|
|
||||||
|
|
||||||
#
|
|
||||||
# Multimedia core support
|
|
||||||
#
|
|
||||||
CONFIG_MEDIA_CAMERA_SUPPORT=y
|
|
||||||
CONFIG_MEDIA_ANALOG_TV_SUPPORT=y
|
|
||||||
CONFIG_MEDIA_DIGITAL_TV_SUPPORT=y
|
|
||||||
# CONFIG_MEDIA_RADIO_SUPPORT is not set
|
|
||||||
# CONFIG_MEDIA_SDR_SUPPORT is not set
|
|
||||||
CONFIG_MEDIA_RC_SUPPORT=y
|
|
||||||
# CONFIG_MEDIA_CEC_SUPPORT is not set
|
|
||||||
# CONFIG_MEDIA_CONTROLLER is not set
|
|
||||||
CONFIG_VIDEO_DEV=m
|
|
||||||
CONFIG_VIDEO_V4L2=m
|
|
||||||
# CONFIG_VIDEO_ADV_DEBUG is not set
|
|
||||||
# CONFIG_VIDEO_FIXED_MINOR_RANGES is not set
|
|
||||||
CONFIG_VIDEO_TUNER=m
|
|
||||||
CONFIG_VIDEOBUF_GEN=m
|
|
||||||
CONFIG_VIDEOBUF_DMA_SG=m
|
|
||||||
CONFIG_VIDEOBUF_VMALLOC=m
|
|
||||||
CONFIG_VIDEOBUF_DVB=m
|
|
||||||
CONFIG_VIDEOBUF2_CORE=m
|
|
||||||
CONFIG_VIDEOBUF2_MEMOPS=m
|
|
||||||
CONFIG_VIDEOBUF2_VMALLOC=m
|
|
||||||
CONFIG_VIDEOBUF2_DMA_SG=m
|
|
||||||
CONFIG_VIDEOBUF2_DVB=m
|
|
||||||
CONFIG_DVB_CORE=m
|
|
||||||
CONFIG_DVB_NET=y
|
|
||||||
CONFIG_TTPCI_EEPROM=m
|
|
||||||
CONFIG_DVB_MAX_ADAPTERS=8
|
|
||||||
# CONFIG_DVB_DYNAMIC_MINORS is not set
|
|
||||||
# CONFIG_DVB_DEMUX_SECTION_LOSS_LOG is not set
|
|
||||||
|
|
||||||
#
|
|
||||||
# Media drivers
|
|
||||||
#
|
|
||||||
CONFIG_RC_CORE=m
|
CONFIG_RC_CORE=m
|
||||||
CONFIG_RC_MAP=m
|
CONFIG_RC_MAP=m
|
||||||
CONFIG_RC_DECODERS=y
|
CONFIG_RC_DECODERS=y
|
||||||
@ -2957,9 +2928,46 @@ CONFIG_IR_IGUANA=m
|
|||||||
CONFIG_IR_TTUSBIR=m
|
CONFIG_IR_TTUSBIR=m
|
||||||
# CONFIG_RC_LOOPBACK is not set
|
# CONFIG_RC_LOOPBACK is not set
|
||||||
# CONFIG_IR_GPIO_CIR is not set
|
# CONFIG_IR_GPIO_CIR is not set
|
||||||
|
# CONFIG_IR_GPIO_TX is not set
|
||||||
CONFIG_IR_SERIAL=m
|
CONFIG_IR_SERIAL=m
|
||||||
CONFIG_IR_SERIAL_TRANSMITTER=y
|
CONFIG_IR_SERIAL_TRANSMITTER=y
|
||||||
# CONFIG_IR_SIR is not set
|
# CONFIG_IR_SIR is not set
|
||||||
|
CONFIG_MEDIA_SUPPORT=m
|
||||||
|
|
||||||
|
#
|
||||||
|
# Multimedia core support
|
||||||
|
#
|
||||||
|
CONFIG_MEDIA_CAMERA_SUPPORT=y
|
||||||
|
CONFIG_MEDIA_ANALOG_TV_SUPPORT=y
|
||||||
|
CONFIG_MEDIA_DIGITAL_TV_SUPPORT=y
|
||||||
|
# CONFIG_MEDIA_RADIO_SUPPORT is not set
|
||||||
|
# CONFIG_MEDIA_SDR_SUPPORT is not set
|
||||||
|
# CONFIG_MEDIA_CEC_SUPPORT is not set
|
||||||
|
# CONFIG_MEDIA_CONTROLLER is not set
|
||||||
|
CONFIG_VIDEO_DEV=m
|
||||||
|
CONFIG_VIDEO_V4L2=m
|
||||||
|
# CONFIG_VIDEO_ADV_DEBUG is not set
|
||||||
|
# CONFIG_VIDEO_FIXED_MINOR_RANGES is not set
|
||||||
|
CONFIG_VIDEO_TUNER=m
|
||||||
|
CONFIG_VIDEOBUF_GEN=m
|
||||||
|
CONFIG_VIDEOBUF_DMA_SG=m
|
||||||
|
CONFIG_VIDEOBUF_VMALLOC=m
|
||||||
|
CONFIG_VIDEOBUF_DVB=m
|
||||||
|
CONFIG_VIDEOBUF2_CORE=m
|
||||||
|
CONFIG_VIDEOBUF2_MEMOPS=m
|
||||||
|
CONFIG_VIDEOBUF2_VMALLOC=m
|
||||||
|
CONFIG_VIDEOBUF2_DMA_SG=m
|
||||||
|
CONFIG_VIDEOBUF2_DVB=m
|
||||||
|
CONFIG_DVB_CORE=m
|
||||||
|
CONFIG_DVB_NET=y
|
||||||
|
CONFIG_TTPCI_EEPROM=m
|
||||||
|
CONFIG_DVB_MAX_ADAPTERS=8
|
||||||
|
# CONFIG_DVB_DYNAMIC_MINORS is not set
|
||||||
|
# CONFIG_DVB_DEMUX_SECTION_LOSS_LOG is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# Media drivers
|
||||||
|
#
|
||||||
CONFIG_MEDIA_USB_SUPPORT=y
|
CONFIG_MEDIA_USB_SUPPORT=y
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -3124,6 +3132,7 @@ CONFIG_DVB_MANTIS=m
|
|||||||
# CONFIG_DVB_HOPPER is not set
|
# CONFIG_DVB_HOPPER is not set
|
||||||
CONFIG_DVB_NGENE=m
|
CONFIG_DVB_NGENE=m
|
||||||
CONFIG_DVB_DDBRIDGE=m
|
CONFIG_DVB_DDBRIDGE=m
|
||||||
|
# CONFIG_DVB_DDBRIDGE_MSIENABLE is not set
|
||||||
CONFIG_DVB_SMIPCIE=m
|
CONFIG_DVB_SMIPCIE=m
|
||||||
# CONFIG_V4L_PLATFORM_DRIVERS is not set
|
# CONFIG_V4L_PLATFORM_DRIVERS is not set
|
||||||
# CONFIG_V4L_MEM2MEM_DRIVERS is not set
|
# CONFIG_V4L_MEM2MEM_DRIVERS is not set
|
||||||
@ -3257,7 +3266,10 @@ CONFIG_MEDIA_TUNER_QM1D1C0042=m
|
|||||||
CONFIG_DVB_STB0899=m
|
CONFIG_DVB_STB0899=m
|
||||||
CONFIG_DVB_STB6100=m
|
CONFIG_DVB_STB6100=m
|
||||||
CONFIG_DVB_STV090x=m
|
CONFIG_DVB_STV090x=m
|
||||||
|
CONFIG_DVB_STV0910=m
|
||||||
CONFIG_DVB_STV6110x=m
|
CONFIG_DVB_STV6110x=m
|
||||||
|
CONFIG_DVB_STV6111=m
|
||||||
|
CONFIG_DVB_MXL5XX=m
|
||||||
CONFIG_DVB_M88DS3103=m
|
CONFIG_DVB_M88DS3103=m
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -3371,6 +3383,7 @@ CONFIG_DVB_TUNER_DIB0090=m
|
|||||||
# SEC control devices for DVB-S
|
# SEC control devices for DVB-S
|
||||||
#
|
#
|
||||||
CONFIG_DVB_DRX39XYJ=m
|
CONFIG_DVB_DRX39XYJ=m
|
||||||
|
CONFIG_DVB_LNBH25=m
|
||||||
CONFIG_DVB_LNBP21=m
|
CONFIG_DVB_LNBP21=m
|
||||||
CONFIG_DVB_LNBP22=m
|
CONFIG_DVB_LNBP22=m
|
||||||
CONFIG_DVB_ISL6405=m
|
CONFIG_DVB_ISL6405=m
|
||||||
@ -3783,7 +3796,6 @@ CONFIG_SND_SOC_INTEL_BYT_CHT_DA7213_MACH=m
|
|||||||
CONFIG_SND_SOC_INTEL_BYT_CHT_ES8316_MACH=m
|
CONFIG_SND_SOC_INTEL_BYT_CHT_ES8316_MACH=m
|
||||||
CONFIG_SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH=m
|
CONFIG_SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH=m
|
||||||
CONFIG_SND_SOC_INTEL_KBL_RT5663_MAX98927_MACH=m
|
CONFIG_SND_SOC_INTEL_KBL_RT5663_MAX98927_MACH=m
|
||||||
CONFIG_SND_SOC_INTEL_KBL_RT5663_RT5514_MAX98927_MACH=m
|
|
||||||
CONFIG_SND_SOC_INTEL_SKYLAKE=m
|
CONFIG_SND_SOC_INTEL_SKYLAKE=m
|
||||||
# CONFIG_SND_SOC_INTEL_SKL_RT286_MACH is not set
|
# CONFIG_SND_SOC_INTEL_SKL_RT286_MACH is not set
|
||||||
# CONFIG_SND_SOC_INTEL_SKL_NAU88L25_SSM4567_MACH is not set
|
# CONFIG_SND_SOC_INTEL_SKL_NAU88L25_SSM4567_MACH is not set
|
||||||
@ -3822,6 +3834,7 @@ CONFIG_SND_SOC_I2C_AND_SPI=y
|
|||||||
# CONFIG_SND_SOC_CS4270 is not set
|
# CONFIG_SND_SOC_CS4270 is not set
|
||||||
# CONFIG_SND_SOC_CS4271_I2C is not set
|
# CONFIG_SND_SOC_CS4271_I2C is not set
|
||||||
# CONFIG_SND_SOC_CS42XX8_I2C is not set
|
# CONFIG_SND_SOC_CS42XX8_I2C is not set
|
||||||
|
# CONFIG_SND_SOC_CS43130 is not set
|
||||||
# CONFIG_SND_SOC_CS4349 is not set
|
# CONFIG_SND_SOC_CS4349 is not set
|
||||||
# CONFIG_SND_SOC_CS53L30 is not set
|
# CONFIG_SND_SOC_CS53L30 is not set
|
||||||
CONFIG_SND_SOC_DA7213=m
|
CONFIG_SND_SOC_DA7213=m
|
||||||
@ -3843,7 +3856,6 @@ CONFIG_SND_SOC_MAX98927=m
|
|||||||
# CONFIG_SND_SOC_PCM3168A_I2C is not set
|
# CONFIG_SND_SOC_PCM3168A_I2C is not set
|
||||||
# CONFIG_SND_SOC_PCM512x_I2C is not set
|
# CONFIG_SND_SOC_PCM512x_I2C is not set
|
||||||
CONFIG_SND_SOC_RL6231=m
|
CONFIG_SND_SOC_RL6231=m
|
||||||
CONFIG_SND_SOC_RT5514=m
|
|
||||||
# CONFIG_SND_SOC_RT5616 is not set
|
# CONFIG_SND_SOC_RT5616 is not set
|
||||||
# CONFIG_SND_SOC_RT5631 is not set
|
# CONFIG_SND_SOC_RT5631 is not set
|
||||||
CONFIG_SND_SOC_RT5640=m
|
CONFIG_SND_SOC_RT5640=m
|
||||||
@ -3870,6 +3882,7 @@ CONFIG_SND_SOC_SPDIF=m
|
|||||||
CONFIG_SND_SOC_TS3A227E=m
|
CONFIG_SND_SOC_TS3A227E=m
|
||||||
# CONFIG_SND_SOC_WM8510 is not set
|
# CONFIG_SND_SOC_WM8510 is not set
|
||||||
# CONFIG_SND_SOC_WM8523 is not set
|
# CONFIG_SND_SOC_WM8523 is not set
|
||||||
|
# CONFIG_SND_SOC_WM8524 is not set
|
||||||
# CONFIG_SND_SOC_WM8580 is not set
|
# CONFIG_SND_SOC_WM8580 is not set
|
||||||
# CONFIG_SND_SOC_WM8711 is not set
|
# CONFIG_SND_SOC_WM8711 is not set
|
||||||
# CONFIG_SND_SOC_WM8728 is not set
|
# CONFIG_SND_SOC_WM8728 is not set
|
||||||
@ -4208,7 +4221,6 @@ CONFIG_USB_SERIAL_PL2303=m
|
|||||||
# CONFIG_USB_ULPI_BUS is not set
|
# CONFIG_USB_ULPI_BUS is not set
|
||||||
# CONFIG_UWB is not set
|
# CONFIG_UWB is not set
|
||||||
CONFIG_MMC=y
|
CONFIG_MMC=y
|
||||||
# CONFIG_MMC_DEBUG is not set
|
|
||||||
CONFIG_MMC_BLOCK=y
|
CONFIG_MMC_BLOCK=y
|
||||||
CONFIG_MMC_BLOCK_MINORS=32
|
CONFIG_MMC_BLOCK_MINORS=32
|
||||||
# CONFIG_SDIO_UART is not set
|
# CONFIG_SDIO_UART is not set
|
||||||
@ -4217,6 +4229,7 @@ CONFIG_MMC_BLOCK_MINORS=32
|
|||||||
#
|
#
|
||||||
# MMC/SD/SDIO Host Controller Drivers
|
# MMC/SD/SDIO Host Controller Drivers
|
||||||
#
|
#
|
||||||
|
# CONFIG_MMC_DEBUG is not set
|
||||||
CONFIG_MMC_SDHCI=y
|
CONFIG_MMC_SDHCI=y
|
||||||
CONFIG_MMC_SDHCI_PCI=y
|
CONFIG_MMC_SDHCI_PCI=y
|
||||||
# CONFIG_MMC_RICOH_MMC is not set
|
# CONFIG_MMC_RICOH_MMC is not set
|
||||||
@ -4243,6 +4256,7 @@ CONFIG_LEDS_CLASS_FLASH=y
|
|||||||
#
|
#
|
||||||
# LED drivers
|
# LED drivers
|
||||||
#
|
#
|
||||||
|
# CONFIG_LEDS_AS3645A is not set
|
||||||
# CONFIG_LEDS_LM3530 is not set
|
# CONFIG_LEDS_LM3530 is not set
|
||||||
# CONFIG_LEDS_LM3642 is not set
|
# CONFIG_LEDS_LM3642 is not set
|
||||||
# CONFIG_LEDS_PCA9532 is not set
|
# CONFIG_LEDS_PCA9532 is not set
|
||||||
@ -4391,6 +4405,7 @@ CONFIG_DMADEVICES=y
|
|||||||
CONFIG_DMA_ENGINE=y
|
CONFIG_DMA_ENGINE=y
|
||||||
CONFIG_DMA_VIRTUAL_CHANNELS=m
|
CONFIG_DMA_VIRTUAL_CHANNELS=m
|
||||||
CONFIG_DMA_ACPI=y
|
CONFIG_DMA_ACPI=y
|
||||||
|
# CONFIG_ALTERA_MSGDMA is not set
|
||||||
CONFIG_INTEL_IDMA64=m
|
CONFIG_INTEL_IDMA64=m
|
||||||
CONFIG_INTEL_IOATDMA=m
|
CONFIG_INTEL_IOATDMA=m
|
||||||
# CONFIG_QCOM_HIDMA_MGMT is not set
|
# CONFIG_QCOM_HIDMA_MGMT is not set
|
||||||
@ -4442,6 +4457,7 @@ CONFIG_VIRTIO_MMIO=y
|
|||||||
# CONFIG_HYPERV is not set
|
# CONFIG_HYPERV is not set
|
||||||
# CONFIG_HYPERV_TSCPAGE is not set
|
# CONFIG_HYPERV_TSCPAGE is not set
|
||||||
CONFIG_STAGING=y
|
CONFIG_STAGING=y
|
||||||
|
# CONFIG_IRDA is not set
|
||||||
# CONFIG_PRISM2_USB is not set
|
# CONFIG_PRISM2_USB is not set
|
||||||
# CONFIG_COMEDI is not set
|
# CONFIG_COMEDI is not set
|
||||||
CONFIG_RTL8192U=m
|
CONFIG_RTL8192U=m
|
||||||
@ -4449,6 +4465,7 @@ CONFIG_RTL8192U=m
|
|||||||
CONFIG_RTL8723BS=m
|
CONFIG_RTL8723BS=m
|
||||||
CONFIG_R8712U=m
|
CONFIG_R8712U=m
|
||||||
# CONFIG_R8188EU is not set
|
# CONFIG_R8188EU is not set
|
||||||
|
# CONFIG_R8822BE is not set
|
||||||
CONFIG_RTS5208=y
|
CONFIG_RTS5208=y
|
||||||
# CONFIG_VT6655 is not set
|
# CONFIG_VT6655 is not set
|
||||||
CONFIG_VT6656=m
|
CONFIG_VT6656=m
|
||||||
@ -4585,6 +4602,10 @@ CONFIG_PCC=y
|
|||||||
# SOC (System On Chip) specific Drivers
|
# SOC (System On Chip) specific Drivers
|
||||||
#
|
#
|
||||||
|
|
||||||
|
#
|
||||||
|
# Amlogic SoC drivers
|
||||||
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
# Broadcom SoC drivers
|
# Broadcom SoC drivers
|
||||||
#
|
#
|
||||||
@ -4592,6 +4613,10 @@ CONFIG_PCC=y
|
|||||||
#
|
#
|
||||||
# i.MX SoC drivers
|
# i.MX SoC drivers
|
||||||
#
|
#
|
||||||
|
|
||||||
|
#
|
||||||
|
# Qualcomm SoC drivers
|
||||||
|
#
|
||||||
# CONFIG_SUNXI_SRAM is not set
|
# CONFIG_SUNXI_SRAM is not set
|
||||||
# CONFIG_SOC_TI is not set
|
# CONFIG_SOC_TI is not set
|
||||||
# CONFIG_PM_DEVFREQ is not set
|
# CONFIG_PM_DEVFREQ is not set
|
||||||
@ -4606,8 +4631,8 @@ CONFIG_ARM_GIC_MAX_NR=1
|
|||||||
CONFIG_RESET_CONTROLLER=y
|
CONFIG_RESET_CONTROLLER=y
|
||||||
# CONFIG_RESET_ATH79 is not set
|
# CONFIG_RESET_ATH79 is not set
|
||||||
# CONFIG_RESET_BERLIN is not set
|
# CONFIG_RESET_BERLIN is not set
|
||||||
# CONFIG_RESET_GEMINI is not set
|
|
||||||
# CONFIG_RESET_IMX7 is not set
|
# CONFIG_RESET_IMX7 is not set
|
||||||
|
# CONFIG_RESET_LANTIQ is not set
|
||||||
# CONFIG_RESET_LPC18XX is not set
|
# CONFIG_RESET_LPC18XX is not set
|
||||||
# CONFIG_RESET_MESON is not set
|
# CONFIG_RESET_MESON is not set
|
||||||
# CONFIG_RESET_PISTACHIO is not set
|
# CONFIG_RESET_PISTACHIO is not set
|
||||||
@ -4645,10 +4670,6 @@ CONFIG_THUNDERBOLT=m
|
|||||||
CONFIG_NVMEM=y
|
CONFIG_NVMEM=y
|
||||||
# CONFIG_STM is not set
|
# CONFIG_STM is not set
|
||||||
# CONFIG_INTEL_TH is not set
|
# CONFIG_INTEL_TH is not set
|
||||||
|
|
||||||
#
|
|
||||||
# FPGA Configuration Support
|
|
||||||
#
|
|
||||||
# CONFIG_FPGA is not set
|
# CONFIG_FPGA is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -4682,6 +4703,7 @@ CONFIG_EFI_RUNTIME_WRAPPERS=y
|
|||||||
# CONFIG_EFI_CAPSULE_LOADER is not set
|
# CONFIG_EFI_CAPSULE_LOADER is not set
|
||||||
# CONFIG_EFI_TEST is not set
|
# CONFIG_EFI_TEST is not set
|
||||||
CONFIG_APPLE_PROPERTIES=y
|
CONFIG_APPLE_PROPERTIES=y
|
||||||
|
# CONFIG_RESET_ATTACK_MITIGATION is not set
|
||||||
CONFIG_EFI_DEV_PATH_PARSER=y
|
CONFIG_EFI_DEV_PATH_PARSER=y
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -4823,6 +4845,7 @@ CONFIG_SQUASHFS_ZLIB=y
|
|||||||
CONFIG_SQUASHFS_LZ4=y
|
CONFIG_SQUASHFS_LZ4=y
|
||||||
CONFIG_SQUASHFS_LZO=y
|
CONFIG_SQUASHFS_LZO=y
|
||||||
CONFIG_SQUASHFS_XZ=y
|
CONFIG_SQUASHFS_XZ=y
|
||||||
|
CONFIG_SQUASHFS_ZSTD=y
|
||||||
# CONFIG_SQUASHFS_4K_DEVBLK_SIZE is not set
|
# CONFIG_SQUASHFS_4K_DEVBLK_SIZE is not set
|
||||||
# CONFIG_SQUASHFS_EMBEDDED is not set
|
# CONFIG_SQUASHFS_EMBEDDED is not set
|
||||||
CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3
|
CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3
|
||||||
@ -4959,8 +4982,7 @@ CONFIG_DEBUG_FS=y
|
|||||||
# CONFIG_HEADERS_CHECK is not set
|
# CONFIG_HEADERS_CHECK is not set
|
||||||
# CONFIG_DEBUG_SECTION_MISMATCH is not set
|
# CONFIG_DEBUG_SECTION_MISMATCH is not set
|
||||||
CONFIG_SECTION_MISMATCH_WARN_ONLY=y
|
CONFIG_SECTION_MISMATCH_WARN_ONLY=y
|
||||||
CONFIG_ARCH_WANT_FRAME_POINTERS=y
|
CONFIG_FRAME_POINTER=y
|
||||||
# CONFIG_FRAME_POINTER is not set
|
|
||||||
# CONFIG_STACK_VALIDATION is not set
|
# CONFIG_STACK_VALIDATION is not set
|
||||||
# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
|
# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
|
||||||
CONFIG_MAGIC_SYSRQ=y
|
CONFIG_MAGIC_SYSRQ=y
|
||||||
@ -5111,6 +5133,8 @@ CONFIG_FTRACE_MCOUNT_RECORD=y
|
|||||||
# CONFIG_RING_BUFFER_STARTUP_TEST is not set
|
# CONFIG_RING_BUFFER_STARTUP_TEST is not set
|
||||||
# CONFIG_TRACE_EVAL_MAP_FILE is not set
|
# CONFIG_TRACE_EVAL_MAP_FILE is not set
|
||||||
CONFIG_TRACING_EVENTS_GPIO=y
|
CONFIG_TRACING_EVENTS_GPIO=y
|
||||||
|
# CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set
|
||||||
|
# CONFIG_DMA_API_DEBUG is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Runtime Testing
|
# Runtime Testing
|
||||||
@ -5132,18 +5156,16 @@ CONFIG_TRACING_EVENTS_GPIO=y
|
|||||||
# CONFIG_TEST_UUID is not set
|
# CONFIG_TEST_UUID is not set
|
||||||
# CONFIG_TEST_RHASHTABLE is not set
|
# CONFIG_TEST_RHASHTABLE is not set
|
||||||
# CONFIG_TEST_HASH is not set
|
# CONFIG_TEST_HASH is not set
|
||||||
# CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set
|
|
||||||
# CONFIG_DMA_API_DEBUG is not set
|
|
||||||
# CONFIG_TEST_LKM is not set
|
# CONFIG_TEST_LKM is not set
|
||||||
# CONFIG_TEST_USER_COPY is not set
|
# CONFIG_TEST_USER_COPY is not set
|
||||||
# CONFIG_TEST_BPF is not set
|
# CONFIG_TEST_BPF is not set
|
||||||
# CONFIG_TEST_FIRMWARE is not set
|
# CONFIG_TEST_FIRMWARE is not set
|
||||||
# CONFIG_TEST_SYSCTL is not set
|
# CONFIG_TEST_SYSCTL is not set
|
||||||
# CONFIG_TEST_UDELAY is not set
|
# CONFIG_TEST_UDELAY is not set
|
||||||
# CONFIG_MEMTEST is not set
|
|
||||||
# CONFIG_TEST_STATIC_KEYS is not set
|
# CONFIG_TEST_STATIC_KEYS is not set
|
||||||
# CONFIG_BUG_ON_DATA_CORRUPTION is not set
|
|
||||||
# CONFIG_TEST_KMOD is not set
|
# CONFIG_TEST_KMOD is not set
|
||||||
|
# CONFIG_MEMTEST is not set
|
||||||
|
# CONFIG_BUG_ON_DATA_CORRUPTION is not set
|
||||||
# CONFIG_SAMPLES is not set
|
# CONFIG_SAMPLES is not set
|
||||||
CONFIG_HAVE_ARCH_KGDB=y
|
CONFIG_HAVE_ARCH_KGDB=y
|
||||||
# CONFIG_KGDB is not set
|
# CONFIG_KGDB is not set
|
||||||
@ -5181,6 +5203,9 @@ CONFIG_OPTIMIZE_INLINING=y
|
|||||||
# CONFIG_DEBUG_NMI_SELFTEST is not set
|
# CONFIG_DEBUG_NMI_SELFTEST is not set
|
||||||
CONFIG_X86_DEBUG_FPU=y
|
CONFIG_X86_DEBUG_FPU=y
|
||||||
# CONFIG_PUNIT_ATOM_DEBUG is not set
|
# CONFIG_PUNIT_ATOM_DEBUG is not set
|
||||||
|
CONFIG_FRAME_POINTER_UNWINDER=y
|
||||||
|
# CONFIG_ORC_UNWINDER is not set
|
||||||
|
# CONFIG_GUESS_UNWINDER is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Security options
|
# Security options
|
||||||
@ -5400,6 +5425,7 @@ CONFIG_CRC32_SLICEBY8=y
|
|||||||
# CONFIG_CRC7 is not set
|
# CONFIG_CRC7 is not set
|
||||||
CONFIG_LIBCRC32C=m
|
CONFIG_LIBCRC32C=m
|
||||||
# CONFIG_CRC8 is not set
|
# CONFIG_CRC8 is not set
|
||||||
|
CONFIG_XXHASH=y
|
||||||
# CONFIG_AUDIT_ARCH_COMPAT_GENERIC is not set
|
# CONFIG_AUDIT_ARCH_COMPAT_GENERIC is not set
|
||||||
# CONFIG_RANDOM32_SELFTEST is not set
|
# CONFIG_RANDOM32_SELFTEST is not set
|
||||||
CONFIG_ZLIB_INFLATE=y
|
CONFIG_ZLIB_INFLATE=y
|
||||||
@ -5407,6 +5433,8 @@ CONFIG_ZLIB_DEFLATE=y
|
|||||||
CONFIG_LZO_COMPRESS=y
|
CONFIG_LZO_COMPRESS=y
|
||||||
CONFIG_LZO_DECOMPRESS=y
|
CONFIG_LZO_DECOMPRESS=y
|
||||||
CONFIG_LZ4_DECOMPRESS=y
|
CONFIG_LZ4_DECOMPRESS=y
|
||||||
|
CONFIG_ZSTD_COMPRESS=y
|
||||||
|
CONFIG_ZSTD_DECOMPRESS=y
|
||||||
CONFIG_XZ_DEC=y
|
CONFIG_XZ_DEC=y
|
||||||
# CONFIG_XZ_DEC_X86 is not set
|
# CONFIG_XZ_DEC_X86 is not set
|
||||||
# CONFIG_XZ_DEC_POWERPC is not set
|
# CONFIG_XZ_DEC_POWERPC is not set
|
||||||
@ -5445,5 +5473,5 @@ CONFIG_SG_POOL=y
|
|||||||
CONFIG_ARCH_HAS_SG_CHAIN=y
|
CONFIG_ARCH_HAS_SG_CHAIN=y
|
||||||
CONFIG_ARCH_HAS_PMEM_API=y
|
CONFIG_ARCH_HAS_PMEM_API=y
|
||||||
CONFIG_ARCH_HAS_UACCESS_FLUSHCACHE=y
|
CONFIG_ARCH_HAS_UACCESS_FLUSHCACHE=y
|
||||||
CONFIG_ARCH_HAS_MMIO_FLUSH=y
|
|
||||||
CONFIG_SBITMAP=y
|
CONFIG_SBITMAP=y
|
||||||
|
# CONFIG_STRING_SELFTEST is not set
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/arm 4.13.8 Kernel Configuration
|
# Linux/arm 4.14.0-rc5 Kernel Configuration
|
||||||
#
|
#
|
||||||
CONFIG_ARM=y
|
CONFIG_ARM=y
|
||||||
CONFIG_ARM_HAS_SG_CHAIN=y
|
CONFIG_ARM_HAS_SG_CHAIN=y
|
||||||
@ -169,6 +169,7 @@ CONFIG_BUG=y
|
|||||||
CONFIG_ELF_CORE=y
|
CONFIG_ELF_CORE=y
|
||||||
CONFIG_BASE_FULL=y
|
CONFIG_BASE_FULL=y
|
||||||
CONFIG_FUTEX=y
|
CONFIG_FUTEX=y
|
||||||
|
CONFIG_FUTEX_PI=y
|
||||||
CONFIG_EPOLL=y
|
CONFIG_EPOLL=y
|
||||||
CONFIG_SIGNALFD=y
|
CONFIG_SIGNALFD=y
|
||||||
CONFIG_TIMERFD=y
|
CONFIG_TIMERFD=y
|
||||||
@ -197,6 +198,7 @@ CONFIG_SLUB=y
|
|||||||
# CONFIG_SLOB is not set
|
# CONFIG_SLOB is not set
|
||||||
CONFIG_SLAB_MERGE_DEFAULT=y
|
CONFIG_SLAB_MERGE_DEFAULT=y
|
||||||
# CONFIG_SLAB_FREELIST_RANDOM is not set
|
# CONFIG_SLAB_FREELIST_RANDOM is not set
|
||||||
|
# CONFIG_SLAB_FREELIST_HARDENED is not set
|
||||||
# CONFIG_SYSTEM_DATA_VERIFICATION is not set
|
# CONFIG_SYSTEM_DATA_VERIFICATION is not set
|
||||||
# CONFIG_PROFILING is not set
|
# CONFIG_PROFILING is not set
|
||||||
CONFIG_TRACEPOINTS=y
|
CONFIG_TRACEPOINTS=y
|
||||||
@ -566,7 +568,6 @@ CONFIG_CPU_FREQ_GOV_ONDEMAND=y
|
|||||||
# CPU frequency scaling drivers
|
# CPU frequency scaling drivers
|
||||||
#
|
#
|
||||||
# CONFIG_CPUFREQ_DT is not set
|
# CONFIG_CPUFREQ_DT is not set
|
||||||
# CONFIG_ARM_DB8500_CPUFREQ is not set
|
|
||||||
# CONFIG_ARM_KIRKWOOD_CPUFREQ is not set
|
# CONFIG_ARM_KIRKWOOD_CPUFREQ is not set
|
||||||
CONFIG_ARM_BCM2835_CPUFREQ=y
|
CONFIG_ARM_BCM2835_CPUFREQ=y
|
||||||
# CONFIG_QORIQ_CPUFREQ is not set
|
# CONFIG_QORIQ_CPUFREQ is not set
|
||||||
@ -713,7 +714,6 @@ CONFIG_IPV6_NDISC_NODETYPE=y
|
|||||||
# CONFIG_NET_PTP_CLASSIFY is not set
|
# CONFIG_NET_PTP_CLASSIFY is not set
|
||||||
# CONFIG_NETWORK_PHY_TIMESTAMPING is not set
|
# CONFIG_NETWORK_PHY_TIMESTAMPING is not set
|
||||||
CONFIG_NETFILTER=y
|
CONFIG_NETFILTER=y
|
||||||
# CONFIG_NETFILTER_DEBUG is not set
|
|
||||||
CONFIG_NETFILTER_ADVANCED=y
|
CONFIG_NETFILTER_ADVANCED=y
|
||||||
CONFIG_BRIDGE_NETFILTER=m
|
CONFIG_BRIDGE_NETFILTER=m
|
||||||
|
|
||||||
@ -983,6 +983,7 @@ CONFIG_DNS_RESOLVER=y
|
|||||||
# CONFIG_VSOCKETS is not set
|
# CONFIG_VSOCKETS is not set
|
||||||
# CONFIG_NETLINK_DIAG is not set
|
# CONFIG_NETLINK_DIAG is not set
|
||||||
# CONFIG_MPLS is not set
|
# CONFIG_MPLS is not set
|
||||||
|
# CONFIG_NET_NSH is not set
|
||||||
# CONFIG_HSR is not set
|
# CONFIG_HSR is not set
|
||||||
# CONFIG_NET_SWITCHDEV is not set
|
# CONFIG_NET_SWITCHDEV is not set
|
||||||
# CONFIG_NET_L3_MASTER_DEV is not set
|
# CONFIG_NET_L3_MASTER_DEV is not set
|
||||||
@ -1001,7 +1002,6 @@ CONFIG_BQL=y
|
|||||||
# CONFIG_NET_DROP_MONITOR is not set
|
# CONFIG_NET_DROP_MONITOR is not set
|
||||||
# CONFIG_HAMRADIO is not set
|
# CONFIG_HAMRADIO is not set
|
||||||
# CONFIG_CAN is not set
|
# CONFIG_CAN is not set
|
||||||
# CONFIG_IRDA is not set
|
|
||||||
CONFIG_BT=m
|
CONFIG_BT=m
|
||||||
CONFIG_BT_BREDR=y
|
CONFIG_BT_BREDR=y
|
||||||
CONFIG_BT_RFCOMM=m
|
CONFIG_BT_RFCOMM=m
|
||||||
@ -1030,7 +1030,6 @@ CONFIG_BT_HCIUART_H4=y
|
|||||||
# CONFIG_BT_HCIUART_ATH3K is not set
|
# CONFIG_BT_HCIUART_ATH3K is not set
|
||||||
CONFIG_BT_HCIUART_3WIRE=y
|
CONFIG_BT_HCIUART_3WIRE=y
|
||||||
# CONFIG_BT_HCIUART_INTEL is not set
|
# CONFIG_BT_HCIUART_INTEL is not set
|
||||||
CONFIG_BT_HCIUART_BCM=y
|
|
||||||
# CONFIG_BT_HCIUART_QCA is not set
|
# CONFIG_BT_HCIUART_QCA is not set
|
||||||
# CONFIG_BT_HCIUART_AG6XX is not set
|
# CONFIG_BT_HCIUART_AG6XX is not set
|
||||||
# CONFIG_BT_HCIUART_MRVL is not set
|
# CONFIG_BT_HCIUART_MRVL is not set
|
||||||
@ -1088,7 +1087,7 @@ CONFIG_DST_CACHE=y
|
|||||||
CONFIG_GRO_CELLS=y
|
CONFIG_GRO_CELLS=y
|
||||||
# CONFIG_NET_DEVLINK is not set
|
# CONFIG_NET_DEVLINK is not set
|
||||||
CONFIG_MAY_USE_DEVLINK=y
|
CONFIG_MAY_USE_DEVLINK=y
|
||||||
CONFIG_HAVE_CBPF_JIT=y
|
CONFIG_HAVE_EBPF_JIT=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# Device Drivers
|
# Device Drivers
|
||||||
@ -1367,6 +1366,7 @@ CONFIG_MICROCHIP_PHY=m
|
|||||||
# CONFIG_NATIONAL_PHY is not set
|
# CONFIG_NATIONAL_PHY is not set
|
||||||
# CONFIG_QSEMI_PHY is not set
|
# CONFIG_QSEMI_PHY is not set
|
||||||
# CONFIG_REALTEK_PHY is not set
|
# CONFIG_REALTEK_PHY is not set
|
||||||
|
# CONFIG_ROCKCHIP_PHY is not set
|
||||||
# CONFIG_SMSC_PHY is not set
|
# CONFIG_SMSC_PHY is not set
|
||||||
# CONFIG_STE10XP is not set
|
# CONFIG_STE10XP is not set
|
||||||
# CONFIG_TERANETICS_PHY is not set
|
# CONFIG_TERANETICS_PHY is not set
|
||||||
@ -1696,6 +1696,8 @@ CONFIG_INPUT_MISC=y
|
|||||||
# CONFIG_INPUT_REGULATOR_HAPTIC is not set
|
# CONFIG_INPUT_REGULATOR_HAPTIC is not set
|
||||||
CONFIG_INPUT_UINPUT=y
|
CONFIG_INPUT_UINPUT=y
|
||||||
# CONFIG_INPUT_PCF8574 is not set
|
# CONFIG_INPUT_PCF8574 is not set
|
||||||
|
# CONFIG_INPUT_PWM_BEEPER is not set
|
||||||
|
# CONFIG_INPUT_PWM_VIBRA is not set
|
||||||
# CONFIG_INPUT_GPIO_ROTARY_ENCODER is not set
|
# CONFIG_INPUT_GPIO_ROTARY_ENCODER is not set
|
||||||
# CONFIG_INPUT_ADXL34X is not set
|
# CONFIG_INPUT_ADXL34X is not set
|
||||||
# CONFIG_INPUT_IMS_PCU is not set
|
# CONFIG_INPUT_IMS_PCU is not set
|
||||||
@ -1728,6 +1730,7 @@ CONFIG_SERIO_SERPORT=y
|
|||||||
# CONFIG_SERIO_PS2MULT is not set
|
# CONFIG_SERIO_PS2MULT is not set
|
||||||
# CONFIG_SERIO_ARC_PS2 is not set
|
# CONFIG_SERIO_ARC_PS2 is not set
|
||||||
# CONFIG_SERIO_APBPS2 is not set
|
# CONFIG_SERIO_APBPS2 is not set
|
||||||
|
# CONFIG_SERIO_GPIO_PS2 is not set
|
||||||
# CONFIG_USERIO is not set
|
# CONFIG_USERIO is not set
|
||||||
# CONFIG_GAMEPORT is not set
|
# CONFIG_GAMEPORT is not set
|
||||||
|
|
||||||
@ -1933,6 +1936,7 @@ CONFIG_PINCTRL_BCM2835=y
|
|||||||
CONFIG_ARCH_HAVE_CUSTOM_GPIO_H=y
|
CONFIG_ARCH_HAVE_CUSTOM_GPIO_H=y
|
||||||
CONFIG_GPIOLIB=y
|
CONFIG_GPIOLIB=y
|
||||||
CONFIG_OF_GPIO=y
|
CONFIG_OF_GPIO=y
|
||||||
|
CONFIG_GPIOLIB_IRQCHIP=y
|
||||||
# CONFIG_DEBUG_GPIO is not set
|
# CONFIG_DEBUG_GPIO is not set
|
||||||
CONFIG_GPIO_SYSFS=y
|
CONFIG_GPIO_SYSFS=y
|
||||||
|
|
||||||
@ -2003,6 +2007,7 @@ CONFIG_W1_SLAVE_THERM=m
|
|||||||
# CONFIG_W1_SLAVE_DS2413 is not set
|
# CONFIG_W1_SLAVE_DS2413 is not set
|
||||||
# CONFIG_W1_SLAVE_DS2406 is not set
|
# CONFIG_W1_SLAVE_DS2406 is not set
|
||||||
# CONFIG_W1_SLAVE_DS2423 is not set
|
# CONFIG_W1_SLAVE_DS2423 is not set
|
||||||
|
# CONFIG_W1_SLAVE_DS2805 is not set
|
||||||
# CONFIG_W1_SLAVE_DS2431 is not set
|
# CONFIG_W1_SLAVE_DS2431 is not set
|
||||||
# CONFIG_W1_SLAVE_DS2433 is not set
|
# CONFIG_W1_SLAVE_DS2433 is not set
|
||||||
# CONFIG_W1_SLAVE_DS2438 is not set
|
# CONFIG_W1_SLAVE_DS2438 is not set
|
||||||
@ -2010,7 +2015,6 @@ CONFIG_W1_SLAVE_THERM=m
|
|||||||
# CONFIG_W1_SLAVE_DS2780 is not set
|
# CONFIG_W1_SLAVE_DS2780 is not set
|
||||||
# CONFIG_W1_SLAVE_DS2781 is not set
|
# CONFIG_W1_SLAVE_DS2781 is not set
|
||||||
# CONFIG_W1_SLAVE_DS28E04 is not set
|
# CONFIG_W1_SLAVE_DS28E04 is not set
|
||||||
# CONFIG_W1_SLAVE_BQ27000 is not set
|
|
||||||
# CONFIG_POWER_AVS is not set
|
# CONFIG_POWER_AVS is not set
|
||||||
CONFIG_POWER_RESET=y
|
CONFIG_POWER_RESET=y
|
||||||
# CONFIG_POWER_RESET_BRCMKONA is not set
|
# CONFIG_POWER_RESET_BRCMKONA is not set
|
||||||
@ -2032,6 +2036,7 @@ CONFIG_POWER_SUPPLY=y
|
|||||||
# CONFIG_BATTERY_BQ27XXX is not set
|
# CONFIG_BATTERY_BQ27XXX is not set
|
||||||
# CONFIG_BATTERY_MAX17040 is not set
|
# CONFIG_BATTERY_MAX17040 is not set
|
||||||
# CONFIG_BATTERY_MAX17042 is not set
|
# CONFIG_BATTERY_MAX17042 is not set
|
||||||
|
# CONFIG_BATTERY_MAX1721X is not set
|
||||||
# CONFIG_CHARGER_MAX8903 is not set
|
# CONFIG_CHARGER_MAX8903 is not set
|
||||||
# CONFIG_CHARGER_LP8727 is not set
|
# CONFIG_CHARGER_LP8727 is not set
|
||||||
# CONFIG_CHARGER_GPIO is not set
|
# CONFIG_CHARGER_GPIO is not set
|
||||||
@ -2134,6 +2139,7 @@ CONFIG_HWMON=y
|
|||||||
# CONFIG_SENSORS_NCT7904 is not set
|
# CONFIG_SENSORS_NCT7904 is not set
|
||||||
# CONFIG_SENSORS_PCF8591 is not set
|
# CONFIG_SENSORS_PCF8591 is not set
|
||||||
# CONFIG_PMBUS is not set
|
# CONFIG_PMBUS is not set
|
||||||
|
# CONFIG_SENSORS_PWM_FAN is not set
|
||||||
# CONFIG_SENSORS_SHT15 is not set
|
# CONFIG_SENSORS_SHT15 is not set
|
||||||
# CONFIG_SENSORS_SHT21 is not set
|
# CONFIG_SENSORS_SHT21 is not set
|
||||||
# CONFIG_SENSORS_SHT3x is not set
|
# CONFIG_SENSORS_SHT3x is not set
|
||||||
@ -2243,10 +2249,6 @@ CONFIG_SSB_SDIOHOST_POSSIBLE=y
|
|||||||
# CONFIG_SSB_DEBUG is not set
|
# CONFIG_SSB_DEBUG is not set
|
||||||
# CONFIG_SSB_DRIVER_GPIO is not set
|
# CONFIG_SSB_DRIVER_GPIO is not set
|
||||||
CONFIG_BCMA_POSSIBLE=y
|
CONFIG_BCMA_POSSIBLE=y
|
||||||
|
|
||||||
#
|
|
||||||
# Broadcom specific AMBA
|
|
||||||
#
|
|
||||||
CONFIG_BCMA=m
|
CONFIG_BCMA=m
|
||||||
CONFIG_BCMA_BLOCKIO=y
|
CONFIG_BCMA_BLOCKIO=y
|
||||||
# CONFIG_BCMA_HOST_SOC is not set
|
# CONFIG_BCMA_HOST_SOC is not set
|
||||||
@ -2267,6 +2269,7 @@ CONFIG_MFD_CORE=y
|
|||||||
# CONFIG_MFD_ATMEL_FLEXCOM is not set
|
# CONFIG_MFD_ATMEL_FLEXCOM is not set
|
||||||
# CONFIG_MFD_ATMEL_HLCDC is not set
|
# CONFIG_MFD_ATMEL_HLCDC is not set
|
||||||
# CONFIG_MFD_BCM590XX is not set
|
# CONFIG_MFD_BCM590XX is not set
|
||||||
|
# CONFIG_MFD_BD9571MWV is not set
|
||||||
# CONFIG_MFD_AXP20X_I2C is not set
|
# CONFIG_MFD_AXP20X_I2C is not set
|
||||||
# CONFIG_MFD_CROS_EC is not set
|
# CONFIG_MFD_CROS_EC is not set
|
||||||
# CONFIG_MFD_ASIC3 is not set
|
# CONFIG_MFD_ASIC3 is not set
|
||||||
@ -2389,6 +2392,7 @@ CONFIG_REGULATOR_ARIZONA_MICSUPP=m
|
|||||||
# CONFIG_REGULATOR_PV88060 is not set
|
# CONFIG_REGULATOR_PV88060 is not set
|
||||||
# CONFIG_REGULATOR_PV88080 is not set
|
# CONFIG_REGULATOR_PV88080 is not set
|
||||||
# CONFIG_REGULATOR_PV88090 is not set
|
# CONFIG_REGULATOR_PV88090 is not set
|
||||||
|
# CONFIG_REGULATOR_PWM is not set
|
||||||
# CONFIG_REGULATOR_TPS51632 is not set
|
# CONFIG_REGULATOR_TPS51632 is not set
|
||||||
# CONFIG_REGULATOR_TPS62360 is not set
|
# CONFIG_REGULATOR_TPS62360 is not set
|
||||||
# CONFIG_REGULATOR_TPS65023 is not set
|
# CONFIG_REGULATOR_TPS65023 is not set
|
||||||
@ -2396,40 +2400,6 @@ CONFIG_REGULATOR_ARIZONA_MICSUPP=m
|
|||||||
# CONFIG_REGULATOR_TPS65132 is not set
|
# CONFIG_REGULATOR_TPS65132 is not set
|
||||||
# CONFIG_REGULATOR_TPS6524X is not set
|
# CONFIG_REGULATOR_TPS6524X is not set
|
||||||
# CONFIG_REGULATOR_VCTRL is not set
|
# CONFIG_REGULATOR_VCTRL is not set
|
||||||
CONFIG_MEDIA_SUPPORT=m
|
|
||||||
|
|
||||||
#
|
|
||||||
# Multimedia core support
|
|
||||||
#
|
|
||||||
CONFIG_MEDIA_CAMERA_SUPPORT=y
|
|
||||||
CONFIG_MEDIA_ANALOG_TV_SUPPORT=y
|
|
||||||
CONFIG_MEDIA_DIGITAL_TV_SUPPORT=y
|
|
||||||
CONFIG_MEDIA_RADIO_SUPPORT=y
|
|
||||||
# CONFIG_MEDIA_SDR_SUPPORT is not set
|
|
||||||
CONFIG_MEDIA_RC_SUPPORT=y
|
|
||||||
# CONFIG_MEDIA_CEC_SUPPORT is not set
|
|
||||||
# CONFIG_MEDIA_CONTROLLER is not set
|
|
||||||
CONFIG_VIDEO_DEV=m
|
|
||||||
CONFIG_VIDEO_V4L2=m
|
|
||||||
# CONFIG_VIDEO_ADV_DEBUG is not set
|
|
||||||
# CONFIG_VIDEO_FIXED_MINOR_RANGES is not set
|
|
||||||
CONFIG_VIDEO_TUNER=m
|
|
||||||
CONFIG_VIDEOBUF_GEN=m
|
|
||||||
CONFIG_VIDEOBUF_VMALLOC=m
|
|
||||||
CONFIG_VIDEOBUF_DVB=m
|
|
||||||
CONFIG_VIDEOBUF2_CORE=m
|
|
||||||
CONFIG_VIDEOBUF2_MEMOPS=m
|
|
||||||
CONFIG_VIDEOBUF2_VMALLOC=m
|
|
||||||
CONFIG_DVB_CORE=m
|
|
||||||
CONFIG_DVB_NET=y
|
|
||||||
CONFIG_TTPCI_EEPROM=m
|
|
||||||
CONFIG_DVB_MAX_ADAPTERS=8
|
|
||||||
# CONFIG_DVB_DYNAMIC_MINORS is not set
|
|
||||||
# CONFIG_DVB_DEMUX_SECTION_LOSS_LOG is not set
|
|
||||||
|
|
||||||
#
|
|
||||||
# Media drivers
|
|
||||||
#
|
|
||||||
CONFIG_RC_CORE=m
|
CONFIG_RC_CORE=m
|
||||||
CONFIG_RC_MAP=m
|
CONFIG_RC_MAP=m
|
||||||
CONFIG_RC_DECODERS=y
|
CONFIG_RC_DECODERS=y
|
||||||
@ -2457,8 +2427,43 @@ CONFIG_IR_IGUANA=m
|
|||||||
CONFIG_IR_TTUSBIR=m
|
CONFIG_IR_TTUSBIR=m
|
||||||
# CONFIG_RC_LOOPBACK is not set
|
# CONFIG_RC_LOOPBACK is not set
|
||||||
CONFIG_IR_GPIO_CIR=m
|
CONFIG_IR_GPIO_CIR=m
|
||||||
|
CONFIG_IR_GPIO_TX=m
|
||||||
|
CONFIG_IR_PWM_TX=m
|
||||||
# CONFIG_IR_SERIAL is not set
|
# CONFIG_IR_SERIAL is not set
|
||||||
# CONFIG_IR_SIR is not set
|
# CONFIG_IR_SIR is not set
|
||||||
|
CONFIG_MEDIA_SUPPORT=m
|
||||||
|
|
||||||
|
#
|
||||||
|
# Multimedia core support
|
||||||
|
#
|
||||||
|
CONFIG_MEDIA_CAMERA_SUPPORT=y
|
||||||
|
CONFIG_MEDIA_ANALOG_TV_SUPPORT=y
|
||||||
|
CONFIG_MEDIA_DIGITAL_TV_SUPPORT=y
|
||||||
|
CONFIG_MEDIA_RADIO_SUPPORT=y
|
||||||
|
# CONFIG_MEDIA_SDR_SUPPORT is not set
|
||||||
|
# CONFIG_MEDIA_CEC_SUPPORT is not set
|
||||||
|
# CONFIG_MEDIA_CONTROLLER is not set
|
||||||
|
CONFIG_VIDEO_DEV=m
|
||||||
|
CONFIG_VIDEO_V4L2=m
|
||||||
|
# CONFIG_VIDEO_ADV_DEBUG is not set
|
||||||
|
# CONFIG_VIDEO_FIXED_MINOR_RANGES is not set
|
||||||
|
CONFIG_VIDEO_TUNER=m
|
||||||
|
CONFIG_VIDEOBUF_GEN=m
|
||||||
|
CONFIG_VIDEOBUF_VMALLOC=m
|
||||||
|
CONFIG_VIDEOBUF_DVB=m
|
||||||
|
CONFIG_VIDEOBUF2_CORE=m
|
||||||
|
CONFIG_VIDEOBUF2_MEMOPS=m
|
||||||
|
CONFIG_VIDEOBUF2_VMALLOC=m
|
||||||
|
CONFIG_DVB_CORE=m
|
||||||
|
CONFIG_DVB_NET=y
|
||||||
|
CONFIG_TTPCI_EEPROM=m
|
||||||
|
CONFIG_DVB_MAX_ADAPTERS=8
|
||||||
|
# CONFIG_DVB_DYNAMIC_MINORS is not set
|
||||||
|
# CONFIG_DVB_DEMUX_SECTION_LOSS_LOG is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# Media drivers
|
||||||
|
#
|
||||||
CONFIG_MEDIA_USB_SUPPORT=y
|
CONFIG_MEDIA_USB_SUPPORT=y
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -2874,6 +2879,7 @@ CONFIG_DRM_PANEL_BRIDGE=y
|
|||||||
# CONFIG_DRM_I2C_ADV7511 is not set
|
# CONFIG_DRM_I2C_ADV7511 is not set
|
||||||
# CONFIG_DRM_STI is not set
|
# CONFIG_DRM_STI is not set
|
||||||
CONFIG_DRM_VC4=m
|
CONFIG_DRM_VC4=m
|
||||||
|
# CONFIG_DRM_VC4_HDMI_CEC is not set
|
||||||
# CONFIG_DRM_ARCPGU is not set
|
# CONFIG_DRM_ARCPGU is not set
|
||||||
# CONFIG_DRM_MXSFB is not set
|
# CONFIG_DRM_MXSFB is not set
|
||||||
# CONFIG_DRM_TINYDRM is not set
|
# CONFIG_DRM_TINYDRM is not set
|
||||||
@ -2941,11 +2947,14 @@ CONFIG_LCD_CLASS_DEVICE=y
|
|||||||
# CONFIG_LCD_HX8357 is not set
|
# CONFIG_LCD_HX8357 is not set
|
||||||
CONFIG_BACKLIGHT_CLASS_DEVICE=y
|
CONFIG_BACKLIGHT_CLASS_DEVICE=y
|
||||||
# CONFIG_BACKLIGHT_GENERIC is not set
|
# CONFIG_BACKLIGHT_GENERIC is not set
|
||||||
|
# CONFIG_BACKLIGHT_PWM is not set
|
||||||
CONFIG_BACKLIGHT_RPI=y
|
CONFIG_BACKLIGHT_RPI=y
|
||||||
# CONFIG_BACKLIGHT_PM8941_WLED is not set
|
# CONFIG_BACKLIGHT_PM8941_WLED is not set
|
||||||
# CONFIG_BACKLIGHT_ADP8860 is not set
|
# CONFIG_BACKLIGHT_ADP8860 is not set
|
||||||
# CONFIG_BACKLIGHT_ADP8870 is not set
|
# CONFIG_BACKLIGHT_ADP8870 is not set
|
||||||
|
# CONFIG_BACKLIGHT_LM3630A is not set
|
||||||
# CONFIG_BACKLIGHT_LM3639 is not set
|
# CONFIG_BACKLIGHT_LM3639 is not set
|
||||||
|
# CONFIG_BACKLIGHT_LP855X is not set
|
||||||
CONFIG_BACKLIGHT_GPIO=y
|
CONFIG_BACKLIGHT_GPIO=y
|
||||||
# CONFIG_BACKLIGHT_LV5207LP is not set
|
# CONFIG_BACKLIGHT_LV5207LP is not set
|
||||||
# CONFIG_BACKLIGHT_BD6107 is not set
|
# CONFIG_BACKLIGHT_BD6107 is not set
|
||||||
@ -3099,6 +3108,7 @@ CONFIG_SND_SOC_CS4265=m
|
|||||||
# CONFIG_SND_SOC_CS4271_SPI is not set
|
# CONFIG_SND_SOC_CS4271_SPI is not set
|
||||||
CONFIG_SND_SOC_CS42XX8=m
|
CONFIG_SND_SOC_CS42XX8=m
|
||||||
CONFIG_SND_SOC_CS42XX8_I2C=m
|
CONFIG_SND_SOC_CS42XX8_I2C=m
|
||||||
|
# CONFIG_SND_SOC_CS43130 is not set
|
||||||
# CONFIG_SND_SOC_CS4349 is not set
|
# CONFIG_SND_SOC_CS4349 is not set
|
||||||
# CONFIG_SND_SOC_CS53L30 is not set
|
# CONFIG_SND_SOC_CS53L30 is not set
|
||||||
# CONFIG_SND_SOC_DIO2125 is not set
|
# CONFIG_SND_SOC_DIO2125 is not set
|
||||||
@ -3149,6 +3159,7 @@ CONFIG_SND_SOC_TAS5713=m
|
|||||||
CONFIG_SND_SOC_WM5102=m
|
CONFIG_SND_SOC_WM5102=m
|
||||||
# CONFIG_SND_SOC_WM8510 is not set
|
# CONFIG_SND_SOC_WM8510 is not set
|
||||||
# CONFIG_SND_SOC_WM8523 is not set
|
# CONFIG_SND_SOC_WM8523 is not set
|
||||||
|
# CONFIG_SND_SOC_WM8524 is not set
|
||||||
# CONFIG_SND_SOC_WM8580 is not set
|
# CONFIG_SND_SOC_WM8580 is not set
|
||||||
# CONFIG_SND_SOC_WM8711 is not set
|
# CONFIG_SND_SOC_WM8711 is not set
|
||||||
# CONFIG_SND_SOC_WM8728 is not set
|
# CONFIG_SND_SOC_WM8728 is not set
|
||||||
@ -3474,7 +3485,6 @@ CONFIG_USB_SERIAL_PL2303=m
|
|||||||
# CONFIG_USB_ULPI_BUS is not set
|
# CONFIG_USB_ULPI_BUS is not set
|
||||||
# CONFIG_UWB is not set
|
# CONFIG_UWB is not set
|
||||||
CONFIG_MMC=y
|
CONFIG_MMC=y
|
||||||
# CONFIG_MMC_DEBUG is not set
|
|
||||||
CONFIG_PWRSEQ_EMMC=y
|
CONFIG_PWRSEQ_EMMC=y
|
||||||
CONFIG_PWRSEQ_SIMPLE=y
|
CONFIG_PWRSEQ_SIMPLE=y
|
||||||
CONFIG_MMC_BLOCK=y
|
CONFIG_MMC_BLOCK=y
|
||||||
@ -3489,6 +3499,7 @@ CONFIG_MMC_BCM2835_MMC=y
|
|||||||
CONFIG_MMC_BCM2835_DMA=y
|
CONFIG_MMC_BCM2835_DMA=y
|
||||||
CONFIG_MMC_BCM2835_PIO_DMA_BARRIER=2
|
CONFIG_MMC_BCM2835_PIO_DMA_BARRIER=2
|
||||||
CONFIG_MMC_BCM2835_SDHOST=y
|
CONFIG_MMC_BCM2835_SDHOST=y
|
||||||
|
# CONFIG_MMC_DEBUG is not set
|
||||||
# CONFIG_MMC_ARMMMCI is not set
|
# CONFIG_MMC_ARMMMCI is not set
|
||||||
CONFIG_MMC_SDHCI=y
|
CONFIG_MMC_SDHCI=y
|
||||||
CONFIG_MMC_SDHCI_PLTFM=y
|
CONFIG_MMC_SDHCI_PLTFM=y
|
||||||
@ -3516,6 +3527,7 @@ CONFIG_LEDS_CLASS_FLASH=y
|
|||||||
# LED drivers
|
# LED drivers
|
||||||
#
|
#
|
||||||
# CONFIG_LEDS_AAT1290 is not set
|
# CONFIG_LEDS_AAT1290 is not set
|
||||||
|
# CONFIG_LEDS_AS3645A is not set
|
||||||
# CONFIG_LEDS_BCM6328 is not set
|
# CONFIG_LEDS_BCM6328 is not set
|
||||||
# CONFIG_LEDS_BCM6358 is not set
|
# CONFIG_LEDS_BCM6358 is not set
|
||||||
# CONFIG_LEDS_LM3530 is not set
|
# CONFIG_LEDS_LM3530 is not set
|
||||||
@ -3532,6 +3544,7 @@ CONFIG_LEDS_GPIO=y
|
|||||||
# CONFIG_LEDS_PCA955X is not set
|
# CONFIG_LEDS_PCA955X is not set
|
||||||
# CONFIG_LEDS_PCA963X is not set
|
# CONFIG_LEDS_PCA963X is not set
|
||||||
# CONFIG_LEDS_DAC124S085 is not set
|
# CONFIG_LEDS_DAC124S085 is not set
|
||||||
|
# CONFIG_LEDS_PWM is not set
|
||||||
# CONFIG_LEDS_REGULATOR is not set
|
# CONFIG_LEDS_REGULATOR is not set
|
||||||
# CONFIG_LEDS_BD2802 is not set
|
# CONFIG_LEDS_BD2802 is not set
|
||||||
# CONFIG_LEDS_LT3593 is not set
|
# CONFIG_LEDS_LT3593 is not set
|
||||||
@ -3687,6 +3700,7 @@ CONFIG_DMADEVICES=y
|
|||||||
CONFIG_DMA_ENGINE=y
|
CONFIG_DMA_ENGINE=y
|
||||||
CONFIG_DMA_VIRTUAL_CHANNELS=y
|
CONFIG_DMA_VIRTUAL_CHANNELS=y
|
||||||
CONFIG_DMA_OF=y
|
CONFIG_DMA_OF=y
|
||||||
|
# CONFIG_ALTERA_MSGDMA is not set
|
||||||
# CONFIG_AMBA_PL08X is not set
|
# CONFIG_AMBA_PL08X is not set
|
||||||
CONFIG_DMA_BCM2835=y
|
CONFIG_DMA_BCM2835=y
|
||||||
# CONFIG_FSL_EDMA is not set
|
# CONFIG_FSL_EDMA is not set
|
||||||
@ -3723,6 +3737,7 @@ CONFIG_SYNC_FILE=y
|
|||||||
#
|
#
|
||||||
# CONFIG_HYPERV_TSCPAGE is not set
|
# CONFIG_HYPERV_TSCPAGE is not set
|
||||||
CONFIG_STAGING=y
|
CONFIG_STAGING=y
|
||||||
|
# CONFIG_IRDA is not set
|
||||||
# CONFIG_PRISM2_USB is not set
|
# CONFIG_PRISM2_USB is not set
|
||||||
# CONFIG_COMEDI is not set
|
# CONFIG_COMEDI is not set
|
||||||
# CONFIG_RTLLIB is not set
|
# CONFIG_RTLLIB is not set
|
||||||
@ -3762,6 +3777,7 @@ CONFIG_SND_BCM2835=m
|
|||||||
# USB Power Delivery and Type-C drivers
|
# USB Power Delivery and Type-C drivers
|
||||||
#
|
#
|
||||||
# CONFIG_TYPEC_TCPM is not set
|
# CONFIG_TYPEC_TCPM is not set
|
||||||
|
# CONFIG_PI433 is not set
|
||||||
# CONFIG_GOLDFISH is not set
|
# CONFIG_GOLDFISH is not set
|
||||||
# CONFIG_CHROME_PLATFORMS is not set
|
# CONFIG_CHROME_PLATFORMS is not set
|
||||||
CONFIG_CLKDEV_LOOKUP=y
|
CONFIG_CLKDEV_LOOKUP=y
|
||||||
@ -3771,6 +3787,7 @@ CONFIG_COMMON_CLK=y
|
|||||||
#
|
#
|
||||||
# Common Clock Framework
|
# Common Clock Framework
|
||||||
#
|
#
|
||||||
|
# CONFIG_CLK_HSDK is not set
|
||||||
# CONFIG_COMMON_CLK_SI5351 is not set
|
# CONFIG_COMMON_CLK_SI5351 is not set
|
||||||
# CONFIG_COMMON_CLK_SI514 is not set
|
# CONFIG_COMMON_CLK_SI514 is not set
|
||||||
# CONFIG_COMMON_CLK_SI570 is not set
|
# CONFIG_COMMON_CLK_SI570 is not set
|
||||||
@ -3779,6 +3796,7 @@ CONFIG_COMMON_CLK=y
|
|||||||
# CONFIG_COMMON_CLK_CS2000_CP is not set
|
# CONFIG_COMMON_CLK_CS2000_CP is not set
|
||||||
# CONFIG_CLK_QORIQ is not set
|
# CONFIG_CLK_QORIQ is not set
|
||||||
# CONFIG_COMMON_CLK_NXP is not set
|
# CONFIG_COMMON_CLK_NXP is not set
|
||||||
|
# CONFIG_COMMON_CLK_PWM is not set
|
||||||
# CONFIG_COMMON_CLK_PXA is not set
|
# CONFIG_COMMON_CLK_PXA is not set
|
||||||
# CONFIG_COMMON_CLK_PIC32 is not set
|
# CONFIG_COMMON_CLK_PIC32 is not set
|
||||||
# CONFIG_COMMON_CLK_VC5 is not set
|
# CONFIG_COMMON_CLK_VC5 is not set
|
||||||
@ -3820,6 +3838,10 @@ CONFIG_BCM2835_MBOX=y
|
|||||||
# SOC (System On Chip) specific Drivers
|
# SOC (System On Chip) specific Drivers
|
||||||
#
|
#
|
||||||
|
|
||||||
|
#
|
||||||
|
# Amlogic SoC drivers
|
||||||
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
# Broadcom SoC drivers
|
# Broadcom SoC drivers
|
||||||
#
|
#
|
||||||
@ -3829,6 +3851,10 @@ CONFIG_RASPBERRYPI_POWER=y
|
|||||||
#
|
#
|
||||||
# i.MX SoC drivers
|
# i.MX SoC drivers
|
||||||
#
|
#
|
||||||
|
|
||||||
|
#
|
||||||
|
# Qualcomm SoC drivers
|
||||||
|
#
|
||||||
# CONFIG_SUNXI_SRAM is not set
|
# CONFIG_SUNXI_SRAM is not set
|
||||||
# CONFIG_SOC_TI is not set
|
# CONFIG_SOC_TI is not set
|
||||||
# CONFIG_PM_DEVFREQ is not set
|
# CONFIG_PM_DEVFREQ is not set
|
||||||
@ -3845,15 +3871,19 @@ CONFIG_EXTCON_ARIZONA=m
|
|||||||
# CONFIG_EXTCON_USB_GPIO is not set
|
# CONFIG_EXTCON_USB_GPIO is not set
|
||||||
# CONFIG_MEMORY is not set
|
# CONFIG_MEMORY is not set
|
||||||
# CONFIG_IIO is not set
|
# CONFIG_IIO is not set
|
||||||
# CONFIG_PWM is not set
|
CONFIG_PWM=y
|
||||||
|
CONFIG_PWM_SYSFS=y
|
||||||
|
CONFIG_PWM_BCM2835=m
|
||||||
|
# CONFIG_PWM_FSL_FTM is not set
|
||||||
|
# CONFIG_PWM_PCA9685 is not set
|
||||||
CONFIG_IRQCHIP=y
|
CONFIG_IRQCHIP=y
|
||||||
CONFIG_ARM_GIC_MAX_NR=1
|
CONFIG_ARM_GIC_MAX_NR=1
|
||||||
# CONFIG_IPACK_BUS is not set
|
# CONFIG_IPACK_BUS is not set
|
||||||
CONFIG_RESET_CONTROLLER=y
|
CONFIG_RESET_CONTROLLER=y
|
||||||
# CONFIG_RESET_ATH79 is not set
|
# CONFIG_RESET_ATH79 is not set
|
||||||
# CONFIG_RESET_BERLIN is not set
|
# CONFIG_RESET_BERLIN is not set
|
||||||
# CONFIG_RESET_GEMINI is not set
|
|
||||||
# CONFIG_RESET_IMX7 is not set
|
# CONFIG_RESET_IMX7 is not set
|
||||||
|
# CONFIG_RESET_LANTIQ is not set
|
||||||
# CONFIG_RESET_LPC18XX is not set
|
# CONFIG_RESET_LPC18XX is not set
|
||||||
# CONFIG_RESET_MESON is not set
|
# CONFIG_RESET_MESON is not set
|
||||||
# CONFIG_RESET_PISTACHIO is not set
|
# CONFIG_RESET_PISTACHIO is not set
|
||||||
@ -3884,10 +3914,6 @@ CONFIG_RESET_CONTROLLER=y
|
|||||||
CONFIG_NVMEM=y
|
CONFIG_NVMEM=y
|
||||||
# CONFIG_STM is not set
|
# CONFIG_STM is not set
|
||||||
# CONFIG_INTEL_TH is not set
|
# CONFIG_INTEL_TH is not set
|
||||||
|
|
||||||
#
|
|
||||||
# FPGA Configuration Support
|
|
||||||
#
|
|
||||||
# CONFIG_FPGA is not set
|
# CONFIG_FPGA is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -4040,6 +4066,7 @@ CONFIG_SQUASHFS_ZLIB=y
|
|||||||
CONFIG_SQUASHFS_LZ4=y
|
CONFIG_SQUASHFS_LZ4=y
|
||||||
CONFIG_SQUASHFS_LZO=y
|
CONFIG_SQUASHFS_LZO=y
|
||||||
CONFIG_SQUASHFS_XZ=y
|
CONFIG_SQUASHFS_XZ=y
|
||||||
|
CONFIG_SQUASHFS_ZSTD=y
|
||||||
# CONFIG_SQUASHFS_4K_DEVBLK_SIZE is not set
|
# CONFIG_SQUASHFS_4K_DEVBLK_SIZE is not set
|
||||||
# CONFIG_SQUASHFS_EMBEDDED is not set
|
# CONFIG_SQUASHFS_EMBEDDED is not set
|
||||||
CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3
|
CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3
|
||||||
@ -4299,6 +4326,7 @@ CONFIG_FTRACE_MCOUNT_RECORD=y
|
|||||||
# CONFIG_RING_BUFFER_STARTUP_TEST is not set
|
# CONFIG_RING_BUFFER_STARTUP_TEST is not set
|
||||||
# CONFIG_TRACE_EVAL_MAP_FILE is not set
|
# CONFIG_TRACE_EVAL_MAP_FILE is not set
|
||||||
CONFIG_TRACING_EVENTS_GPIO=y
|
CONFIG_TRACING_EVENTS_GPIO=y
|
||||||
|
# CONFIG_DMA_API_DEBUG is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Runtime Testing
|
# Runtime Testing
|
||||||
@ -4320,17 +4348,16 @@ CONFIG_TRACING_EVENTS_GPIO=y
|
|||||||
# CONFIG_TEST_UUID is not set
|
# CONFIG_TEST_UUID is not set
|
||||||
# CONFIG_TEST_RHASHTABLE is not set
|
# CONFIG_TEST_RHASHTABLE is not set
|
||||||
# CONFIG_TEST_HASH is not set
|
# CONFIG_TEST_HASH is not set
|
||||||
# CONFIG_DMA_API_DEBUG is not set
|
|
||||||
# CONFIG_TEST_LKM is not set
|
# CONFIG_TEST_LKM is not set
|
||||||
# CONFIG_TEST_USER_COPY is not set
|
# CONFIG_TEST_USER_COPY is not set
|
||||||
# CONFIG_TEST_BPF is not set
|
# CONFIG_TEST_BPF is not set
|
||||||
# CONFIG_TEST_FIRMWARE is not set
|
# CONFIG_TEST_FIRMWARE is not set
|
||||||
# CONFIG_TEST_SYSCTL is not set
|
# CONFIG_TEST_SYSCTL is not set
|
||||||
# CONFIG_TEST_UDELAY is not set
|
# CONFIG_TEST_UDELAY is not set
|
||||||
# CONFIG_MEMTEST is not set
|
|
||||||
# CONFIG_TEST_STATIC_KEYS is not set
|
# CONFIG_TEST_STATIC_KEYS is not set
|
||||||
# CONFIG_BUG_ON_DATA_CORRUPTION is not set
|
|
||||||
# CONFIG_TEST_KMOD is not set
|
# CONFIG_TEST_KMOD is not set
|
||||||
|
# CONFIG_MEMTEST is not set
|
||||||
|
# CONFIG_BUG_ON_DATA_CORRUPTION is not set
|
||||||
# CONFIG_SAMPLES is not set
|
# CONFIG_SAMPLES is not set
|
||||||
CONFIG_HAVE_ARCH_KGDB=y
|
CONFIG_HAVE_ARCH_KGDB=y
|
||||||
# CONFIG_KGDB is not set
|
# CONFIG_KGDB is not set
|
||||||
@ -4538,6 +4565,7 @@ CONFIG_CRC32_SLICEBY8=y
|
|||||||
# CONFIG_CRC7 is not set
|
# CONFIG_CRC7 is not set
|
||||||
CONFIG_LIBCRC32C=m
|
CONFIG_LIBCRC32C=m
|
||||||
# CONFIG_CRC8 is not set
|
# CONFIG_CRC8 is not set
|
||||||
|
CONFIG_XXHASH=y
|
||||||
# CONFIG_AUDIT_ARCH_COMPAT_GENERIC is not set
|
# CONFIG_AUDIT_ARCH_COMPAT_GENERIC is not set
|
||||||
# CONFIG_RANDOM32_SELFTEST is not set
|
# CONFIG_RANDOM32_SELFTEST is not set
|
||||||
CONFIG_ZLIB_INFLATE=y
|
CONFIG_ZLIB_INFLATE=y
|
||||||
@ -4545,6 +4573,8 @@ CONFIG_ZLIB_DEFLATE=m
|
|||||||
CONFIG_LZO_COMPRESS=m
|
CONFIG_LZO_COMPRESS=m
|
||||||
CONFIG_LZO_DECOMPRESS=y
|
CONFIG_LZO_DECOMPRESS=y
|
||||||
CONFIG_LZ4_DECOMPRESS=y
|
CONFIG_LZ4_DECOMPRESS=y
|
||||||
|
CONFIG_ZSTD_COMPRESS=m
|
||||||
|
CONFIG_ZSTD_DECOMPRESS=y
|
||||||
CONFIG_XZ_DEC=y
|
CONFIG_XZ_DEC=y
|
||||||
# CONFIG_XZ_DEC_X86 is not set
|
# CONFIG_XZ_DEC_X86 is not set
|
||||||
# CONFIG_XZ_DEC_POWERPC is not set
|
# CONFIG_XZ_DEC_POWERPC is not set
|
||||||
@ -4579,4 +4609,5 @@ CONFIG_FONT_8x16=y
|
|||||||
CONFIG_SG_POOL=y
|
CONFIG_SG_POOL=y
|
||||||
CONFIG_ARCH_HAS_SG_CHAIN=y
|
CONFIG_ARCH_HAS_SG_CHAIN=y
|
||||||
CONFIG_SBITMAP=y
|
CONFIG_SBITMAP=y
|
||||||
|
# CONFIG_STRING_SELFTEST is not set
|
||||||
# CONFIG_VIRTUALIZATION is not set
|
# CONFIG_VIRTUALIZATION is not set
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated file; DO NOT EDIT.
|
# Automatically generated file; DO NOT EDIT.
|
||||||
# Linux/arm 4.13.8 Kernel Configuration
|
# Linux/arm 4.14.0-rc5 Kernel Configuration
|
||||||
#
|
#
|
||||||
CONFIG_ARM=y
|
CONFIG_ARM=y
|
||||||
CONFIG_ARM_HAS_SG_CHAIN=y
|
CONFIG_ARM_HAS_SG_CHAIN=y
|
||||||
@ -175,6 +175,7 @@ CONFIG_BUG=y
|
|||||||
CONFIG_ELF_CORE=y
|
CONFIG_ELF_CORE=y
|
||||||
CONFIG_BASE_FULL=y
|
CONFIG_BASE_FULL=y
|
||||||
CONFIG_FUTEX=y
|
CONFIG_FUTEX=y
|
||||||
|
CONFIG_FUTEX_PI=y
|
||||||
CONFIG_EPOLL=y
|
CONFIG_EPOLL=y
|
||||||
CONFIG_SIGNALFD=y
|
CONFIG_SIGNALFD=y
|
||||||
CONFIG_TIMERFD=y
|
CONFIG_TIMERFD=y
|
||||||
@ -203,6 +204,7 @@ CONFIG_SLUB=y
|
|||||||
# CONFIG_SLOB is not set
|
# CONFIG_SLOB is not set
|
||||||
CONFIG_SLAB_MERGE_DEFAULT=y
|
CONFIG_SLAB_MERGE_DEFAULT=y
|
||||||
# CONFIG_SLAB_FREELIST_RANDOM is not set
|
# CONFIG_SLAB_FREELIST_RANDOM is not set
|
||||||
|
# CONFIG_SLAB_FREELIST_HARDENED is not set
|
||||||
CONFIG_SLUB_CPU_PARTIAL=y
|
CONFIG_SLUB_CPU_PARTIAL=y
|
||||||
# CONFIG_SYSTEM_DATA_VERIFICATION is not set
|
# CONFIG_SYSTEM_DATA_VERIFICATION is not set
|
||||||
# CONFIG_PROFILING is not set
|
# CONFIG_PROFILING is not set
|
||||||
@ -649,7 +651,6 @@ CONFIG_CPU_FREQ_GOV_ONDEMAND=y
|
|||||||
#
|
#
|
||||||
# CONFIG_CPUFREQ_DT is not set
|
# CONFIG_CPUFREQ_DT is not set
|
||||||
# CONFIG_ARM_BIG_LITTLE_CPUFREQ is not set
|
# CONFIG_ARM_BIG_LITTLE_CPUFREQ is not set
|
||||||
# CONFIG_ARM_DB8500_CPUFREQ is not set
|
|
||||||
# CONFIG_ARM_KIRKWOOD_CPUFREQ is not set
|
# CONFIG_ARM_KIRKWOOD_CPUFREQ is not set
|
||||||
CONFIG_ARM_BCM2835_CPUFREQ=y
|
CONFIG_ARM_BCM2835_CPUFREQ=y
|
||||||
# CONFIG_QORIQ_CPUFREQ is not set
|
# CONFIG_QORIQ_CPUFREQ is not set
|
||||||
@ -799,7 +800,6 @@ CONFIG_IPV6_NDISC_NODETYPE=y
|
|||||||
# CONFIG_NET_PTP_CLASSIFY is not set
|
# CONFIG_NET_PTP_CLASSIFY is not set
|
||||||
# CONFIG_NETWORK_PHY_TIMESTAMPING is not set
|
# CONFIG_NETWORK_PHY_TIMESTAMPING is not set
|
||||||
CONFIG_NETFILTER=y
|
CONFIG_NETFILTER=y
|
||||||
# CONFIG_NETFILTER_DEBUG is not set
|
|
||||||
CONFIG_NETFILTER_ADVANCED=y
|
CONFIG_NETFILTER_ADVANCED=y
|
||||||
CONFIG_BRIDGE_NETFILTER=m
|
CONFIG_BRIDGE_NETFILTER=m
|
||||||
|
|
||||||
@ -1069,6 +1069,7 @@ CONFIG_DNS_RESOLVER=y
|
|||||||
# CONFIG_VSOCKETS is not set
|
# CONFIG_VSOCKETS is not set
|
||||||
# CONFIG_NETLINK_DIAG is not set
|
# CONFIG_NETLINK_DIAG is not set
|
||||||
# CONFIG_MPLS is not set
|
# CONFIG_MPLS is not set
|
||||||
|
# CONFIG_NET_NSH is not set
|
||||||
# CONFIG_HSR is not set
|
# CONFIG_HSR is not set
|
||||||
# CONFIG_NET_SWITCHDEV is not set
|
# CONFIG_NET_SWITCHDEV is not set
|
||||||
# CONFIG_NET_L3_MASTER_DEV is not set
|
# CONFIG_NET_L3_MASTER_DEV is not set
|
||||||
@ -1091,7 +1092,6 @@ CONFIG_NET_FLOW_LIMIT=y
|
|||||||
# CONFIG_NET_DROP_MONITOR is not set
|
# CONFIG_NET_DROP_MONITOR is not set
|
||||||
# CONFIG_HAMRADIO is not set
|
# CONFIG_HAMRADIO is not set
|
||||||
# CONFIG_CAN is not set
|
# CONFIG_CAN is not set
|
||||||
# CONFIG_IRDA is not set
|
|
||||||
CONFIG_BT=m
|
CONFIG_BT=m
|
||||||
CONFIG_BT_BREDR=y
|
CONFIG_BT_BREDR=y
|
||||||
CONFIG_BT_RFCOMM=m
|
CONFIG_BT_RFCOMM=m
|
||||||
@ -1120,7 +1120,6 @@ CONFIG_BT_HCIUART_H4=y
|
|||||||
# CONFIG_BT_HCIUART_ATH3K is not set
|
# CONFIG_BT_HCIUART_ATH3K is not set
|
||||||
CONFIG_BT_HCIUART_3WIRE=y
|
CONFIG_BT_HCIUART_3WIRE=y
|
||||||
# CONFIG_BT_HCIUART_INTEL is not set
|
# CONFIG_BT_HCIUART_INTEL is not set
|
||||||
CONFIG_BT_HCIUART_BCM=y
|
|
||||||
# CONFIG_BT_HCIUART_QCA is not set
|
# CONFIG_BT_HCIUART_QCA is not set
|
||||||
# CONFIG_BT_HCIUART_AG6XX is not set
|
# CONFIG_BT_HCIUART_AG6XX is not set
|
||||||
# CONFIG_BT_HCIUART_MRVL is not set
|
# CONFIG_BT_HCIUART_MRVL is not set
|
||||||
@ -1178,7 +1177,7 @@ CONFIG_DST_CACHE=y
|
|||||||
CONFIG_GRO_CELLS=y
|
CONFIG_GRO_CELLS=y
|
||||||
# CONFIG_NET_DEVLINK is not set
|
# CONFIG_NET_DEVLINK is not set
|
||||||
CONFIG_MAY_USE_DEVLINK=y
|
CONFIG_MAY_USE_DEVLINK=y
|
||||||
CONFIG_HAVE_CBPF_JIT=y
|
CONFIG_HAVE_EBPF_JIT=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# Device Drivers
|
# Device Drivers
|
||||||
@ -1458,6 +1457,7 @@ CONFIG_MICROCHIP_PHY=m
|
|||||||
# CONFIG_NATIONAL_PHY is not set
|
# CONFIG_NATIONAL_PHY is not set
|
||||||
# CONFIG_QSEMI_PHY is not set
|
# CONFIG_QSEMI_PHY is not set
|
||||||
# CONFIG_REALTEK_PHY is not set
|
# CONFIG_REALTEK_PHY is not set
|
||||||
|
# CONFIG_ROCKCHIP_PHY is not set
|
||||||
# CONFIG_SMSC_PHY is not set
|
# CONFIG_SMSC_PHY is not set
|
||||||
# CONFIG_STE10XP is not set
|
# CONFIG_STE10XP is not set
|
||||||
# CONFIG_TERANETICS_PHY is not set
|
# CONFIG_TERANETICS_PHY is not set
|
||||||
@ -1787,6 +1787,8 @@ CONFIG_INPUT_MISC=y
|
|||||||
# CONFIG_INPUT_REGULATOR_HAPTIC is not set
|
# CONFIG_INPUT_REGULATOR_HAPTIC is not set
|
||||||
CONFIG_INPUT_UINPUT=y
|
CONFIG_INPUT_UINPUT=y
|
||||||
# CONFIG_INPUT_PCF8574 is not set
|
# CONFIG_INPUT_PCF8574 is not set
|
||||||
|
# CONFIG_INPUT_PWM_BEEPER is not set
|
||||||
|
# CONFIG_INPUT_PWM_VIBRA is not set
|
||||||
# CONFIG_INPUT_GPIO_ROTARY_ENCODER is not set
|
# CONFIG_INPUT_GPIO_ROTARY_ENCODER is not set
|
||||||
# CONFIG_INPUT_ADXL34X is not set
|
# CONFIG_INPUT_ADXL34X is not set
|
||||||
# CONFIG_INPUT_IMS_PCU is not set
|
# CONFIG_INPUT_IMS_PCU is not set
|
||||||
@ -1819,6 +1821,7 @@ CONFIG_SERIO_SERPORT=y
|
|||||||
# CONFIG_SERIO_PS2MULT is not set
|
# CONFIG_SERIO_PS2MULT is not set
|
||||||
# CONFIG_SERIO_ARC_PS2 is not set
|
# CONFIG_SERIO_ARC_PS2 is not set
|
||||||
# CONFIG_SERIO_APBPS2 is not set
|
# CONFIG_SERIO_APBPS2 is not set
|
||||||
|
# CONFIG_SERIO_GPIO_PS2 is not set
|
||||||
# CONFIG_USERIO is not set
|
# CONFIG_USERIO is not set
|
||||||
# CONFIG_GAMEPORT is not set
|
# CONFIG_GAMEPORT is not set
|
||||||
|
|
||||||
@ -2024,6 +2027,7 @@ CONFIG_PINCTRL_BCM2835=y
|
|||||||
CONFIG_ARCH_HAVE_CUSTOM_GPIO_H=y
|
CONFIG_ARCH_HAVE_CUSTOM_GPIO_H=y
|
||||||
CONFIG_GPIOLIB=y
|
CONFIG_GPIOLIB=y
|
||||||
CONFIG_OF_GPIO=y
|
CONFIG_OF_GPIO=y
|
||||||
|
CONFIG_GPIOLIB_IRQCHIP=y
|
||||||
# CONFIG_DEBUG_GPIO is not set
|
# CONFIG_DEBUG_GPIO is not set
|
||||||
CONFIG_GPIO_SYSFS=y
|
CONFIG_GPIO_SYSFS=y
|
||||||
|
|
||||||
@ -2095,6 +2099,7 @@ CONFIG_W1_SLAVE_THERM=m
|
|||||||
# CONFIG_W1_SLAVE_DS2413 is not set
|
# CONFIG_W1_SLAVE_DS2413 is not set
|
||||||
# CONFIG_W1_SLAVE_DS2406 is not set
|
# CONFIG_W1_SLAVE_DS2406 is not set
|
||||||
# CONFIG_W1_SLAVE_DS2423 is not set
|
# CONFIG_W1_SLAVE_DS2423 is not set
|
||||||
|
# CONFIG_W1_SLAVE_DS2805 is not set
|
||||||
# CONFIG_W1_SLAVE_DS2431 is not set
|
# CONFIG_W1_SLAVE_DS2431 is not set
|
||||||
# CONFIG_W1_SLAVE_DS2433 is not set
|
# CONFIG_W1_SLAVE_DS2433 is not set
|
||||||
# CONFIG_W1_SLAVE_DS2438 is not set
|
# CONFIG_W1_SLAVE_DS2438 is not set
|
||||||
@ -2102,7 +2107,6 @@ CONFIG_W1_SLAVE_THERM=m
|
|||||||
# CONFIG_W1_SLAVE_DS2780 is not set
|
# CONFIG_W1_SLAVE_DS2780 is not set
|
||||||
# CONFIG_W1_SLAVE_DS2781 is not set
|
# CONFIG_W1_SLAVE_DS2781 is not set
|
||||||
# CONFIG_W1_SLAVE_DS28E04 is not set
|
# CONFIG_W1_SLAVE_DS28E04 is not set
|
||||||
# CONFIG_W1_SLAVE_BQ27000 is not set
|
|
||||||
# CONFIG_POWER_AVS is not set
|
# CONFIG_POWER_AVS is not set
|
||||||
CONFIG_POWER_RESET=y
|
CONFIG_POWER_RESET=y
|
||||||
# CONFIG_POWER_RESET_BRCMKONA is not set
|
# CONFIG_POWER_RESET_BRCMKONA is not set
|
||||||
@ -2127,6 +2131,7 @@ CONFIG_POWER_SUPPLY=y
|
|||||||
# CONFIG_BATTERY_BQ27XXX is not set
|
# CONFIG_BATTERY_BQ27XXX is not set
|
||||||
# CONFIG_BATTERY_MAX17040 is not set
|
# CONFIG_BATTERY_MAX17040 is not set
|
||||||
# CONFIG_BATTERY_MAX17042 is not set
|
# CONFIG_BATTERY_MAX17042 is not set
|
||||||
|
# CONFIG_BATTERY_MAX1721X is not set
|
||||||
# CONFIG_CHARGER_MAX8903 is not set
|
# CONFIG_CHARGER_MAX8903 is not set
|
||||||
# CONFIG_CHARGER_LP8727 is not set
|
# CONFIG_CHARGER_LP8727 is not set
|
||||||
# CONFIG_CHARGER_GPIO is not set
|
# CONFIG_CHARGER_GPIO is not set
|
||||||
@ -2229,6 +2234,7 @@ CONFIG_HWMON=y
|
|||||||
# CONFIG_SENSORS_NCT7904 is not set
|
# CONFIG_SENSORS_NCT7904 is not set
|
||||||
# CONFIG_SENSORS_PCF8591 is not set
|
# CONFIG_SENSORS_PCF8591 is not set
|
||||||
# CONFIG_PMBUS is not set
|
# CONFIG_PMBUS is not set
|
||||||
|
# CONFIG_SENSORS_PWM_FAN is not set
|
||||||
# CONFIG_SENSORS_SHT15 is not set
|
# CONFIG_SENSORS_SHT15 is not set
|
||||||
# CONFIG_SENSORS_SHT21 is not set
|
# CONFIG_SENSORS_SHT21 is not set
|
||||||
# CONFIG_SENSORS_SHT3x is not set
|
# CONFIG_SENSORS_SHT3x is not set
|
||||||
@ -2338,10 +2344,6 @@ CONFIG_SSB_SDIOHOST_POSSIBLE=y
|
|||||||
# CONFIG_SSB_DEBUG is not set
|
# CONFIG_SSB_DEBUG is not set
|
||||||
# CONFIG_SSB_DRIVER_GPIO is not set
|
# CONFIG_SSB_DRIVER_GPIO is not set
|
||||||
CONFIG_BCMA_POSSIBLE=y
|
CONFIG_BCMA_POSSIBLE=y
|
||||||
|
|
||||||
#
|
|
||||||
# Broadcom specific AMBA
|
|
||||||
#
|
|
||||||
CONFIG_BCMA=m
|
CONFIG_BCMA=m
|
||||||
CONFIG_BCMA_BLOCKIO=y
|
CONFIG_BCMA_BLOCKIO=y
|
||||||
# CONFIG_BCMA_HOST_SOC is not set
|
# CONFIG_BCMA_HOST_SOC is not set
|
||||||
@ -2362,6 +2364,7 @@ CONFIG_MFD_CORE=y
|
|||||||
# CONFIG_MFD_ATMEL_FLEXCOM is not set
|
# CONFIG_MFD_ATMEL_FLEXCOM is not set
|
||||||
# CONFIG_MFD_ATMEL_HLCDC is not set
|
# CONFIG_MFD_ATMEL_HLCDC is not set
|
||||||
# CONFIG_MFD_BCM590XX is not set
|
# CONFIG_MFD_BCM590XX is not set
|
||||||
|
# CONFIG_MFD_BD9571MWV is not set
|
||||||
# CONFIG_MFD_AXP20X_I2C is not set
|
# CONFIG_MFD_AXP20X_I2C is not set
|
||||||
# CONFIG_MFD_CROS_EC is not set
|
# CONFIG_MFD_CROS_EC is not set
|
||||||
# CONFIG_MFD_ASIC3 is not set
|
# CONFIG_MFD_ASIC3 is not set
|
||||||
@ -2485,6 +2488,7 @@ CONFIG_REGULATOR_ARIZONA_MICSUPP=m
|
|||||||
# CONFIG_REGULATOR_PV88060 is not set
|
# CONFIG_REGULATOR_PV88060 is not set
|
||||||
# CONFIG_REGULATOR_PV88080 is not set
|
# CONFIG_REGULATOR_PV88080 is not set
|
||||||
# CONFIG_REGULATOR_PV88090 is not set
|
# CONFIG_REGULATOR_PV88090 is not set
|
||||||
|
# CONFIG_REGULATOR_PWM is not set
|
||||||
# CONFIG_REGULATOR_TPS51632 is not set
|
# CONFIG_REGULATOR_TPS51632 is not set
|
||||||
# CONFIG_REGULATOR_TPS62360 is not set
|
# CONFIG_REGULATOR_TPS62360 is not set
|
||||||
# CONFIG_REGULATOR_TPS65023 is not set
|
# CONFIG_REGULATOR_TPS65023 is not set
|
||||||
@ -2492,40 +2496,6 @@ CONFIG_REGULATOR_ARIZONA_MICSUPP=m
|
|||||||
# CONFIG_REGULATOR_TPS65132 is not set
|
# CONFIG_REGULATOR_TPS65132 is not set
|
||||||
# CONFIG_REGULATOR_TPS6524X is not set
|
# CONFIG_REGULATOR_TPS6524X is not set
|
||||||
# CONFIG_REGULATOR_VCTRL is not set
|
# CONFIG_REGULATOR_VCTRL is not set
|
||||||
CONFIG_MEDIA_SUPPORT=m
|
|
||||||
|
|
||||||
#
|
|
||||||
# Multimedia core support
|
|
||||||
#
|
|
||||||
CONFIG_MEDIA_CAMERA_SUPPORT=y
|
|
||||||
CONFIG_MEDIA_ANALOG_TV_SUPPORT=y
|
|
||||||
CONFIG_MEDIA_DIGITAL_TV_SUPPORT=y
|
|
||||||
CONFIG_MEDIA_RADIO_SUPPORT=y
|
|
||||||
# CONFIG_MEDIA_SDR_SUPPORT is not set
|
|
||||||
CONFIG_MEDIA_RC_SUPPORT=y
|
|
||||||
# CONFIG_MEDIA_CEC_SUPPORT is not set
|
|
||||||
# CONFIG_MEDIA_CONTROLLER is not set
|
|
||||||
CONFIG_VIDEO_DEV=m
|
|
||||||
CONFIG_VIDEO_V4L2=m
|
|
||||||
# CONFIG_VIDEO_ADV_DEBUG is not set
|
|
||||||
# CONFIG_VIDEO_FIXED_MINOR_RANGES is not set
|
|
||||||
CONFIG_VIDEO_TUNER=m
|
|
||||||
CONFIG_VIDEOBUF_GEN=m
|
|
||||||
CONFIG_VIDEOBUF_VMALLOC=m
|
|
||||||
CONFIG_VIDEOBUF_DVB=m
|
|
||||||
CONFIG_VIDEOBUF2_CORE=m
|
|
||||||
CONFIG_VIDEOBUF2_MEMOPS=m
|
|
||||||
CONFIG_VIDEOBUF2_VMALLOC=m
|
|
||||||
CONFIG_DVB_CORE=m
|
|
||||||
CONFIG_DVB_NET=y
|
|
||||||
CONFIG_TTPCI_EEPROM=m
|
|
||||||
CONFIG_DVB_MAX_ADAPTERS=8
|
|
||||||
# CONFIG_DVB_DYNAMIC_MINORS is not set
|
|
||||||
# CONFIG_DVB_DEMUX_SECTION_LOSS_LOG is not set
|
|
||||||
|
|
||||||
#
|
|
||||||
# Media drivers
|
|
||||||
#
|
|
||||||
CONFIG_RC_CORE=m
|
CONFIG_RC_CORE=m
|
||||||
CONFIG_RC_MAP=m
|
CONFIG_RC_MAP=m
|
||||||
CONFIG_RC_DECODERS=y
|
CONFIG_RC_DECODERS=y
|
||||||
@ -2553,8 +2523,43 @@ CONFIG_IR_IGUANA=m
|
|||||||
CONFIG_IR_TTUSBIR=m
|
CONFIG_IR_TTUSBIR=m
|
||||||
# CONFIG_RC_LOOPBACK is not set
|
# CONFIG_RC_LOOPBACK is not set
|
||||||
CONFIG_IR_GPIO_CIR=m
|
CONFIG_IR_GPIO_CIR=m
|
||||||
|
CONFIG_IR_GPIO_TX=m
|
||||||
|
CONFIG_IR_PWM_TX=m
|
||||||
# CONFIG_IR_SERIAL is not set
|
# CONFIG_IR_SERIAL is not set
|
||||||
# CONFIG_IR_SIR is not set
|
# CONFIG_IR_SIR is not set
|
||||||
|
CONFIG_MEDIA_SUPPORT=m
|
||||||
|
|
||||||
|
#
|
||||||
|
# Multimedia core support
|
||||||
|
#
|
||||||
|
CONFIG_MEDIA_CAMERA_SUPPORT=y
|
||||||
|
CONFIG_MEDIA_ANALOG_TV_SUPPORT=y
|
||||||
|
CONFIG_MEDIA_DIGITAL_TV_SUPPORT=y
|
||||||
|
CONFIG_MEDIA_RADIO_SUPPORT=y
|
||||||
|
# CONFIG_MEDIA_SDR_SUPPORT is not set
|
||||||
|
# CONFIG_MEDIA_CEC_SUPPORT is not set
|
||||||
|
# CONFIG_MEDIA_CONTROLLER is not set
|
||||||
|
CONFIG_VIDEO_DEV=m
|
||||||
|
CONFIG_VIDEO_V4L2=m
|
||||||
|
# CONFIG_VIDEO_ADV_DEBUG is not set
|
||||||
|
# CONFIG_VIDEO_FIXED_MINOR_RANGES is not set
|
||||||
|
CONFIG_VIDEO_TUNER=m
|
||||||
|
CONFIG_VIDEOBUF_GEN=m
|
||||||
|
CONFIG_VIDEOBUF_VMALLOC=m
|
||||||
|
CONFIG_VIDEOBUF_DVB=m
|
||||||
|
CONFIG_VIDEOBUF2_CORE=m
|
||||||
|
CONFIG_VIDEOBUF2_MEMOPS=m
|
||||||
|
CONFIG_VIDEOBUF2_VMALLOC=m
|
||||||
|
CONFIG_DVB_CORE=m
|
||||||
|
CONFIG_DVB_NET=y
|
||||||
|
CONFIG_TTPCI_EEPROM=m
|
||||||
|
CONFIG_DVB_MAX_ADAPTERS=8
|
||||||
|
# CONFIG_DVB_DYNAMIC_MINORS is not set
|
||||||
|
# CONFIG_DVB_DEMUX_SECTION_LOSS_LOG is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# Media drivers
|
||||||
|
#
|
||||||
CONFIG_MEDIA_USB_SUPPORT=y
|
CONFIG_MEDIA_USB_SUPPORT=y
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -2970,6 +2975,7 @@ CONFIG_DRM_PANEL_BRIDGE=y
|
|||||||
# CONFIG_DRM_I2C_ADV7511 is not set
|
# CONFIG_DRM_I2C_ADV7511 is not set
|
||||||
# CONFIG_DRM_STI is not set
|
# CONFIG_DRM_STI is not set
|
||||||
CONFIG_DRM_VC4=m
|
CONFIG_DRM_VC4=m
|
||||||
|
# CONFIG_DRM_VC4_HDMI_CEC is not set
|
||||||
# CONFIG_DRM_ARCPGU is not set
|
# CONFIG_DRM_ARCPGU is not set
|
||||||
# CONFIG_DRM_MXSFB is not set
|
# CONFIG_DRM_MXSFB is not set
|
||||||
# CONFIG_DRM_TINYDRM is not set
|
# CONFIG_DRM_TINYDRM is not set
|
||||||
@ -3037,11 +3043,14 @@ CONFIG_LCD_CLASS_DEVICE=m
|
|||||||
# CONFIG_LCD_HX8357 is not set
|
# CONFIG_LCD_HX8357 is not set
|
||||||
CONFIG_BACKLIGHT_CLASS_DEVICE=y
|
CONFIG_BACKLIGHT_CLASS_DEVICE=y
|
||||||
# CONFIG_BACKLIGHT_GENERIC is not set
|
# CONFIG_BACKLIGHT_GENERIC is not set
|
||||||
|
# CONFIG_BACKLIGHT_PWM is not set
|
||||||
CONFIG_BACKLIGHT_RPI=y
|
CONFIG_BACKLIGHT_RPI=y
|
||||||
# CONFIG_BACKLIGHT_PM8941_WLED is not set
|
# CONFIG_BACKLIGHT_PM8941_WLED is not set
|
||||||
# CONFIG_BACKLIGHT_ADP8860 is not set
|
# CONFIG_BACKLIGHT_ADP8860 is not set
|
||||||
# CONFIG_BACKLIGHT_ADP8870 is not set
|
# CONFIG_BACKLIGHT_ADP8870 is not set
|
||||||
|
# CONFIG_BACKLIGHT_LM3630A is not set
|
||||||
# CONFIG_BACKLIGHT_LM3639 is not set
|
# CONFIG_BACKLIGHT_LM3639 is not set
|
||||||
|
# CONFIG_BACKLIGHT_LP855X is not set
|
||||||
CONFIG_BACKLIGHT_GPIO=y
|
CONFIG_BACKLIGHT_GPIO=y
|
||||||
# CONFIG_BACKLIGHT_LV5207LP is not set
|
# CONFIG_BACKLIGHT_LV5207LP is not set
|
||||||
# CONFIG_BACKLIGHT_BD6107 is not set
|
# CONFIG_BACKLIGHT_BD6107 is not set
|
||||||
@ -3195,6 +3204,7 @@ CONFIG_SND_SOC_CS4265=m
|
|||||||
# CONFIG_SND_SOC_CS4271_SPI is not set
|
# CONFIG_SND_SOC_CS4271_SPI is not set
|
||||||
CONFIG_SND_SOC_CS42XX8=m
|
CONFIG_SND_SOC_CS42XX8=m
|
||||||
CONFIG_SND_SOC_CS42XX8_I2C=m
|
CONFIG_SND_SOC_CS42XX8_I2C=m
|
||||||
|
# CONFIG_SND_SOC_CS43130 is not set
|
||||||
# CONFIG_SND_SOC_CS4349 is not set
|
# CONFIG_SND_SOC_CS4349 is not set
|
||||||
# CONFIG_SND_SOC_CS53L30 is not set
|
# CONFIG_SND_SOC_CS53L30 is not set
|
||||||
# CONFIG_SND_SOC_DIO2125 is not set
|
# CONFIG_SND_SOC_DIO2125 is not set
|
||||||
@ -3245,6 +3255,7 @@ CONFIG_SND_SOC_TAS5713=m
|
|||||||
CONFIG_SND_SOC_WM5102=m
|
CONFIG_SND_SOC_WM5102=m
|
||||||
# CONFIG_SND_SOC_WM8510 is not set
|
# CONFIG_SND_SOC_WM8510 is not set
|
||||||
# CONFIG_SND_SOC_WM8523 is not set
|
# CONFIG_SND_SOC_WM8523 is not set
|
||||||
|
# CONFIG_SND_SOC_WM8524 is not set
|
||||||
# CONFIG_SND_SOC_WM8580 is not set
|
# CONFIG_SND_SOC_WM8580 is not set
|
||||||
# CONFIG_SND_SOC_WM8711 is not set
|
# CONFIG_SND_SOC_WM8711 is not set
|
||||||
# CONFIG_SND_SOC_WM8728 is not set
|
# CONFIG_SND_SOC_WM8728 is not set
|
||||||
@ -3570,7 +3581,6 @@ CONFIG_USB_SERIAL_PL2303=m
|
|||||||
# CONFIG_USB_ULPI_BUS is not set
|
# CONFIG_USB_ULPI_BUS is not set
|
||||||
# CONFIG_UWB is not set
|
# CONFIG_UWB is not set
|
||||||
CONFIG_MMC=y
|
CONFIG_MMC=y
|
||||||
# CONFIG_MMC_DEBUG is not set
|
|
||||||
CONFIG_PWRSEQ_EMMC=y
|
CONFIG_PWRSEQ_EMMC=y
|
||||||
CONFIG_PWRSEQ_SIMPLE=y
|
CONFIG_PWRSEQ_SIMPLE=y
|
||||||
CONFIG_MMC_BLOCK=y
|
CONFIG_MMC_BLOCK=y
|
||||||
@ -3585,6 +3595,7 @@ CONFIG_MMC_BCM2835_MMC=y
|
|||||||
CONFIG_MMC_BCM2835_DMA=y
|
CONFIG_MMC_BCM2835_DMA=y
|
||||||
CONFIG_MMC_BCM2835_PIO_DMA_BARRIER=2
|
CONFIG_MMC_BCM2835_PIO_DMA_BARRIER=2
|
||||||
CONFIG_MMC_BCM2835_SDHOST=y
|
CONFIG_MMC_BCM2835_SDHOST=y
|
||||||
|
# CONFIG_MMC_DEBUG is not set
|
||||||
# CONFIG_MMC_ARMMMCI is not set
|
# CONFIG_MMC_ARMMMCI is not set
|
||||||
CONFIG_MMC_SDHCI=y
|
CONFIG_MMC_SDHCI=y
|
||||||
CONFIG_MMC_SDHCI_PLTFM=y
|
CONFIG_MMC_SDHCI_PLTFM=y
|
||||||
@ -3612,6 +3623,7 @@ CONFIG_LEDS_CLASS_FLASH=y
|
|||||||
# LED drivers
|
# LED drivers
|
||||||
#
|
#
|
||||||
# CONFIG_LEDS_AAT1290 is not set
|
# CONFIG_LEDS_AAT1290 is not set
|
||||||
|
# CONFIG_LEDS_AS3645A is not set
|
||||||
# CONFIG_LEDS_BCM6328 is not set
|
# CONFIG_LEDS_BCM6328 is not set
|
||||||
# CONFIG_LEDS_BCM6358 is not set
|
# CONFIG_LEDS_BCM6358 is not set
|
||||||
# CONFIG_LEDS_LM3530 is not set
|
# CONFIG_LEDS_LM3530 is not set
|
||||||
@ -3628,6 +3640,7 @@ CONFIG_LEDS_GPIO=y
|
|||||||
# CONFIG_LEDS_PCA955X is not set
|
# CONFIG_LEDS_PCA955X is not set
|
||||||
# CONFIG_LEDS_PCA963X is not set
|
# CONFIG_LEDS_PCA963X is not set
|
||||||
# CONFIG_LEDS_DAC124S085 is not set
|
# CONFIG_LEDS_DAC124S085 is not set
|
||||||
|
# CONFIG_LEDS_PWM is not set
|
||||||
# CONFIG_LEDS_REGULATOR is not set
|
# CONFIG_LEDS_REGULATOR is not set
|
||||||
# CONFIG_LEDS_BD2802 is not set
|
# CONFIG_LEDS_BD2802 is not set
|
||||||
# CONFIG_LEDS_LT3593 is not set
|
# CONFIG_LEDS_LT3593 is not set
|
||||||
@ -3784,6 +3797,7 @@ CONFIG_DMADEVICES=y
|
|||||||
CONFIG_DMA_ENGINE=y
|
CONFIG_DMA_ENGINE=y
|
||||||
CONFIG_DMA_VIRTUAL_CHANNELS=y
|
CONFIG_DMA_VIRTUAL_CHANNELS=y
|
||||||
CONFIG_DMA_OF=y
|
CONFIG_DMA_OF=y
|
||||||
|
# CONFIG_ALTERA_MSGDMA is not set
|
||||||
# CONFIG_AMBA_PL08X is not set
|
# CONFIG_AMBA_PL08X is not set
|
||||||
CONFIG_DMA_BCM2835=y
|
CONFIG_DMA_BCM2835=y
|
||||||
# CONFIG_FSL_EDMA is not set
|
# CONFIG_FSL_EDMA is not set
|
||||||
@ -3820,6 +3834,7 @@ CONFIG_SYNC_FILE=y
|
|||||||
#
|
#
|
||||||
# CONFIG_HYPERV_TSCPAGE is not set
|
# CONFIG_HYPERV_TSCPAGE is not set
|
||||||
CONFIG_STAGING=y
|
CONFIG_STAGING=y
|
||||||
|
# CONFIG_IRDA is not set
|
||||||
# CONFIG_PRISM2_USB is not set
|
# CONFIG_PRISM2_USB is not set
|
||||||
# CONFIG_COMEDI is not set
|
# CONFIG_COMEDI is not set
|
||||||
# CONFIG_RTLLIB is not set
|
# CONFIG_RTLLIB is not set
|
||||||
@ -3859,6 +3874,7 @@ CONFIG_SND_BCM2835=m
|
|||||||
# USB Power Delivery and Type-C drivers
|
# USB Power Delivery and Type-C drivers
|
||||||
#
|
#
|
||||||
# CONFIG_TYPEC_TCPM is not set
|
# CONFIG_TYPEC_TCPM is not set
|
||||||
|
# CONFIG_PI433 is not set
|
||||||
# CONFIG_GOLDFISH is not set
|
# CONFIG_GOLDFISH is not set
|
||||||
# CONFIG_CHROME_PLATFORMS is not set
|
# CONFIG_CHROME_PLATFORMS is not set
|
||||||
CONFIG_CLKDEV_LOOKUP=y
|
CONFIG_CLKDEV_LOOKUP=y
|
||||||
@ -3868,6 +3884,7 @@ CONFIG_COMMON_CLK=y
|
|||||||
#
|
#
|
||||||
# Common Clock Framework
|
# Common Clock Framework
|
||||||
#
|
#
|
||||||
|
# CONFIG_CLK_HSDK is not set
|
||||||
# CONFIG_COMMON_CLK_SI5351 is not set
|
# CONFIG_COMMON_CLK_SI5351 is not set
|
||||||
# CONFIG_COMMON_CLK_SI514 is not set
|
# CONFIG_COMMON_CLK_SI514 is not set
|
||||||
# CONFIG_COMMON_CLK_SI570 is not set
|
# CONFIG_COMMON_CLK_SI570 is not set
|
||||||
@ -3876,6 +3893,7 @@ CONFIG_COMMON_CLK=y
|
|||||||
# CONFIG_COMMON_CLK_CS2000_CP is not set
|
# CONFIG_COMMON_CLK_CS2000_CP is not set
|
||||||
# CONFIG_CLK_QORIQ is not set
|
# CONFIG_CLK_QORIQ is not set
|
||||||
# CONFIG_COMMON_CLK_NXP is not set
|
# CONFIG_COMMON_CLK_NXP is not set
|
||||||
|
# CONFIG_COMMON_CLK_PWM is not set
|
||||||
# CONFIG_COMMON_CLK_PXA is not set
|
# CONFIG_COMMON_CLK_PXA is not set
|
||||||
# CONFIG_COMMON_CLK_PIC32 is not set
|
# CONFIG_COMMON_CLK_PIC32 is not set
|
||||||
# CONFIG_COMMON_CLK_VC5 is not set
|
# CONFIG_COMMON_CLK_VC5 is not set
|
||||||
@ -3919,6 +3937,10 @@ CONFIG_BCM2835_MBOX=y
|
|||||||
# SOC (System On Chip) specific Drivers
|
# SOC (System On Chip) specific Drivers
|
||||||
#
|
#
|
||||||
|
|
||||||
|
#
|
||||||
|
# Amlogic SoC drivers
|
||||||
|
#
|
||||||
|
|
||||||
#
|
#
|
||||||
# Broadcom SoC drivers
|
# Broadcom SoC drivers
|
||||||
#
|
#
|
||||||
@ -3928,6 +3950,10 @@ CONFIG_RASPBERRYPI_POWER=y
|
|||||||
#
|
#
|
||||||
# i.MX SoC drivers
|
# i.MX SoC drivers
|
||||||
#
|
#
|
||||||
|
|
||||||
|
#
|
||||||
|
# Qualcomm SoC drivers
|
||||||
|
#
|
||||||
# CONFIG_SUNXI_SRAM is not set
|
# CONFIG_SUNXI_SRAM is not set
|
||||||
# CONFIG_SOC_TI is not set
|
# CONFIG_SOC_TI is not set
|
||||||
# CONFIG_PM_DEVFREQ is not set
|
# CONFIG_PM_DEVFREQ is not set
|
||||||
@ -3944,15 +3970,19 @@ CONFIG_EXTCON_ARIZONA=m
|
|||||||
# CONFIG_EXTCON_USB_GPIO is not set
|
# CONFIG_EXTCON_USB_GPIO is not set
|
||||||
# CONFIG_MEMORY is not set
|
# CONFIG_MEMORY is not set
|
||||||
# CONFIG_IIO is not set
|
# CONFIG_IIO is not set
|
||||||
# CONFIG_PWM is not set
|
CONFIG_PWM=y
|
||||||
|
CONFIG_PWM_SYSFS=y
|
||||||
|
CONFIG_PWM_BCM2835=m
|
||||||
|
# CONFIG_PWM_FSL_FTM is not set
|
||||||
|
# CONFIG_PWM_PCA9685 is not set
|
||||||
CONFIG_IRQCHIP=y
|
CONFIG_IRQCHIP=y
|
||||||
CONFIG_ARM_GIC_MAX_NR=1
|
CONFIG_ARM_GIC_MAX_NR=1
|
||||||
# CONFIG_IPACK_BUS is not set
|
# CONFIG_IPACK_BUS is not set
|
||||||
CONFIG_RESET_CONTROLLER=y
|
CONFIG_RESET_CONTROLLER=y
|
||||||
# CONFIG_RESET_ATH79 is not set
|
# CONFIG_RESET_ATH79 is not set
|
||||||
# CONFIG_RESET_BERLIN is not set
|
# CONFIG_RESET_BERLIN is not set
|
||||||
# CONFIG_RESET_GEMINI is not set
|
|
||||||
# CONFIG_RESET_IMX7 is not set
|
# CONFIG_RESET_IMX7 is not set
|
||||||
|
# CONFIG_RESET_LANTIQ is not set
|
||||||
# CONFIG_RESET_LPC18XX is not set
|
# CONFIG_RESET_LPC18XX is not set
|
||||||
# CONFIG_RESET_MESON is not set
|
# CONFIG_RESET_MESON is not set
|
||||||
# CONFIG_RESET_PISTACHIO is not set
|
# CONFIG_RESET_PISTACHIO is not set
|
||||||
@ -3983,10 +4013,6 @@ CONFIG_RESET_CONTROLLER=y
|
|||||||
CONFIG_NVMEM=y
|
CONFIG_NVMEM=y
|
||||||
# CONFIG_STM is not set
|
# CONFIG_STM is not set
|
||||||
# CONFIG_INTEL_TH is not set
|
# CONFIG_INTEL_TH is not set
|
||||||
|
|
||||||
#
|
|
||||||
# FPGA Configuration Support
|
|
||||||
#
|
|
||||||
# CONFIG_FPGA is not set
|
# CONFIG_FPGA is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -4141,6 +4167,7 @@ CONFIG_SQUASHFS_ZLIB=y
|
|||||||
CONFIG_SQUASHFS_LZ4=y
|
CONFIG_SQUASHFS_LZ4=y
|
||||||
CONFIG_SQUASHFS_LZO=y
|
CONFIG_SQUASHFS_LZO=y
|
||||||
CONFIG_SQUASHFS_XZ=y
|
CONFIG_SQUASHFS_XZ=y
|
||||||
|
CONFIG_SQUASHFS_ZSTD=y
|
||||||
# CONFIG_SQUASHFS_4K_DEVBLK_SIZE is not set
|
# CONFIG_SQUASHFS_4K_DEVBLK_SIZE is not set
|
||||||
# CONFIG_SQUASHFS_EMBEDDED is not set
|
# CONFIG_SQUASHFS_EMBEDDED is not set
|
||||||
CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3
|
CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3
|
||||||
@ -4403,6 +4430,7 @@ CONFIG_FTRACE_MCOUNT_RECORD=y
|
|||||||
# CONFIG_RING_BUFFER_STARTUP_TEST is not set
|
# CONFIG_RING_BUFFER_STARTUP_TEST is not set
|
||||||
# CONFIG_TRACE_EVAL_MAP_FILE is not set
|
# CONFIG_TRACE_EVAL_MAP_FILE is not set
|
||||||
CONFIG_TRACING_EVENTS_GPIO=y
|
CONFIG_TRACING_EVENTS_GPIO=y
|
||||||
|
# CONFIG_DMA_API_DEBUG is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Runtime Testing
|
# Runtime Testing
|
||||||
@ -4424,17 +4452,16 @@ CONFIG_TRACING_EVENTS_GPIO=y
|
|||||||
# CONFIG_TEST_UUID is not set
|
# CONFIG_TEST_UUID is not set
|
||||||
# CONFIG_TEST_RHASHTABLE is not set
|
# CONFIG_TEST_RHASHTABLE is not set
|
||||||
# CONFIG_TEST_HASH is not set
|
# CONFIG_TEST_HASH is not set
|
||||||
# CONFIG_DMA_API_DEBUG is not set
|
|
||||||
# CONFIG_TEST_LKM is not set
|
# CONFIG_TEST_LKM is not set
|
||||||
# CONFIG_TEST_USER_COPY is not set
|
# CONFIG_TEST_USER_COPY is not set
|
||||||
# CONFIG_TEST_BPF is not set
|
# CONFIG_TEST_BPF is not set
|
||||||
# CONFIG_TEST_FIRMWARE is not set
|
# CONFIG_TEST_FIRMWARE is not set
|
||||||
# CONFIG_TEST_SYSCTL is not set
|
# CONFIG_TEST_SYSCTL is not set
|
||||||
# CONFIG_TEST_UDELAY is not set
|
# CONFIG_TEST_UDELAY is not set
|
||||||
# CONFIG_MEMTEST is not set
|
|
||||||
# CONFIG_TEST_STATIC_KEYS is not set
|
# CONFIG_TEST_STATIC_KEYS is not set
|
||||||
# CONFIG_BUG_ON_DATA_CORRUPTION is not set
|
|
||||||
# CONFIG_TEST_KMOD is not set
|
# CONFIG_TEST_KMOD is not set
|
||||||
|
# CONFIG_MEMTEST is not set
|
||||||
|
# CONFIG_BUG_ON_DATA_CORRUPTION is not set
|
||||||
# CONFIG_SAMPLES is not set
|
# CONFIG_SAMPLES is not set
|
||||||
CONFIG_HAVE_ARCH_KGDB=y
|
CONFIG_HAVE_ARCH_KGDB=y
|
||||||
# CONFIG_KGDB is not set
|
# CONFIG_KGDB is not set
|
||||||
@ -4652,6 +4679,7 @@ CONFIG_CRC32_SLICEBY8=y
|
|||||||
# CONFIG_CRC7 is not set
|
# CONFIG_CRC7 is not set
|
||||||
CONFIG_LIBCRC32C=m
|
CONFIG_LIBCRC32C=m
|
||||||
# CONFIG_CRC8 is not set
|
# CONFIG_CRC8 is not set
|
||||||
|
CONFIG_XXHASH=y
|
||||||
# CONFIG_AUDIT_ARCH_COMPAT_GENERIC is not set
|
# CONFIG_AUDIT_ARCH_COMPAT_GENERIC is not set
|
||||||
# CONFIG_RANDOM32_SELFTEST is not set
|
# CONFIG_RANDOM32_SELFTEST is not set
|
||||||
CONFIG_ZLIB_INFLATE=y
|
CONFIG_ZLIB_INFLATE=y
|
||||||
@ -4659,6 +4687,8 @@ CONFIG_ZLIB_DEFLATE=m
|
|||||||
CONFIG_LZO_COMPRESS=m
|
CONFIG_LZO_COMPRESS=m
|
||||||
CONFIG_LZO_DECOMPRESS=y
|
CONFIG_LZO_DECOMPRESS=y
|
||||||
CONFIG_LZ4_DECOMPRESS=y
|
CONFIG_LZ4_DECOMPRESS=y
|
||||||
|
CONFIG_ZSTD_COMPRESS=m
|
||||||
|
CONFIG_ZSTD_DECOMPRESS=y
|
||||||
CONFIG_XZ_DEC=y
|
CONFIG_XZ_DEC=y
|
||||||
# CONFIG_XZ_DEC_X86 is not set
|
# CONFIG_XZ_DEC_X86 is not set
|
||||||
# CONFIG_XZ_DEC_POWERPC is not set
|
# CONFIG_XZ_DEC_POWERPC is not set
|
||||||
@ -4694,4 +4724,5 @@ CONFIG_FONT_8x16=y
|
|||||||
CONFIG_SG_POOL=y
|
CONFIG_SG_POOL=y
|
||||||
CONFIG_ARCH_HAS_SG_CHAIN=y
|
CONFIG_ARCH_HAS_SG_CHAIN=y
|
||||||
CONFIG_SBITMAP=y
|
CONFIG_SBITMAP=y
|
||||||
|
# CONFIG_STRING_SELFTEST is not set
|
||||||
# CONFIG_VIRTUALIZATION is not set
|
# CONFIG_VIRTUALIZATION is not set
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user