
The CONFIG_NET_SWITCHDEV option is needed by CONFIG_DSA and some other options. It is boolean, we have to compile it into the kernel it self. Activate it for all targets in the generic configuration, it is already activated for most of them. This allows to install DSA drivers as a module. On the ramips/mt7620 target the kernel would grown by 4.5kB. For some small targets which do not support a DSA switch by default the option is deactivated. Link: https://github.com/openwrt/openwrt/pull/17668 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
11 lines
266 B
Groff
11 lines
266 B
Groff
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_NET_SWITCHDEV is not set
|
|
CONFIG_PINCTRL_FALCON=y
|
|
CONFIG_SOC_FALCON=y
|
|
# CONFIG_SOC_XWAY is not set
|
|
CONFIG_SPI_FALCON=y
|