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:
Kumar Gala
2022-08-11 23:25:29 -05:00
committed by Carles Cufí
parent 9e8fb08c0f
commit a96ef8a631

View File

@@ -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.