Skip to content

redhat/configs: Cleanup CONFIG_I8K

Prarit Bhargava requested to merge prarit/kernel-ark:fix_I8K_config into os-build

This was noticed during code inspection for another change.

./redhat/configs/rhel/generic/CONFIG_I8K:# CONFIG_I8K is not set
./redhat/configs/rhel/generic/x86/CONFIG_I8K:CONFIG_I8K=y
./redhat/configs/fedora/generic/x86/CONFIG_I8K:CONFIG_I8K=y

Move this to common x86 as 'y' (CONFIG_I8K is a boolean config).

Signed-off-by: Prarit Bhargava prarit@redhat.com

Merge request reports