Enable the required option to have the "Universal TUN/TAP device driver support" working on a Morello SoC in the default defconfig for Morello Transitional PCuABI (morello_transitional_pcuabi_defconfig):
...
- CONFIG_TUN=y
...
A rebased version of the patches on morello/master (morello-last-5.18), to be used for testing purposes, can be found at: https://git.morello-project.org/vincenzo/linux morello/tun/v1
Signed-off-by: Vincenzo Frascino vincenzo.frascino@arm.com
Vincenzo Frascino (2): net: Fix incompatible function pointer types in TUN driver. arm64: morello: Enable TUN in defconfig
.../morello_transitional_pcuabi_defconfig | 1 + drivers/net/tun.c | 35 ++----------------- 2 files changed, 4 insertions(+), 32 deletions(-)