From ed36323f6d217050f82a2200475959b8557a47e4 Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Tue, 16 Sep 2014 16:32:58 +0900 Subject: kconfig: add blank Kconfig files This would be useful to start moving various config options. Signed-off-by: Masahiro Yamada Acked-by: Simon Glass Tested-by: Simon Glass --- net/Kconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 net/Kconfig (limited to 'net/Kconfig') diff --git a/net/Kconfig b/net/Kconfig new file mode 100644 index 0000000..22b9eaa --- /dev/null +++ b/net/Kconfig @@ -0,0 +1,10 @@ +# +# Network configuration +# + +menuconfig NET + bool "Networking support" + +if NET + +endif # if NET -- cgit v1.1