diff options
author | Hauke Mehrtens <hauke@hauke-m.de> | 2019-12-23 15:23:09 +0100 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2019-12-23 15:25:36 +0100 |
commit | 729d7bc7517288c2c8c5a00f918878d3828594b2 (patch) | |
tree | 2be479584f6af368b536818e33347f13e5e9d02c /target/linux/ipq806x | |
parent | b0b1d4aaf0b646ba352e2bd446f7074d210b0f01 (diff) | |
download | upstream-729d7bc7517288c2c8c5a00f918878d3828594b2.tar.gz upstream-729d7bc7517288c2c8c5a00f918878d3828594b2.tar.bz2 upstream-729d7bc7517288c2c8c5a00f918878d3828594b2.zip |
kernel: Deactivate CONFIG_SFP in generic config
Deactivate CONFIG_SFP for kernel 4.19 in the generic configuration.
The CONFIG_SFP configuration option was not set to anything in the
ath79 build for me, set it to deactivated by default.
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/ipq806x')
-rw-r--r-- | target/linux/ipq806x/config-4.19 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/ipq806x/config-4.19 b/target/linux/ipq806x/config-4.19 index 68de994370..7a06ab9081 100644 --- a/target/linux/ipq806x/config-4.19 +++ b/target/linux/ipq806x/config-4.19 @@ -454,7 +454,6 @@ CONFIG_SERIAL_8250_FSL=y # CONFIG_SERIAL_AMBA_PL011 is not set CONFIG_SERIAL_MSM=y CONFIG_SERIAL_MSM_CONSOLE=y -# CONFIG_SFP is not set CONFIG_SGL_ALLOC=y CONFIG_SMP=y CONFIG_SMP_ON_UP=y |