mirror of
https://github.com/Dasharo/zephyr.git
synced 2026-03-06 14:57:20 -08:00
drivers: misc: ft8xx: Update Kconfig
* Utilize DT_HAS_<COMPAT>_ENABLED for devicetree based drivers
* Move to using 'select SPI' instead of 'depends on'
(see commit df81fef944 for
more details)
Signed-off-by: Kumar Gala <galak@kernel.org>
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
|
||||
config FT800
|
||||
bool "FT800 Embedded Video Engine driver"
|
||||
depends on SPI
|
||||
default y
|
||||
depends on DT_HAS_FTDI_FT800_ENABLED
|
||||
select SPI
|
||||
help
|
||||
Enable driver for FT800 controller.
|
||||
|
||||
Reference in New Issue
Block a user