Go to file
Anas Nashif 6e23ff44ef kconfig: support wildcards
This allows using wildcards with kconfig files so there is no need
to include individual files within a well define tree structure.

For example, you add

source "drivers/*/Kconfig"

and all Kconfig files under drivers/ will be sourced and the order in
menuconfig will be based on the wildcard processing, not in any particular
order.

The main advantage here is that drivers and platforms become drop-ins, a platform
or a driver can be added by just placing it in the right place without having to
change system Kconfig files or Makefiles (Makefiles will be supported in other change).

Change-Id: Id223ba10e6f48b4c48435e9ea37885162ce55e7c
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-02-05 20:24:52 -05:00
arch Kconfig: quark_se-x86: Set proper default config settings 2016-02-05 20:24:52 -05:00
doc
drivers i2c: dw: Fix support for i2c port 1 2016-02-05 20:24:52 -05:00
include Rename simple UART driver to pipe UART 2016-02-05 20:24:52 -05:00
kernel
lib
misc
net Rename simple UART driver to pipe UART 2016-02-05 20:24:52 -05:00
samples Rename simple UART driver to pipe UART 2016-02-05 20:24:52 -05:00
scripts kconfig: support wildcards 2016-02-05 20:24:52 -05:00
.checkpatch.conf
.gitattributes
.gitignore
.mailmap
Kbuild
Kconfig
Kconfig.zephyr
LICENSE
Makefile
Makefile.inc
zephyr-env.sh