zephyr/boards/frdm_k64f
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 rename fsl_frdm_k64f -> frdm_k64f 2016-02-05 20:25:13 -05:00
board.c rename fsl_frdm_k64f -> frdm_k64f 2016-02-05 20:25:13 -05:00
board.h rename fsl_frdm_k64f -> frdm_k64f 2016-02-05 20:25:13 -05:00
frdm_k64f_defconfig pinmux: do not depend on GPIO 2016-03-14 18:40:31 +00:00