diff options
| author | Robert Marko <robimarko@gmail.com> | 2023-05-22 23:36:44 +0200 |
|---|---|---|
| committer | Nick Hainke <vincent@systemli.org> | 2023-05-24 21:46:27 +0200 |
| commit | 16799045bf955d7058d93b8a4efd47bf60c7d3ab (patch) | |
| tree | 1be8c04da302c87a2ec2617d9a557dbcfd73e36a /target/linux/generic | |
| parent | 62e88d22b968737e63947655e033660b467e6313 (diff) | |
| download | upstream-16799045bf955d7058d93b8a4efd47bf60c7d3ab.tar.gz upstream-16799045bf955d7058d93b8a4efd47bf60c7d3ab.tar.bz2 upstream-16799045bf955d7058d93b8a4efd47bf60c7d3ab.zip | |
generic: 6.1: disable CONFIG_OCTEON_EP by default
There is no reason for Octeon PCI endpoint driver to be disabled in targets
so disable it in generic config.
Signed-off-by: Robert Marko <robimarko@gmail.com>
Diffstat (limited to 'target/linux/generic')
| -rw-r--r-- | target/linux/generic/config-6.1 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/config-6.1 b/target/linux/generic/config-6.1 index 65c000bb204..8b2e8e4d984 100644 --- a/target/linux/generic/config-6.1 +++ b/target/linux/generic/config-6.1 @@ -4563,6 +4563,7 @@ CONFIG_NMI_LOG_BUF_SHIFT=13 # CONFIG_OCFS2_FS is not set # CONFIG_OCTEONTX2_AF is not set # CONFIG_OCTEONTX2_PF is not set +# CONFIG_OCTEON_EP is not set # CONFIG_OF_OVERLAY is not set CONFIG_OF_RESERVED_MEM=y # CONFIG_OF_UNITTEST is not set |
