summaryrefslogtreecommitdiff
path: root/target/linux
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-10-11 17:24:20 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2015-10-11 17:24:20 +0200
commit30a061f9d1df2eb231cb6ece51406ec24a418dda (patch)
treed1626eb9489349b394e69ac90468a544d5b21fe4 /target/linux
parentcaf7cf1a9ceb76481bea92282e886cce420b07ff (diff)
add license header
Diffstat (limited to 'target/linux')
-rw-r--r--target/linux/config/Config.in.audio3
-rw-r--r--target/linux/config/Config.in.aufs3
-rw-r--r--target/linux/config/Config.in.block3
-rw-r--r--target/linux/config/Config.in.bluetooth3
-rw-r--r--target/linux/config/Config.in.bus3
-rw-r--r--target/linux/config/Config.in.cpu3
-rw-r--r--target/linux/config/Config.in.crypto3
-rw-r--r--target/linux/config/Config.in.debug3
-rw-r--r--target/linux/config/Config.in.dma3
-rw-r--r--target/linux/config/Config.in.ethernet3
-rw-r--r--target/linux/config/Config.in.flash3
-rw-r--r--target/linux/config/Config.in.fs3
-rw-r--r--target/linux/config/Config.in.fsnet3
-rw-r--r--target/linux/config/Config.in.gpio3
-rw-r--r--target/linux/config/Config.in.graphics3
-rw-r--r--target/linux/config/Config.in.i2c3
-rw-r--r--target/linux/config/Config.in.input3
-rw-r--r--target/linux/config/Config.in.ipsec3
-rw-r--r--target/linux/config/Config.in.ipvs3
-rw-r--r--target/linux/config/Config.in.kernel3
-rw-r--r--target/linux/config/Config.in.kvm3
-rw-r--r--target/linux/config/Config.in.leds3
-rw-r--r--target/linux/config/Config.in.lib3
-rw-r--r--target/linux/config/Config.in.multimedia3
-rw-r--r--target/linux/config/Config.in.netdevice3
-rw-r--r--target/linux/config/Config.in.netfilter3
-rw-r--r--target/linux/config/Config.in.netfilter.core3
-rw-r--r--target/linux/config/Config.in.netfilter.ebt3
-rw-r--r--target/linux/config/Config.in.netfilter.ip43
-rw-r--r--target/linux/config/Config.in.netfilter.ip63
-rw-r--r--target/linux/config/Config.in.network3
-rw-r--r--target/linux/config/Config.in.nls3
-rw-r--r--target/linux/config/Config.in.part3
-rw-r--r--target/linux/config/Config.in.pcmcia3
-rw-r--r--target/linux/config/Config.in.pm3
-rw-r--r--target/linux/config/Config.in.regmap3
-rw-r--r--target/linux/config/Config.in.regulator3
-rw-r--r--target/linux/config/Config.in.rtc3
-rw-r--r--target/linux/config/Config.in.sched3
-rw-r--r--target/linux/config/Config.in.serial3
-rw-r--r--target/linux/config/Config.in.spi3
-rw-r--r--target/linux/config/Config.in.usb3
-rw-r--r--target/linux/config/Config.in.virtio3
-rw-r--r--target/linux/config/Config.in.wireless3
-rw-r--r--target/linux/config/Config.in.xtensa3
45 files changed, 135 insertions, 0 deletions
diff --git a/target/linux/config/Config.in.audio b/target/linux/config/Config.in.audio
index c212a16a9..07e954312 100644
--- a/target/linux/config/Config.in.audio
+++ b/target/linux/config/Config.in.audio
@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
menu "Audio devices support"
depends on ADK_TARGET_WITH_PCI || ADK_TARGET_WITH_USB || ADK_TARGET_WITH_SOUND || ADK_TARGET_QEMU
diff --git a/target/linux/config/Config.in.aufs b/target/linux/config/Config.in.aufs
index 0d9c928c9..228a23e52 100644
--- a/target/linux/config/Config.in.aufs
+++ b/target/linux/config/Config.in.aufs
@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
menu "Overlay filesystems"
config ADK_KERNEL_AUFS_FS
diff --git a/target/linux/config/Config.in.block b/target/linux/config/Config.in.block
index 248b5e804..d382a0706 100644
--- a/target/linux/config/Config.in.block
+++ b/target/linux/config/Config.in.block
@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
menu "Block devices support"
depends on ADK_TARGET_WITH_BLOCK
diff --git a/target/linux/config/Config.in.bluetooth b/target/linux/config/Config.in.bluetooth
index bcac0b0d0..52f708818 100644
--- a/target/linux/config/Config.in.bluetooth
+++ b/target/linux/config/Config.in.bluetooth
@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
menu "Bluetooth support and drivers"
depends on ADK_TARGET_WITH_USB || ADK_TARGET_WITH_MINIPCI || ADK_TARGET_WITH_SDIO
diff --git a/target/linux/config/Config.in.bus b/target/linux/config/Config.in.bus
index 2b7bd757d..a8363dfe3 100644
--- a/target/linux/config/Config.in.bus
+++ b/target/linux/config/Config.in.bus
@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
config ADK_KERNEL_PCI
bool
select ADK_KERNEL_PCI_QUIRKS
diff --git a/target/linux/config/Config.in.cpu b/target/linux/config/Config.in.cpu
index 30eff32a1..f3c30db5d 100644
--- a/target/linux/config/Config.in.cpu
+++ b/target/linux/config/Config.in.cpu
@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
config ADK_KERNEL_MTRR
bool
default y if ADK_TARGET_CPU_WITH_MTRR
diff --git a/target/linux/config/Config.in.crypto b/target/linux/config/Config.in.crypto
index 8af4bde0f..9b676c14c 100644
--- a/target/linux/config/Config.in.crypto
+++ b/target/linux/config/Config.in.crypto
@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
menu "Crypto support"
config ADK_KERNEL_CRYPTO
diff --git a/target/linux/config/Config.in.debug b/target/linux/config/Config.in.debug
index 0680c06fb..30551745e 100644
--- a/target/linux/config/Config.in.debug
+++ b/target/linux/config/Config.in.debug
@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
menu "Kernel debugging"
config ADK_KERNEL_FTRACE
diff --git a/target/linux/config/Config.in.dma b/target/linux/config/Config.in.dma
index 2a87d3ffc..47da4db97 100644
--- a/target/linux/config/Config.in.dma
+++ b/target/linux/config/Config.in.dma
@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
config ADK_KERNEL_DMADEVICES
bool
diff --git a/target/linux/config/Config.in.ethernet b/target/linux/config/Config.in.ethernet
index 674a9dfc0..ef8e1096f 100644
--- a/target/linux/config/Config.in.ethernet
+++ b/target/linux/config/Config.in.ethernet
@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
menu "Ethernet network devices support"
depends on ADK_TARGET_WITH_NET
diff --git a/target/linux/config/Config.in.flash b/target/linux/config/Config.in.flash
index d39ac114b..b0929aa40 100644
--- a/target/linux/config/Config.in.flash
+++ b/target/linux/config/Config.in.flash
@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
menu "Flash device support"
depends on ADK_TARGET_WITH_NAND || ADK_TARGET_WITH_MTD || ADK_TARGET_QEMU
diff --git a/target/linux/config/Config.in.fs b/target/linux/config/Config.in.fs
index 0d3a07f9d..2cc22e335 100644
--- a/target/linux/config/Config.in.fs
+++ b/target/linux/config/Config.in.fs
@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
menu "Filesystems support"
config ADK_KERNEL_MISC_FILESYSTEMS
diff --git a/target/linux/config/Config.in.fsnet b/target/linux/config/Config.in.fsnet
index e9347fa05..2ec052e9d 100644
--- a/target/linux/config/Config.in.fsnet
+++ b/target/linux/config/Config.in.fsnet
@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
menu "Network filesystems"
config ADK_KERNEL_FS_POSIX_ACL
diff --git a/target/linux/config/Config.in.gpio b/target/linux/config/Config.in.gpio
index 535f9c668..2aaf37824 100644
--- a/target/linux/config/Config.in.gpio
+++ b/target/linux/config/Config.in.gpio
@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
config ADK_KERNEL_RESET_GPIO
bool
diff --git a/target/linux/config/Config.in.graphics b/target/linux/config/Config.in.graphics
index 67fc327fd..45b904ced 100644
--- a/target/linux/config/Config.in.graphics
+++ b/target/linux/config/Config.in.graphics
@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
menu "Graphic devices support"
depends on ADK_TARGET_WITH_VGA || ADK_TARGET_QEMU || ADK_TARGET_VBOX
diff --git a/target/linux/config/Config.in.i2c b/target/linux/config/Config.in.i2c
index a7f1fd120..dbfac7f89 100644
--- a/target/linux/config/Config.in.i2c
+++ b/target/linux/config/Config.in.i2c
@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
menu "I2C driver support"
depends on ADK_TARGET_WITH_I2C
diff --git a/target/linux/config/Config.in.input b/target/linux/config/Config.in.input
index a930a07a3..8ee11c909 100644
--- a/target/linux/config/Config.in.input
+++ b/target/linux/config/Config.in.input
@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
menu "Input devices"
depends on ADK_TARGET_WITH_USB \
|| ADK_TARGET_WITH_INPUT \
diff --git a/target/linux/config/Config.in.ipsec b/target/linux/config/Config.in.ipsec
index 60a7a392b..08916f995 100644
--- a/target/linux/config/Config.in.ipsec
+++ b/target/linux/config/Config.in.ipsec
@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
menu "IPSec support"
config ADK_KERNEL_XFRM_ALGO
diff --git a/target/linux/config/Config.in.ipvs b/target/linux/config/Config.in.ipvs
index b5526fe93..ce332329b 100644
--- a/target/linux/config/Config.in.ipvs
+++ b/target/linux/config/Config.in.ipvs
@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
menu "IPVS support"
config ADK_KERNEL_IP_VS
diff --git a/target/linux/config/Config.in.kernel b/target/linux/config/Config.in.kernel
index b31b2ace6..4d88d035d 100644
--- a/target/linux/config/Config.in.kernel
+++ b/target/linux/config/Config.in.kernel
@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
config ADK_KERNEL_EXPERIMENTAL
bool
default y
diff --git a/target/linux/config/Config.in.kvm b/target/linux/config/Config.in.kvm
index 4dfd93b12..a45b88846 100644
--- a/target/linux/config/Config.in.kvm
+++ b/target/linux/config/Config.in.kvm
@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
menu "Virtualization"
depends on (ADK_TARGET_ARCH_X86_64 || ADK_TARGET_ARCH_X86) && ADK_TARGET_CPU_WITH_VT
diff --git a/target/linux/config/Config.in.leds b/target/linux/config/Config.in.leds
index 225cfed4e..371ecfb8a 100644
--- a/target/linux/config/Config.in.leds
+++ b/target/linux/config/Config.in.leds
@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
config ADK_KERNEL_NEW_LEDS
boolean
diff --git a/target/linux/config/Config.in.lib b/target/linux/config/Config.in.lib
index 29f3899c6..b8ba7ad38 100644
--- a/target/linux/config/Config.in.lib
+++ b/target/linux/config/Config.in.lib
@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
menu "Kernel Library Routines"
config ADK_KERNEL_CRC_ITU_T
diff --git a/target/linux/config/Config.in.multimedia b/target/linux/config/Config.in.multimedia
index a534810b8..680f0df5d 100644
--- a/target/linux/config/Config.in.multimedia
+++ b/target/linux/config/Config.in.multimedia
@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
menu "Multimedia support"
depends on ADK_TARGET_WITH_USB
diff --git a/target/linux/config/Config.in.netdevice b/target/linux/config/Config.in.netdevice
index 4a6d6b781..f76a8c69d 100644
--- a/target/linux/config/Config.in.netdevice
+++ b/target/linux/config/Config.in.netdevice
@@ -1,2 +1,5 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
source "target/linux/config/Config.in.ethernet"
source "target/linux/config/Config.in.wireless"
diff --git a/target/linux/config/Config.in.netfilter b/target/linux/config/Config.in.netfilter
index cb493a02b..988a2967b 100644
--- a/target/linux/config/Config.in.netfilter
+++ b/target/linux/config/Config.in.netfilter
@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
menu "Netfilter"
depends on ADK_TARGET_WITH_NET
diff --git a/target/linux/config/Config.in.netfilter.core b/target/linux/config/Config.in.netfilter.core
index cab6278aa..82cd5f48b 100644
--- a/target/linux/config/Config.in.netfilter.core
+++ b/target/linux/config/Config.in.netfilter.core
@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
config ADK_KERNEL_NF_CONNTRACK
tristate 'Netfilter connection tracking support'
select ADK_KERNEL_NETFILTER_XTABLES
diff --git a/target/linux/config/Config.in.netfilter.ebt b/target/linux/config/Config.in.netfilter.ebt
index ba24b49b7..c173aca48 100644
--- a/target/linux/config/Config.in.netfilter.ebt
+++ b/target/linux/config/Config.in.netfilter.ebt
@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
config ADK_KERNEL_BRIDGE_NF_EBTABLES
tristate 'Ethernet Bridge tables support'
select ADK_KERNEL_BRIDGE_NETFILTER
diff --git a/target/linux/config/Config.in.netfilter.ip4 b/target/linux/config/Config.in.netfilter.ip4
index 648a412a7..9613ff669 100644
--- a/target/linux/config/Config.in.netfilter.ip4
+++ b/target/linux/config/Config.in.netfilter.ip4
@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
config ADK_KERNEL_NF_NAT
tristate
diff --git a/target/linux/config/Config.in.netfilter.ip6 b/target/linux/config/Config.in.netfilter.ip6
index 1690d3d32..077ae82f9 100644
--- a/target/linux/config/Config.in.netfilter.ip6
+++ b/target/linux/config/Config.in.netfilter.ip6
@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
config ADK_KERNEL_NF_CONNTRACK_IPV6
prompt "IPv6 connection tracking support"
tristate
diff --git a/target/linux/config/Config.in.network b/target/linux/config/Config.in.network
index 796eaa3df..e60b0da7b 100644
--- a/target/linux/config/Config.in.network
+++ b/target/linux/config/Config.in.network
@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
config ADK_KERNEL_NETDEVICES
bool
diff --git a/target/linux/config/Config.in.nls b/target/linux/config/Config.in.nls
index 52dcc8071..96f672d2f 100644
--- a/target/linux/config/Config.in.nls
+++ b/target/linux/config/Config.in.nls
@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
menu "Native Language support"
config ADK_KERNEL_NLS_DEFAULT
diff --git a/target/linux/config/Config.in.part b/target/linux/config/Config.in.part
index b0b4ba0f0..1de6047e4 100644
--- a/target/linux/config/Config.in.part
+++ b/target/linux/config/Config.in.part
@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
menu "Partition Types"
config ADK_KERNEL_PARTITION_ADVANCED
diff --git a/target/linux/config/Config.in.pcmcia b/target/linux/config/Config.in.pcmcia
index b070fc84a..27c8ab100 100644
--- a/target/linux/config/Config.in.pcmcia
+++ b/target/linux/config/Config.in.pcmcia
@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
menu "PCMCIA/CardBus support"
depends on ADK_TARGET_WITH_CARDBUS || ADK_TARGET_WITH_PCMCIA || ADK_TARGET_QEMU
diff --git a/target/linux/config/Config.in.pm b/target/linux/config/Config.in.pm
index e7c875047..c0a84b645 100644
--- a/target/linux/config/Config.in.pm
+++ b/target/linux/config/Config.in.pm
@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
config ADK_KERNEL_PM
bool
default y if ADK_TARGET_SYSTEM_SOLIDRUN_IMX6
diff --git a/target/linux/config/Config.in.regmap b/target/linux/config/Config.in.regmap
index 47823cf6b..2ee12dd22 100644
--- a/target/linux/config/Config.in.regmap
+++ b/target/linux/config/Config.in.regmap
@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
config ADK_KERNEL_REGMAP
bool
select ADK_KERNEL_LZO_COMPRESS
diff --git a/target/linux/config/Config.in.regulator b/target/linux/config/Config.in.regulator
index 9666cfa5c..f0c652849 100644
--- a/target/linux/config/Config.in.regulator
+++ b/target/linux/config/Config.in.regulator
@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
config ADK_KERNEL_REGULATOR
bool
diff --git a/target/linux/config/Config.in.rtc b/target/linux/config/Config.in.rtc
index acf9b8512..6adecfa63 100644
--- a/target/linux/config/Config.in.rtc
+++ b/target/linux/config/Config.in.rtc
@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
menu "RTC device support"
depends on ADK_TARGET_WITH_RTC
diff --git a/target/linux/config/Config.in.sched b/target/linux/config/Config.in.sched
index 7253d559e..26c432314 100644
--- a/target/linux/config/Config.in.sched
+++ b/target/linux/config/Config.in.sched
@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
menu "QoS and/or fair queueing"
config ADK_KERNEL_NET_SCH_CSZ
diff --git a/target/linux/config/Config.in.serial b/target/linux/config/Config.in.serial
index 14489e9be..51b08778a 100644
--- a/target/linux/config/Config.in.serial
+++ b/target/linux/config/Config.in.serial
@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
menu "Serial devices support"
depends on ADK_TARGET_WITH_SERIAL || ADK_TARGET_QEMU || ADK_TARGET_VBOX || ADK_TARGET_SIM
diff --git a/target/linux/config/Config.in.spi b/target/linux/config/Config.in.spi
index 42bbd4b54..7442195db 100644
--- a/target/linux/config/Config.in.spi
+++ b/target/linux/config/Config.in.spi
@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
menu "SPI driver support"
depends on ADK_TARGET_WITH_SPI
diff --git a/target/linux/config/Config.in.usb b/target/linux/config/Config.in.usb
index e6023b302..c9cf3126c 100644
--- a/target/linux/config/Config.in.usb
+++ b/target/linux/config/Config.in.usb
@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
menu "USB support"
depends on ADK_TARGET_WITH_USB || ADK_TARGET_SYSTEM_QEMU_X86_64 || ADK_TARGET_SYSTEM_QEMU_X86
diff --git a/target/linux/config/Config.in.virtio b/target/linux/config/Config.in.virtio
index 1012a69b4..7b3be63df 100644
--- a/target/linux/config/Config.in.virtio
+++ b/target/linux/config/Config.in.virtio
@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
menu "Virtio driver support"
config ADK_KERNEL_VIRTIO
diff --git a/target/linux/config/Config.in.wireless b/target/linux/config/Config.in.wireless
index e6ec4e3ce..f07f1c36b 100644
--- a/target/linux/config/Config.in.wireless
+++ b/target/linux/config/Config.in.wireless
@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
config ADK_KERNEL_WLAN
bool
diff --git a/target/linux/config/Config.in.xtensa b/target/linux/config/Config.in.xtensa
index 43c8bbea2..7394d627b 100644
--- a/target/linux/config/Config.in.xtensa
+++ b/target/linux/config/Config.in.xtensa
@@ -1,3 +1,6 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
config ADK_KERNEL_XTENSA_VARIANT_DC233C
boolean