diff options
author | Ansuel Smith <ansuelsmth@gmail.com> | 2019-11-28 21:58:19 +0100 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2019-12-19 22:41:57 +0100 |
commit | 53801ae1c79ecf5153d658951e3c3afed4a16d93 (patch) | |
tree | 196b5c647dcc4b0de5ff2d13946c3e40c5225fb9 /target | |
parent | f81e148eb610c3caad3cff392cc014c89c947bea (diff) | |
download | upstream-53801ae1c79ecf5153d658951e3c3afed4a16d93.tar.gz upstream-53801ae1c79ecf5153d658951e3c3afed4a16d93.tar.bz2 upstream-53801ae1c79ecf5153d658951e3c3afed4a16d93.zip |
kernel: generic: add missing config symbol to 4.19
PCI_V3_SEMI config symbol was found missing in generic kernel config
after ipq806x config refresh to 4.19.
Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
[commit subject and description facelift]
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/generic/config-4.19 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-4.19 b/target/linux/generic/config-4.19 index d6c6a14f38..eb6cf46e95 100644 --- a/target/linux/generic/config-4.19 +++ b/target/linux/generic/config-4.19 @@ -3680,6 +3680,7 @@ CONFIG_PARTITION_ADVANCED=y # CONFIG_PCIE_KIRIN is not set # CONFIG_PCIE_PTM is not set # CONFIG_PCIE_XILINX is not set +# CONFIG_PCI_V3_SEMI is not set # CONFIG_PCIPCWATCHDOG is not set # CONFIG_PCI_ATMEL is not set # CONFIG_PCI_CNB20LE_QUIRK is not set |