zephyr/boards/basic_cortex_m3
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
..
Kconfig.board boards: make individual boards dependent on SoC selections 2016-03-16 01:38:06 +00:00
Kconfig.defconfig kconfig: untangle ordering and dependencies 2016-03-26 20:36:32 -04:00
Makefile Add TI platform as LM3S6965 instead of Qemu 2016-02-05 20:25:11 -05:00
basic_cortex_m3_defconfig Use SoC instead of platform. 2016-02-05 20:25:11 -05:00
board.c Add TI platform as LM3S6965 instead of Qemu 2016-02-05 20:25:11 -05:00
board.h Use SoC instead of platform. 2016-02-05 20:25:11 -05:00