commit | b7e908707f8285424f4ab0a8c416794c1d98e914 | [log] [tgz] |
---|---|---|
author | Kumar Gala <kumar.gala@linaro.org> | Thu May 06 10:52:38 2021 -0500 |
committer | Anas Nashif <anas.nashif@intel.com> | Thu May 06 17:33:58 2021 -0400 |
tree | 0a4a657dccde74d37022fea2656473b29a0bd36b | |
parent | 4ea66b32fade94b1f7584dcdf95f01830af518f4 [diff] |
boards: arc: hsdk: Enable CY8C95XX if GPIO The board has an I2C GPIO expander on it. A number of samples utilize LEDs on GPIOs for testing purpose so it makes sense to enable the GPIO expander (CONFIG_GPIO_CY8C95XX) driver when CONFIG_GPIO has been enabled. We have to also enable I2C since the expander is connected over an I2C interface. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>