openwrt-mirror/target/linux/imx
Aleksander Jan Bajkowski a98ded6c5c kernel: move some symbols to generic config
This commit add some enabled symbols to generic config.
LTO is only supported by clang compiler and therefore should
be disabled in the generic config instead of duplicating this
symbol in each target. CONFIG_LTO_NONE do this job.

The second group of symbols is enabled by the options available
in the generic config and is therefore added here:
* CONFIG_AF_UNIX_OOB is selected by CONFIG_NET && CONFIG_UNIX,
* CONFIG_BINARY_PRINTF is selected by CONFIG_BPF_SYSCALL,
* CONFIG_NET_SOCK_MSG is selected by CONFIG_BPF_SYSCALL && CONFIG_NET.

The other symbols are disabled and should be in the generic config.

This commit also removes these symbols from subtargets.

Signed-off-by: Aleksander Jan Bajkowski <olek2@wp.pl>
2022-04-09 19:31:46 +02:00
..
base-files/etc imx: split into arch-specific subtargets 2021-11-03 12:45:40 +01:00
cortexa7 imx: update config for 5.15 2022-03-30 23:39:08 +02:00
cortexa9 imx: base-files: drop redundant space after case keywords 2022-04-01 14:32:54 +02:00
files/firmware/imx/sdma imx: bump SDMA firmware to v3.6 2022-01-13 09:33:29 +01:00
image imx: image: use 'u-boot-dtb.img' filename for SPL payload 2022-04-07 09:58:44 +02:00
patches-5.15 imx: copy config and patches from 5.10 to 5.15 2022-03-30 23:39:08 +02:00
profiles imx6: rename target to 'imx' 2021-11-03 12:45:40 +01:00
config-5.15 kernel: move some symbols to generic config 2022-04-09 19:31:46 +02:00
Makefile imx: make 5.15 default kernel and remove 5.10 support 2022-03-31 17:30:14 +02:00