diff options
Diffstat (limited to 'block/Kconfig')
-rw-r--r-- | block/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block/Kconfig b/block/Kconfig index 9af6c614dfde..83766a6bdee2 100644 --- a/block/Kconfig +++ b/block/Kconfig | |||
@@ -2,7 +2,7 @@ | |||
2 | # Block layer core configuration | 2 | # Block layer core configuration |
3 | # | 3 | # |
4 | config BLOCK | 4 | config BLOCK |
5 | bool "Enable the block layer" | 5 | bool "Enable the block layer" if EMBEDDED |
6 | default y | 6 | default y |
7 | help | 7 | help |
8 | This permits the block layer to be removed from the kernel if it's not | 8 | This permits the block layer to be removed from the kernel if it's not |