zephyr/scripts/kconfig
Daniel Leung 8df10d4584 kconfig: untangle ordering and dependencies
There are two major issues with the kconfig:

() Some of the config options have incorrect dependencies inside help
   under menuconfig. For example, CONFIG_GPIO depends on BOARD_GALILEO.

() Since the SoC and board specific kconfig files are parsed first,
   the help screen would say, for example, CONFIG_SPI is defined at
   arch/arm/soc/fsl_frdm_k64f/Kconfig. This is incorrect because
   the actual config is defined in drivers/spi/Kconfig.

These cause great confusion to users of menuconfig/xconfig.

To fix these, the SoC and board defaults are now to be parsed last.

Note that the position swapping of defaults in this patch is due to
the fact the the default parsed last will be used.

And, spi_test is broken due to the fact that it requires
CONFIG_SPI_INTEL_PORT_1, but never enables it anywhere. This is
bypassed for now.

Origin: refactored and edited from existing files
Change-Id: I2a4b1ae5be4d27e68c960aa47d91ef350f2d500f
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2016-03-26 20:36:32 -04:00
..
lxdialog
Makefile kconfig: do not build with NLS by default 2016-02-05 20:25:14 -05:00
POTFILES.in
check.sh
conf.c
confdata.c kconfig: adapt kconfig to work with mingw 2016-02-12 03:04:13 +00:00
expr.c
expr.h
gconf.c
gconf.glade
images.c
kxgettext.c
list.h
lkc.h
lkc_proto.h
mconf.c
menu.c kconfig: add a debug option to print defaults in menuconfig 2016-03-26 20:36:32 -04:00
merge_config.sh
nconf.c
nconf.gui.c
nconf.h
qconf.cc
qconf.h
streamline_config.pl
symbol.c kconfig: untangle ordering and dependencies 2016-03-26 20:36:32 -04:00
util.c
zconf.gperf
zconf.hash.c_shipped
zconf.l kconfig: adapt kconfig to work with mingw 2016-02-12 03:04:13 +00:00
zconf.lex.c_shipped kconfig: adapt kconfig to work with mingw 2016-02-12 03:04:13 +00:00
zconf.tab.c_shipped
zconf.y