Go to file
Anas Nashif 7d4163d283 Split main Kconfig to allow application specific Kconfig
This will allow adding an application level Kconfig, for example

	mainmenu "Zephyr Application"

	config ZEPHYR_BASE
	    string
	    option env="ZEPHYR_BASE"

	config APPLICATION_BASE
	    string
	    option env="PROJECT_BASE"

	source "$ZEPHYR_BASE/Kconfig.zephyr"

	config TESTME
		bool "Test me"
		default y

	config BLAH
		bool "blah"
		default y

	source "$APPLICATION_BASE/src/Kconfig"

In the application file, add the following for example:

KBUILD_KCONFIG := $(PWD)/Kconfig
export KBUILD_KCONFIG

Change-Id: I7b7a6daace5f589ddadab0f0de54b5adc1b8dc86
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2016-02-05 20:15:28 -05:00
arch Bluetooth: Add console configuration to ia32_pci 2016-02-05 20:15:27 -05:00
doc doc: Fix Gallileo setup documentation 2016-02-05 20:15:28 -05:00
drivers simple: uart: fix reference to uart_devs 2016-02-05 20:15:27 -05:00
include toolchain: rename FUNC_ALIAS parameters 2016-02-05 20:15:27 -05:00
kernel sys_clock: move [nano|task]_cycle_get_32 to drivers 2016-02-05 20:15:27 -05:00
lib cleanup libc kconfig and use choice 2016-02-05 20:15:25 -05:00
misc build: fix build fail when NS16550 disabled. 2016-02-05 20:15:27 -05:00
net sys_clock: rename timer_read to _sys_clock_cycle_get 2016-02-05 20:15:27 -05:00
samples define missing CONF_FILE in samples 2016-02-05 20:15:27 -05:00
scripts microkernel: rename k_proc to k_task 2016-02-05 20:15:27 -05:00
.gitattributes First commit 2015-04-10 16:44:37 -07:00
.gitignore initial commit for next-gen sanity checks 2016-02-05 20:14:42 -05:00
.mailmap First commit 2015-04-10 16:44:37 -07:00
Kconfig Split main Kconfig to allow application specific Kconfig 2016-02-05 20:15:28 -05:00
Kconfig.zephyr Split main Kconfig to allow application specific Kconfig 2016-02-05 20:15:28 -05:00
Makefile remove unused linux Documentation targets 2016-02-05 20:15:27 -05:00
Makefile.inc kbuild: environmental vars rebuild 2016-02-05 20:15:26 -05:00
zephyr-env.sh Rename Zephyr OS into Zephyr Kernel 2016-02-05 20:14:26 -05:00