Skip to content

Commit cc39120

Browse files
jithu83Anas Nashif
authored andcommitted
boards: arduino_101: enable GPIO by default
Though the SPI_CS_GPIO Kconfig entry (in drivers/spi/Kconfig) has "select GPIO" specified, we are observing that merely adding the symbol(SPI_CS_GPIO) in the defconfig (boards/x86/arduino_101/Kconfig.defconfig) is triggering unmet direct dependency warnings (though the build goes through). Since the defconfig entry(SPI_CS_GPIO) is not selecting the aforementioned 'select' rule, we add it manually here. Jira: ZEP-1668 Change-Id: Ida6a0c851462d747e6559bd0c78fa52e1d0f24b5 Signed-off-by: Jithu Joseph <[email protected]> (cherry picked from commit 6754f8e)
1 parent 02c1608 commit cc39120

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

boards/x86/arduino_101/Kconfig.defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ if FLASH && SPI
5151
config SPI_FLASH_W25QXXDV
5252
def_bool y
5353

54+
config GPIO
55+
def_bool y
56+
5457
config SPI_CS_GPIO
5558
def_bool y
5659

0 commit comments

Comments
 (0)