From add71173131d3975cfe8d6083eff0d447cef7457 Mon Sep 17 00:00:00 2001 From: Paolo Pisati Date: Wed, 30 Aug 2017 10:12:27 +0000 Subject: [PATCH] UBUNTU: [Config] annotations: DEVKMEM is not available on arm64 Signed-off-by: Paolo Pisati --- debian.raspi2/config/annotations | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian.raspi2/config/annotations b/debian.raspi2/config/annotations index 6b1e2b2a42bc..23c0b677551e 100644 --- a/debian.raspi2/config/annotations +++ b/debian.raspi2/config/annotations @@ -617,7 +617,7 @@ CONFIG_VEXPRESS_CONFIG policy<{'arm64': 'y', 'armhf': ' # Menu: Device Drivers >> Character devices CONFIG_DEVMEM policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'y'}> -CONFIG_DEVKMEM policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> +CONFIG_DEVKMEM policy<{'amd64': 'n', 'arm64': '-', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n', 's390x': 'n'}> CONFIG_TTY_PRINTK policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'i386': 'y', 'ppc64el': 'y', 's390x': 'n'}> CONFIG_PRINTER policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'i386': 'm', 'ppc64el': 'm'}> CONFIG_LP_CONSOLE policy<{'amd64': 'n', 'arm64': 'n', 'armhf': 'n', 'i386': 'n', 'ppc64el': 'n'}> -- 2.39.5