Update ChangeLog

This commit is contained in:
Gregory Nutt 2016-12-25 14:26:48 -06:00
parent 788583f9d4
commit eb74b06c18

View File

@ -12952,14 +12952,12 @@
From Paul A. Patience (2016-11-02). From Paul A. Patience (2016-11-02).
* drivers/ and drivers/spi: Fix Kconfig warning. This commit moves the * drivers/ and drivers/spi: Fix Kconfig warning. This commit moves the
ARCH_HAVE_SPI options outside the check for SPI. Those options don't ARCH_HAVE_SPI options outside the check for SPI. Those options don't
depend on SPI, and Kconfig files in arch/ enable them even if SPI isn't depend on SPI, and Kconfig files in arch/ enable them even if SPI
enabled. isn't enabled. Source the driver's Kconfig in drivers/Kconfig only
if support for the driver is enabled prevents us from defining these
Sourcing the driver's Kconfig in drivers/Kconfig only if support for ARCH_HAVE options in the driver's Kconfig. We should probably remove
the driver is enabled prevents us from defining these ARCH_HAVE options the other checks in drivers/Kconfig and check if the drivers are
in the driver's Kconfig. We should probably remove the other checks in enabled only in their Kconfig. From Paul A. Patience (2016-11-02).
drivers/Kconfig and check if the drivers are enabled only in their
Kconfig. From Paul A. Patience (2016-11-02).
* Move protoypes for the non-standard include/semaphore.h file to the * Move protoypes for the non-standard include/semaphore.h file to the
non-standard include/nuttx/semaphore.h with the other non-standard non-standard include/nuttx/semaphore.h with the other non-standard
semaphore interfaces (2016-11-02). semaphore interfaces (2016-11-02).