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/imx6 | |
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/imx6')
-rw-r--r-- | target/linux/imx6/config-4.19 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/target/linux/imx6/config-4.19 b/target/linux/imx6/config-4.19 index 94865f96e2..9ba1d02b93 100644 --- a/target/linux/imx6/config-4.19 +++ b/target/linux/imx6/config-4.19 @@ -462,7 +462,6 @@ CONFIG_SERIAL_8250_FSL=y CONFIG_SERIAL_IMX=y CONFIG_SERIAL_IMX_CONSOLE=y CONFIG_SERIAL_MCTRL_GPIO=y -# CONFIG_SFP is not set CONFIG_SGL_ALLOC=y CONFIG_SG_POOL=y CONFIG_SMP=y |