drivers/spi: Enable HAS_DTS_SPI for Intel SPI driver
All primary settings should be set via DTS. Fixes #11064 Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
This commit is contained in:
parent
11d13d94eb
commit
aa6a951c5a
2 changed files with 9 additions and 8 deletions
|
@ -238,6 +238,7 @@ endif # SPI_5
|
|||
config SPI_INTEL
|
||||
bool "Intel SPI controller driver"
|
||||
depends on CPU_MINUTEIA
|
||||
select HAS_DTS_SPI
|
||||
help
|
||||
Enable support for Intel's SPI controllers. Such controller
|
||||
was formerly found on XScale chips. It can be found nowadays
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue