drivers: counter: imx_epit: Convert driver to new DT_INST macros
Convert driver to use DT_INST macros and remove related board per instance Kconfig symbol usage. Also update counter_basic_api test to use DT_INST and remove the udoo_neo_full_m4.conf as its not longer needed since the per instance Kconfig sybmols don't exist anymore. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
7064bab954
commit
6c6c1010bb
6 changed files with 14 additions and 51 deletions
|
@ -8,17 +8,3 @@ config COUNTER_IMX_EPIT
|
|||
depends on HAS_IMX_EPIT
|
||||
help
|
||||
Enable the IMX EPIT driver.
|
||||
|
||||
if COUNTER_IMX_EPIT
|
||||
|
||||
config COUNTER_IMX_EPIT_1
|
||||
bool "Counter 1"
|
||||
help
|
||||
Enable Counter 1.
|
||||
|
||||
config COUNTER_IMX_EPIT_2
|
||||
bool "Counter 2"
|
||||
help
|
||||
Enable Counter 2.
|
||||
|
||||
endif # COUNTER_IMX_EPIT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue