File tree Expand file tree Collapse file tree 4 files changed +970
-0
lines changed
debian.nvidia-6.14/config Expand file tree Collapse file tree 4 files changed +970
-0
lines changed Original file line number Diff line number Diff line change @@ -224,6 +224,7 @@ CONFIG_CC_HAS_SIGN_RETURN_ADDRESS policy<{'arm64': '-'}>
224224CONFIG_CC_VERSION_TEXT policy<{'amd64': '"x86_64-linux-gnu-gcc-13 (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0"', 'arm64': '"aarch64-linux-gnu-gcc-13 (Ubuntu 13.3.0-6ubuntu2~24.04) 13.3.0"'}>
225225CONFIG_CGROUP_RESCTRL policy<{'amd64': '-', 'arm64': '-'}>
226226CONFIG_CPUFREQ_ARCH_CUR_FREQ policy<{'amd64': 'y'}>
227+ CONFIG_EINT_MTK_HP policy<{'arm64': 'm'}>
227228CONFIG_DRM_PANIC_SCREEN_QR_CODE policy<{'amd64': '-', 'arm64': '-'}>
228229CONFIG_EC_HUAWEI_GAOKUN policy<{'arm64': 'n'}>
229230CONFIG_FTRACE_SORT_STARTUP_TEST policy<{'amd64': 'n', 'arm64': 'n'}>
Original file line number Diff line number Diff line change @@ -10,6 +10,15 @@ config EINT_MTK
1010 default y if PINCTRL_MTK || PINCTRL_MTK_MOORE
1111 default PINCTRL_MTK_PARIS
1212
13+ config EINT_MTK_HP
14+ tristate "MediaTek HP Driver"
15+ depends on EINT_MTK
16+ help
17+ Say yes here to support NICs cable plug in/out test.
18+ It will disable pcie link when plug out and enable
19+ pcie link after plug in cable.
20+ This is particularly useful for MediaTek MT8901 SoC.
21+
1322config PINCTRL_MTK
1423 bool
1524 depends on OF
Original file line number Diff line number Diff line change 11# SPDX-License-Identifier: GPL-2.0
22# Core
33obj-$(CONFIG_EINT_MTK) += mtk-eint.o
4+ obj-$(CONFIG_EINT_MTK_HP) += mtk-eint-hotplug.o
45obj-$(CONFIG_PINCTRL_MTK) += pinctrl-mtk-common.o
56obj-$(CONFIG_PINCTRL_MTK_V2) += pinctrl-mtk-common-v2.o
67obj-$(CONFIG_PINCTRL_MTK_MTMIPS) += pinctrl-mtmips.o
You can’t perform that action at this time.
0 commit comments