From 83a8feb1d64784c17a09b9546e906f5dd6c34cd5 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 25 Mar 2016 12:06:57 +0100 Subject: allow to choose drivers for generic support, reported by Oliver --- target/linux/config/Config.in.netdevice | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'target/linux/config/Config.in.netdevice') diff --git a/target/linux/config/Config.in.netdevice b/target/linux/config/Config.in.netdevice index f76a8c69d..6191b02a3 100644 --- a/target/linux/config/Config.in.netdevice +++ b/target/linux/config/Config.in.netdevice @@ -1,5 +1,9 @@ # This file is part of the OpenADK project. OpenADK is copyrighted # material, please see the LICENCE file in the top-level directory. +menu "Network device support" source "target/linux/config/Config.in.ethernet" source "target/linux/config/Config.in.wireless" +source "target/linux/config/Config.in.bluetooth" +source "target/linux/config/Config.in.nfc" +endmenu -- cgit v1.2.3