diff options
author | Aleksander Jan Bajkowski <olek2@wp.pl> | 2022-10-15 21:48:22 +0200 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-11-27 13:18:29 +0100 |
commit | bb2fb4f16aef574921cb75e2205b2a3c38822588 (patch) | |
tree | 90e7696ee7e09901bf424d272919316ca650f62d /target/linux/airoha | |
parent | d81e948dc2d9b45e6b65fc8d10badb791783d7f7 (diff) | |
download | upstream-bb2fb4f16aef574921cb75e2205b2a3c38822588.tar.gz upstream-bb2fb4f16aef574921cb75e2205b2a3c38822588.tar.bz2 upstream-bb2fb4f16aef574921cb75e2205b2a3c38822588.zip |
airoha: disable swconfig
Swconfig isn't used by this target and can be disabled for
this reason. Airoha doesn't even have an Ethernet driver.
In the future, this target should get a DSA driver.
Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
Diffstat (limited to 'target/linux/airoha')
-rw-r--r-- | target/linux/airoha/config-5.15 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/airoha/config-5.15 b/target/linux/airoha/config-5.15 index 0dfd80b7bb..adc8cdfb9b 100644 --- a/target/linux/airoha/config-5.15 +++ b/target/linux/airoha/config-5.15 @@ -238,7 +238,6 @@ CONFIG_SPI_MEM=y CONFIG_SRCU=y CONFIG_STACKTRACE=y # CONFIG_SWAP is not set -CONFIG_SWCONFIG=y CONFIG_SWPHY=y CONFIG_SWP_EMULATE=y CONFIG_SYS_SUPPORTS_APM_EMULATION=y |