Skip to content

[redhat] configs: Remove pending CONFIG_CHELSIO_IPSEC_INLINE file

The redhat/configs/pending-common/generic/CONFIG_CHELSIO_IPSEC_INLINE file was left behind. It enables the config item as a module. However, the common/generic/ directory includes this item as a built-in (=y).

Remove the pending-common CONFIG_CHELSIO_IPSEC_INLINE file AND change the common/generic/ entry from =y to =m. The result is the generated kernel config files do not change.

Signed-off-by: Patrick Talbert ptalbert@redhat.com

Edited by Patrick Talbert

Merge request reports