commit | 9ca6c91732533c4d8e809dac9f602c28ae4923cc | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Thu Aug 11 22:27:25 2022 +0200 |
committer | Tom Rini <trini@konsulko.com> | Sat Aug 20 16:18:40 2022 -0400 |
tree | 875fcda7189d874ce598b82f9d01eb925de4e4fd | |
parent | 0ba6ce4b7889dc74a646cf54ea97a9d48428bcfe [diff] |
Nokia RX-51: Move board required options from defconfig to Kconfig Some of config options are board specific and should be set in into their default values automatically. So move them from defconfig file to Kconfig definitions to ensure that possible user custom defconfig files would have these required options also enabled. Signed-off-by: Pali Rohár <pali@kernel.org>