diff options
author | Masahiro Yamada <masahiroy@kernel.org> | 2020-01-05 00:02:30 +0900 |
---|---|---|
committer | Masahiro Yamada <masahiroy@kernel.org> | 2020-01-14 10:42:44 +0900 |
commit | be1859bdc660213b11c417ebfaf9161938526d44 (patch) | |
tree | 8908a525490def4c305b3a54b368e0306d39cd6e /include/kvm | |
parent | 80e715a06c2d0a24dbb818bb1dba2ef0f20d7068 (diff) | |
download | linux-be1859bdc660213b11c417ebfaf9161938526d44.tar.bz2 |
initramfs: remove redundant dependency on BLK_DEV_INITRD
init/Kconfig includes usr/Kconfig inside the "if BLK_DEV_INITRD" ...
"endif" block:
if BLK_DEV_INITRD
source "usr/Kconfig"
endif
Hence, all the defines in usr/Kconfig depend on BLK_DEV_INITRD.
Remove the redundant "depends on BLK_DEV_INITRD".
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Reviewed-by: Greg Thelen <gthelen@google.com>
Diffstat (limited to 'include/kvm')
0 files changed, 0 insertions, 0 deletions