CONFIG_EMBEDDED has been renamed to CONFIG_EXPERT, so fix it in the block/ directory. Signed-off-by: David Rientjes <rientjes@xxxxxxxxxx> --- block/Kconfig | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/block/Kconfig b/block/Kconfig --- a/block/Kconfig +++ b/block/Kconfig @@ -2,7 +2,7 @@ # Block layer core configuration # menuconfig BLOCK - bool "Enable the block layer" if EMBEDDED + bool "Enable the block layer" if EXPERT default y help Provide block layer support for the kernel. -- To unsubscribe from this list: send the line "unsubscribe linux-arch" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html