Comment 0 for bug 2022361

Revision history for this message
JOHN VINCENT (johnvincent) wrote :

Package: linux
Version: Ubuntu-6.2.0-21.21
Severity: normal
File: /mantic/debian.master/config/annotations

Dear Maintainer,

The ubuntu kernel is missing a few configuration options for Renesas RZ/G2M MPU as below:

#Modify the following config from m to y.

CONFIG_SERIAL_SH_SCI=y

#add below configuration

CONFIG_SERIAL_SH_SCI_CONSOLE=y
CONFIG_SERIAL_SH_SCI_EARLYCON=y

The above changes are required in annotations file: "/mantic/debian.master/config/annotations"

code location:

https://git.launchpad.net/~ubuntu-kernel/ubuntu/+source/linux/+git/mantic/tree/debian.master/config/annotations#n11372

#Modify the following line (change 'm' to 'y')

CONFIG_SERIAL_SH_SCI policy<{'arm64': 'y', 'armhf': 'y'}>

#Add the following lines:

CONFIG_SERIAL_SH_SCI_CONSOLE policy<{'arm64': 'y', 'armhf': 'y'}>
CONFIG_SERIAL_SH_SCI_EARLYCON policy<{'arm64': 'y', 'armhf': 'y'}>

Could you please add those configuration options to the Ubuntu kernel?

Best Regards
John