mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 06:57:57 +00:00
494a10964c
This refreshes the configuration for Linux kernel 5.15. I first selected the xrx200 subtarget and then refreshed the target kernel configuration using this command: make kernel_oldconfig CONFIG_TARGET=target Then I selected one subtarget after the other and refreshed their configuration using this command: make kernel_oldconfig CONFIG_TARGET=subtarget I compared the kernel configuration used to compile the kernel from the build directory for each subtarget before and after this task and it was still the same. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> [refreshed config for linux 5.15.158] Signed-off-by: Martin Schiller <ms@dev.tdt.de>
10 lines
232 B
Plaintext
10 lines
232 B
Plaintext
CONFIG_MTD_NAND_CORE=y
|
|
CONFIG_MTD_NAND_ECC=y
|
|
CONFIG_MTD_NAND_ECC_SW_HAMMING=y
|
|
CONFIG_MTD_RAW_NAND=y
|
|
CONFIG_MTD_SPLIT_FIRMWARE_NAME="linux"
|
|
CONFIG_PINCTRL_FALCON=y
|
|
CONFIG_SOC_FALCON=y
|
|
# CONFIG_SOC_XWAY is not set
|
|
CONFIG_SPI_FALCON=y
|