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/generic/config-4.19 | |
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/generic/config-4.19')
-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 eb6cf46e95..4cbef51ee1 100644 --- a/target/linux/generic/config-4.19 +++ b/target/linux/generic/config-4.19 @@ -4548,6 +4548,7 @@ CONFIG_SERIAL_EARLYCON=y # CONFIG_SFC is not set # CONFIG_SFC_FALCON is not set # CONFIG_SFI is not set +# CONFIG_SFP is not set # CONFIG_SGETMASK_SYSCALL is not set # CONFIG_SGI_IOC4 is not set # CONFIG_SGI_IP22 is not set |